Product quantity duplicating after 9.0006 update
Posted by , Last modified by on 16 November 2016 01:18 PM
|
|
Disclaimer This will work for stores on Miva Version 9.0006. Note that this will require making changes to files on the server. Make sure you make a backup of any files you will be altering.These edits are low-risk but if you feel uncomfortable with making these changes then we advise you to seek help from a developer.
Issue After the 9.0006 update adding items to cart and proceeding through checkout results in the product quantity duplicating in the basket
Instructions Locate the mvscreen.js
Look for the following line
$('#purchase-form').on('submit', function (e) { Change 'submit' to 'click'
| |
|
Comments (0)