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

Posted - 09/30/2017 :  05:38:34  
The v6.8.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.
http://www.ecommercetemplates.com/updaters.asp

Braintree Express Payments are now included in the PHP version of the v6.8.1 updater. Using Braintree Express your customers get the checkout button on the first checkout page and can bypass the need to fill in the customer details by using those from their Braintree account. This makes for a faster and smoother checkout experience.

There has been a complete overhaul of the admin orders page for v6.8.1 and which now uses a completely table-less design. The orders page now performs much better on smaller devices using responsive design methods, and has a leaner, more modern appearance for all devices. All admin pages also now include a style sheet "vsadmin/ectadmincustom.css". This style sheet does not normally exist, but can be created by yourself to customize areas of the admin if you require.

Bug fixes addressed in this release

For the social media links in some cases the URL generated for the product detail page had the "prod=" parameter twice and this would cause an invalid URL.

In the search page, if a categgory was selected to narrow the search then no products would display and this has now been resolved.

A bug has been fixed where the category ID would be used for the All Products link rather than the Category Name, even though the usecategoryname=TRUE / $usecategoryname=TRUE; parameter was set.

A bug has been fixed in the admin categories page where the Modify, Clone, Delete buttons would not display if nothing had been selected in the Quick Entry... drop down menu.

Registration is now possible in the Customer Account page and the same styling is now used to match the cart Registration / Login buttons.

Another instance of the Safari NaN bug has been resolved.

A validation issue has been fixed in the Quantity Markup.

"itemscope" has now been added to the Schema Condition as Google was throwing errors when it was not present.

Discounts assigned to product attributes or manufacturers were not displaying on the product detail page and this has now been fixed.

An error has been resolved in the Canada Post tracking page where an error would display about the Platform ID not being specified.

On the affiliate page, the example affiliate link didn't take into account if SEO URL's were being used and this has been changed now.

Dependent options were initially displayed before being hidden if they were not required and this could cause a jumpy display where the load time was slow. This has been changed now so the options are initially set to hidden.

Vince

CSS Files Changed:
css\ectcart.css
vsadmin\adminstyle.css

Files changed since previous ASP version:
vsadmin\inc\incaffiliate.asp
vsadmin\inc\inccart.asp
vsadmin\inc\inccategories.asp
vsadmin\inc\inccats.asp
vsadmin\inc\incclientlogin.asp
vsadmin\inc\incfunctions.asp
vsadmin\inc\incloginfunctions.asp
vsadmin\inc\incmailinglist.asp
vsadmin\inc\incorders.asp
vsadmin\inc\incproddetail.asp
vsadmin\inc\incprods.asp
vsadmin\inc\incsearch.asp
vsadmin\inc\inctracking.asp
vsadmin\inc\languagefile_en.asp
vsadmin\adminstyle.css
vsadmin\ajaxservice.asp
vsadmin\dumporders.asp

Files changed since previous PHP version:
vsadmin\inc\incaffiliate.php
vsadmin\inc\inccart.php
vsadmin\inc\inccategories.php
vsadmin\inc\inccats.php
vsadmin\inc\incclientlogin.php
vsadmin\inc\incfunctions.php
vsadmin\inc\incloginfunctions.php
vsadmin\inc\incmailinglist.php
vsadmin\inc\incorders.php
vsadmin\inc\incpayprov.php
vsadmin\inc\incproddetail.php
vsadmin\inc\incprods.php
vsadmin\inc\incsearch.php
vsadmin\inc\incthanks.php
vsadmin\inc\inctracking.php
vsadmin\inc\languagefile_en.php
vsadmin\adminstyle.css
vsadmin\ajaxservice.php
vsadmin\dumporders.php

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

Vince
Administrator

42466 Posts

Posted - 10/03/2017 :  01:36:21  
We've released a Hotfix today to resolve the following issues.

On the admin orders page invoice and packing slip the shipping method could appear on a separate line to its label.

Files affected: vsadmin/inc/incorders.asp/php

On the admin orders page the text for additional information and other text fields would not wrap so could cause a scroll bar if the text was over one line.

Files affected: vsadmin/adminstyle.css

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

Vince
Administrator

42466 Posts

Posted - 10/07/2017 :  01:51:47  
We've released a Hotfix today to resolve the following issues.

There is a small issue where some content in the invoice / packing slip headers and addresses was causing a formatting problem in the invoice and packing slip.

Files affected: vsadmin/adminstyle.css

On some printers the page was obeying conditional CSS that was intended for screen only, so now the media condition specifies this to ensure the printer format is correct.

Files affected: vsadmin/adminstyle.css

The tracking number now does not appear on the invoice / packing slip.

Files affected: incorders.asp / php

The shipping sections and additional information sections in the invoice / packing slip now have different classes for each of the formats. These would be for instance...
invoiceshipping
packingslipshipping
invoiceadddetails
packingslipadddetails
Using these you can selectively remove these sections from invoices or packing slips by adding the following CSS to your ectadmincustom.css file. For example
div.packingslipshipping{
display:none;
}
...which would remove the shipping section from the packing slip.

Vince



Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

Vince
Administrator

42466 Posts

Posted - 10/12/2017 :  10:13:02  
We've released a Hotfix today to resolve the following issues.

There was a problem where updating the status on the admin orders page would clear changes in the invoice and packing slip. Also, the shipping carrier dropdown did not function correctly at times and these issues have now been corrected.

Files affected:
vsadmin/inc/incorders.asp/php

We've made some changes to improve the class structures in the admin orders page. There are also additional classes for product options and the Authorize / Capture functionality has now been styled to follow the other elements on the page. At times requests have been made to remove the product options column (where stores do not use the options feature) and this is now possible as all elements in that column have the ordrowoptionscol class. Finally the navigation buttons have now been repeated at the bottom of the screen to make navigation easier.

Files affected:
vsadmin/inc/incorders.asp/php
vsadmin/adminstyle.css

The CSV update utility will now list the product id's that are missing when this is the case. Previously only the number of missing product id's would be reported.

Files affected:
vsadmin/inc/incsv.asp/php

An error has been fixed that would occur when using PHP 7.1 and the Amazon payment method.
Files affected:
vsadmin/inc/incart.php
vsadmin/inc/inthanks.php

An error has been corrected in the admin products page where an SQL error would occur only when using an MS Access database and listing products by the discount assigned.

Files affected:
vsadmin/inc/inprods.asp

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