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 Locked
Author « Topic »  

Vince
Administrator

Spain
42470 Posts

Posted - 05/23/2018 :  06:58:31  
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.
http://www.ecommercetemplates.com/updaters.asp

New Features

With 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 Enhancements

The 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 Software
Click Here to sign up for our newsletter
Click Here for the latest updater

Vince
Administrator

42470 Posts

Posted - 05/30/2018 :  05:23:01  
We've released a Hotfix today to resolve the following issues.

Some changes made to the product detail page so that for SEO reasons, a page that has a static page will be forwarded to the correct URL if referenced via the non-static URL. It seems that these changes could cause a problem when using explicitid's and this has now been corrected. This only affects the PHP version.

Files affected: incproddetail.php

The v6.9.2 updater added support for the parameter, mailinglistdropdown / $mailinglistdropdown so that the customer has to respond to the question of if they want to be added to the mailing list. We've now added support for radio buttons also using the parameter...
mailinglistradios=TRUE
$mailinglistradios=TRUE;

Files affected:
css/ectcart.css
vsadmin/inc/inccart.asp/php

Vince

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