The v7.0.1 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 Classes for Product OptionsYou can now add classes to your product options which will allow you to style options individually, for instance setting a different background or text color for each color option. New classes have also been added to product options so that you have more control over option styles. The possibilities this gives for layout are quite far reaching, so we've created a post here with a few examples of what you can now do...
https://www.ecommercetemplates.com/support/topic.asp?TOPIC_ID=110777
Product ID Class For Each Individual ProductThe DIV for each product in the products and product detail pages has now been given the product ID as an extra class. This means you can tailor features or effects on a per product basis, such as special offers or sale items. Examples have been given in the same post...
https://www.ecommercetemplates.com/support/topic.asp?TOPIC_ID=110777
Verify Email FeatureA feature has been added to verify the email entered by the customer if required in the customer checkout form. To enable this feature just add the following parameter to your vsadmin/includes.asp/php file...
verifyemail=TRUE
$verifyemail=TRUE;
Customer Details Form MakeoverThe customer details form on checkout has been given a face lift and new classes added to give you more control over the checkout experience. A couple of javascript problems have been resolved and placeholders have been added to the checkout form so your customer is in no doubt about the details entered.
Images in Admin Orders and Thanks PageYou can now add the product image to the thanks page receipt. To do this add the following parameter to your vsadmin/includes.asp/php file...
imgonthankspage=TRUE
$imgonthankspage=TRUE;
To display the product image in the admin order details and / or packing slip or invoice using the following parameter...
imgonorderdetails=7
$imgonorderdetails=7;
A value of 1 will add the product image to the "view order details" screen
A value of 2 will add the product image to the packing slip
A value of 4 will add the product image to the invoice
...and you can add those values together so for instance setting it to 6 will add the image to the invoice and packing slip. 7 will add it to all screens apart from the "edit order" screen.
Content Regions on Product Detail PagesThere are now two ways to add content regions to the product detail pages.
The first is to add a content region specifying the content region id. If you create your content region that you want to display, and that content region has a content region id of 32 then you would add the following to the detailpagelayout parameter...
contentregion32
The second is if you want a different content region based on the category. For that you just add this to the detailpagelayout parameter...
catcontentregion
Now, for the content you have to create a new content region for your category and the give it the Region Name of "catcontentregion" plus the category id. So for instance if the category you want to create content for has a category id of 12 then the Region Name you give your content region will be
catcontentregion12
Minimum Password LengthA minimum of 6 characters has now been enforced when creating an account password, and any character is now allowed meaning your customer can use special characters and punctuation. If you do not want to enforced a 6 character limit you can add the following parameter to your vsadmin/includes.asp/php file...
nocustomerloginpwlimit=TRUE
$nocustomerloginpwlimit=TRUE;
MiscellaneousA bug has been fixed in the search page when using some sort orders.
The customer login address and account forms have had placeholders added.
Some problems have been fixed which affected the Froala HTML editor in admin.
The order ID is now passed to Stripe as MetaData.
PHP Mailer has been updated to the latest version.
Vince
CSS / JS Files Changed:
css/ectcart.css
js/ectcart.js
Files changed since previous ASP version:
vsadmin\inc\incadmincontent.asp
vsadmin\inc\inccart.asp
vsadmin\inc\inccats.asp
vsadmin\inc\incclientlogin.asp
vsadmin\inc\incemail.asp
vsadmin\inc\incemailmsgs.asp
vsadmin\inc\incfunctions.asp
vsadmin\inc\incloginfunctions.asp
vsadmin\inc\incmailinglist.asp
vsadmin\inc\incmain.asp
vsadmin\inc\incorders.asp
vsadmin\inc\incpayprov.asp
vsadmin\inc\incproddetail.asp
vsadmin\inc\incprodopts.asp
vsadmin\inc\incprods.asp
vsadmin\inc\incproductbody.asp
vsadmin\inc\incproductbody2.asp
vsadmin\inc\incproductbody3.asp
vsadmin\inc\incproducts.asp
vsadmin\inc\incsearch.asp
vsadmin\inc\incsearchcriteria.asp
vsadmin\inc\incthanks.asp
vsadmin\inc\languagefile_en.asp
vsadmin\ajaxservice.asp
vsadmin\ppconfirm.asp
vsadmin\shipservice.asp
Files changed since previous PHP version:
vsadmin\inc\class.phpmailer.php
vsadmin\inc\class.smtp.php
vsadmin\inc\incadmincontent.php
vsadmin\inc\inccart.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\incorders.php
vsadmin\inc\incpayprov.php
vsadmin\inc\incproddetail.php
vsadmin\inc\incprodopts.php
vsadmin\inc\incprods.php
vsadmin\inc\incproductbody.php
vsadmin\inc\incproductbody2.php
vsadmin\inc\incproductbody3.php
vsadmin\inc\incproducts.php
vsadmin\inc\incsearch.php
vsadmin\inc\incthanks.php
vsadmin\inc\incupslicense.php
vsadmin\inc\languagefile_en.php
vsadmin\ajaxservice.php
vsadmin\ppconfirm.php
vsadmin\shipservice.php
Click Here for Shopping Cart SoftwareClick Here to sign up for our newsletterClick Here for the latest updater