Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 Forum Locked
Author    Topic »  

Vince
Administrator

Spain
42944 Posts

Posted - 04/11/2025 :  01:00:39  
The v7.8.6 updater is now available for ASP / PHP.
The following changes have been made...

Please note that you can upgrade from any previous version to the latest version in just one go! You don't have to install all updaters between your version and the current version.
https://www.ecommercetemplates.com/updaters.asp

You can now assign a discount to products but base the Thresholds on the cart totals. This is useful for creating a discount such as "Spend over $100 in our store and get a free [Product]" where the discount is assigned to [Product] but will be available when the customer spends over the amount on any of the store items.

There is now a Contact Form built into the shopping cart designed for the page body. (The Contact Button is still available for the side navigation bar.) To use this, just make a copy of your product detail page and replace the incproddetail.asp/php line with...

' ASP
<%
minicssaction="contactform"
%>
<!--#include file="vsadmin/inc/incminicss.asp"-->

// PHP
<?php
$minicssaction="contactform";
include "vsadmin/inc/incminicss.php";
?>

In the ECT Admin -> Products Admin page, when using the image manager if you press <Ctrl>+<Shift>+<Down Arrow> in a field that has a numeric value then an empty field below will be populated with a copy with the numeric value incremented by 1. For instance, if you enter this for an image...
/prodimages/my_prod_image_1.jpg
...then pressing <Ctrl>+<Shift>+<Down Arrow> will populate the field below it with
/prodimages/my_prod_image_2.jpg

Pressing <Ctrl>+<Shift>+<Up Arrow> will swap the value with the value above and means resorting images is really easy.

In the image manager if you click in the last available image, an extra row is automatically created.

One of our bigger clients had the enviable problem that some of their customers were adding so many items to cart that it was causing the cart to slow down and customers were getting frustrated. We've made the checks on checkout for discounts, images, price breaks, stock, analytics and so on much more efficient now and this can benefit all stores.

We've fixed a problem where products with options were showing out of stock before all options had been selected and so stock could not be determined.

On the categories admin page the sort order was not carrying over pages and this is now fixed.

A problem has been fixed where accepting stock levels on the first checkout page wouldn't actually accept all stock levels.

Items which just have a minimum quantity of 1 don't show this on the first checkout page now when out of stock.

Some problems have been fixed with the ECT Admin -> Stats page CSV reports where values were not correctly URL encoded.

Vince

CSS / JS Files Changed:
css\ectcart.css
css\ectstyledetails3.css
css\ectstyledetails4.css
js\ectcart.js

Files changed since previous ASP version:
vsadmin\inc\inccart.asp
vsadmin\inc\inccategories.asp
vsadmin\inc\inccats.asp
vsadmin\inc\incdiscounts.asp
vsadmin\inc\incfunctions.asp
vsadmin\inc\incminicss.asp
vsadmin\inc\incpayprov.asp
vsadmin\inc\incproddetail.asp
vsadmin\inc\incprods.asp
vsadmin\inc\incproducts.asp
vsadmin\inc\incsearchcriteria.asp
vsadmin\inc\incstats.asp
vsadmin\ajaxservice.asp
vsadmin\shipservice.asp

Files changed since previous PHP version:
vsadmin\inc\inccart.php
vsadmin\inc\inccategories.php
vsadmin\inc\inccats.php
vsadmin\inc\incdiscounts.php
vsadmin\inc\incfunctions.php
vsadmin\inc\incminicss.php
vsadmin\inc\incpayprov.php
vsadmin\inc\incproddetail.php
vsadmin\inc\incprods.php
vsadmin\inc\incproducts.php
vsadmin\inc\incsearchcriteria.php
vsadmin\inc\incstats.php
vsadmin\shipservice.php

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater
     Topic »  
 Forum Locked
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000