The v6.9.2 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.aspNew FeaturesWith the new GPDR requirements in mind we have removed the "Remember Me" feature and replaced it with the option to create an account on checkout. Account creation is a more modern approach and it removes any potential compliance problems saving customer details.
An Inline Terms and Conditions page can be created by simply creating a Content Region with the region name of "termsandconditions". As all the other cart features have moved to inline popups this now gives the terms and conditions the same look and feel as the rest of the site.
Extensionless URL's or URL's with non-standard extenions can be created for all cart pages by specifying the parameter "extension" in your includes.asp/php file. For extensionless URL's you can set the parameter to an empty string as follows...
extension="" ' ASP
$extension=""; // PHP
You may also want to use a trailing slash for cart pages, for instance...
extension="/" ' ASP
$extension="/"; // PHP
This would make the cart page URL
yoursite.com/cart/
For this to work you do need to have access to a URL rewriting method as the rewritten URL needs to be mapped back to the page name with the .asp or .php extension, but it will mean that internally generated links will use the extension you specify.
Add to mailing list as a dropdown. To increase the number of customers who subscribe to your mailing list, you can now choose to ask for consent via a drop down menu instead of the current checkbox. Doing this requires the customer to give a response (either yes or no) to the question of if they want to be added to the mailing list, and results in much higher conversions than a simple, "Check if you want to be added". To use a drop down menu, add the following parameter...
mailinglistdropdown=TRUE
$mailinglistdropdown=TRUE;
Bug Fixes and EnhancementsThe Braintree payment processor has been improved by the addition of the merchant ID allowing you to specify which of your Braintree accounts is used for processing.
The Stripe payment processor now collects the Zip and Street address for AVS verification, and passes the Order ID to the payment processor to allow you to track orders more easily.
Vince
CSS Files Changed:
css/ectcart.css
Files changed since previous ASP version:
vsadmin\inc\incaffiliate.asp
vsadmin\inc\inccart.asp
vsadmin\inc\incclientlog.asp
vsadmin\inc\incclientlogin.asp
vsadmin\inc\incemail.asp
vsadmin\inc\incfunctions.asp
vsadmin\inc\incloginfunctions.asp
vsadmin\inc\incmailinglist.asp
vsadmin\inc\incmain.asp
vsadmin\inc\incminicart.asp
vsadmin\inc\incminilogin.asp
vsadmin\inc\incorders.asp
vsadmin\inc\incorderstatus.asp
vsadmin\inc\incproddetail.asp
vsadmin\inc\incproductbody.asp
vsadmin\inc\incproductbody2.asp
vsadmin\inc\incproductbody3.asp
vsadmin\inc\increcentview.asp
vsadmin\inc\incsearch.asp
vsadmin\inc\incspecials.asp
vsadmin\inc\incthanks.asp
vsadmin\inc\inctracking.asp
vsadmin\inc\languagefile_en.asp
vsadmin\ajaxservice.asp
vsadmin\savecookie.asp
Files changed since previous PHP version:
vsadmin\inc\incaffiliate.php
vsadmin\inc\inccart.php
vsadmin\inc\incclientlog.php
vsadmin\inc\incclientlogin.php
vsadmin\inc\incemail.php
vsadmin\inc\incfunctions.php
vsadmin\inc\incloginfunctions.php
vsadmin\inc\incmailinglist.php
vsadmin\inc\incmain.php
vsadmin\inc\incminicart.php
vsadmin\inc\incminilogin.php
vsadmin\inc\incorders.php
vsadmin\inc\incorderstatus.php
vsadmin\inc\incpayprov.php
vsadmin\inc\incproddetail.php
vsadmin\inc\incprods.php
vsadmin\inc\incproductbody.php
vsadmin\inc\incproductbody2.php
vsadmin\inc\incproductbody3.php
vsadmin\inc\incproducts.php
vsadmin\inc\increcentview.php
vsadmin\inc\incsearch.php
vsadmin\inc\incspecials.php
vsadmin\inc\incthanks.php
vsadmin\inc\inctracking.php
vsadmin\inc\languagefile_en.php
vsadmin\inc\uspsshipping.php
vsadmin\ajaxservice.php
vsadmin\savecookie.php
vsadmin\wpconfirm.php
Click Here for Shopping Cart SoftwareClick Here to sign up for our newsletterClick Here for the latest updater