- This topic has 4 replies, 3 voices, and was last updated 12 years, 8 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › Update Cart button instead of Enter?
I know it’s easier to just press Enter to update a quantity, but some people who are used to shopping carts having an Update button are asking where the Update Cart button is.
Would it be hard to add the option of having a button that does that?
I will take a look at this.
Thanks for looking at it. It can be a hassle to accommodate the less tech-savvy people, but a necessary evil.
Hi. Did you get a chance to look at this at all?
We have added an option so that you can show an “Update” button next to the quantity field in the shopping cart. Do the following to enable this:
1. Find the following line of code in the “eStore_advanced_configs.php” file:
define('WP_ESTORE_SHOW_UPDATE_BUTTON_FOR_QTY_CHANGE', '0');
2. Once you find it change it to the following to enable this option:
define('WP_ESTORE_SHOW_UPDATE_BUTTON_FOR_QTY_CHANGE', '1');