Has anyone heard of this problem on the BASK screen? This is the second time I have had a call on this. Customers say they cannot remove a product from the Basket and changing the quantity does not update the total. Both customers were using Mac's.
Announcement
Collapse
No announcement yet.
Change Quantity not working in Basket for Mac users
Collapse
X
-
Change Quantity not working in Basket for Mac users
Highly caffeinated
http://www.coffeehouseexpress.comTags: None
-
Need another test? Let me know, I'm on a Mac.Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
-
Originally posted by lesliekirk View PostNeed another test? Let me know, I'm on a Mac.
Thanks!Highly caffeinated
http://www.coffeehouseexpress.com
Comment
-
Hi Jim,
I've tested the site in Firefox on both El Capitan and Sierra with no issue.Matt Zimmermann
Miva Web Developer
Alchemy Web Development
https://www.alchemywebdev.com
Site Development - Maintenance - Consultation
Miva Certified Developer
Miva Professional Developer
https://www.dev4web.net | Twitter
Comment
-
It works for me, I'm using Firefox 54.0 (64-bit) with El Capitan. I did notice that there was a bit of a lag when clicking the plus or minus which caused a brief flash of the hidden update button. I was able to increase and decrease my quantities. I was able to successfully decrease down to zero, which removed the item from my basket.
Now with that said, there is something I don't like about how the Levels ReadyTheme doesn't have a "Remove" button. It took me a few times in the first site I built with Levels to understand how to "remove" a product.
Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
-
Thanks Matt and Leslie. Maybe they are using outdated versions then. I really appreciate you both testing this for me!
Leslie - I agree with you on the lack of a "Remove" button. When I first got the call from the customer I thought that was probably what his problem was.Highly caffeinated
http://www.coffeehouseexpress.com
Comment
-
You could easily create a "remove" link to sit beneath the quantity controls:
Code:<form method="post" action="&mvt:global:baseurl;/BASK.html"> <input type="hidden" name="Action" value="RPRD" /> <input type="hidden" name="Basket_Line" value="&mvte:item:line_id;" /> <input type="submit" class="button-5" value="REMOVE" /> </form> or <a href="&mvt:global:baseurl;/BASK.html?Action=RPRD&Basket_Line=&mvte:item:line_id;&Screen=BASK">Remove</a>
Bruce Golub
Phosphor Media - "Your Success is our Business"
Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
phosphormedia.com
- 1 like
Comment
Comment