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
42451 Posts

Posted - 03/18/2022 :  12:01:53  
The v7.4.8 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

This will be the last feature release for the v7.4 line which will now become the Stability Version, with only bug and security fixes being added from now on. New features will be included in v7.5 from now on.

There are many, many bug fixes and improvements which make it well worthwhile updating and for a small fee we will also apply the updater for you. Or for slightly more we will apply the updater and spend an hour sorting out any CSS problems, misalignment's and and make changes to take advantage of the newer layout features. You can see details on the Apply Updater option when purchasing updaters here...
https://www.ecommercetemplates.com/asp-updater.asp
https://www.ecommercetemplates.com/php-updater.asp

There have been a lot of changes for this release to improve Accessibility adding labels and "ARIA" equivalents where needed. These changes will make your website easier to navigate for those using screen readers or other assistive technology. There are more details here about what Accessibility is and why it is important...
https://www.w3.org/standards/webdesign/accessibility

All popup "soft" forms can now be closed by clicking the background. This means the customer doesn't have to figure out and find the "close" button or element.

The new version of the PayPal Checkout API has been integrated which will be the default in the near future, but for now can be enabled by adding the following parameter...
$newpaypalcheckout=TRUE;

There have been some changes for the PHP version to enable compatibility with PHP 8.1. However we would probably still recommend for now staying on PHP 8.0 which is a fully supported version.

There is an important fix for those using Google Analytics where the Quantity Ordered is now correctly included. This is necessary for the Analytics to calculate the revenue totals.

There is now a way to change the email subject for each of the emails by setting these parameters in your includes.asp/php file...

contactussubject="New Contact Us by %name%" ' ASP
emailfriendsubject="New Email Friend for %pid% by %name%"
askaquestionsubject="New Ask a Question for %pid% by %name%"

$contactussubject="New Contact Us by %name%"; // PHP
$emailfriendsubject="New Email Friend for %pid% by %name%";
$askaquestionsubject="New Ask a Question for %pid% by %name%";

The replacement fiends %pid% and %pname% are optional but will be replaced by the product name and product id where applicable.

A bug has been fixed for Product Packages where purchasing an item that is included in a package now correctly updates the stock for the package itself if necessary.

The minimum Gift Certificate value is now checked on the server as well as in JavaScript which can help combat BOTs creating bogus gift certificates. There is also now a minimum for Donations which by default is set at $0.05. You can alter these values by adding these parameters to the includes.asp/php file...
giftcertificateminimum=5 ' ASP
donationminimum=0.05
$giftcertificateminimum=5; // PHP
$donationminimum=0.05;

Vince

CSS / JS Files Changed:
css\ectcart.css
css\ectstylebase.css
css\ectstyledetails2.css

js\ectcart.js

Files changed since previous ASP version:
vsadmin\inc\inccart.asp
vsadmin\inc\incclientlogin.asp
vsadmin\inc\incfunctions.asp
vsadmin\inc\incorders.asp
vsadmin\inc\incproddetail.asp
vsadmin\inc\incprods.asp
vsadmin\inc\incspecials.asp
vsadmin\inc\incthanks.asp
vsadmin\inc\languageadmin_fr.asp
vsadmin\inc\languagefile_en.asp
vsadmin\inc\languagefile_fr.asp
vsadmin\adminstyle.css
vsadmin\ajaxservice.asp

Files changed since previous PHP version:
vsadmin\inc\Exception.php
vsadmin\inc\inccart.php
vsadmin\inc\incclientlogin.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\incsearch.php
vsadmin\inc\incsidefilter.php
vsadmin\inc\incspecials.php
vsadmin\inc\incthanks.php
vsadmin\inc\languageadmin_fr.php
vsadmin\inc\languagefile_en.php
vsadmin\inc\languagefile_fr.php
vsadmin\inc\metainfo.php
vsadmin\inc\PHPMailer.php
vsadmin\inc\SMTP.php
vsadmin\adminstyle.css
vsadmin\ajaxservice.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.02 seconds. Snitz Forums 2000