- This topic has 5 replies, 4 voices, and was last updated 10 years, 4 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 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 › Adding an update button for quantity (qty)
Tagged: estore, quantity, Update Quantity Button
Hello,
I’m doing a setup for my first online store, before start it I did a usability tests with some people (most of them tech savy) I was surprised that most of people didn’t realize how to quick change the qty of any product (even that I change the color of the warning text “press enter to update qty”, to red). I have been looking about this issue in other eCarts to find that they use and update button (icon) to update quantity, Is there any way to implement this icon-button in the eCart?
I can make easy-medium custom tweaks in php by myself I just need some direction on where to look.
Regards,
Please do the following:
Open the “eStore_advanced_configs.php” file and look for the following line of code:
define('WP_ESTORE_SHOW_UPDATE_BUTTON_FOR_QTY_CHANGE', '0');
Once you find it, change it to the following:
define('WP_ESTORE_SHOW_UPDATE_BUTTON_FOR_QTY_CHANGE', '1');
That will put an update button next to the quantity box.
Ty very Much.
Can you remove this defined constant from the plugin so that we can define it outside of the plugin. That way we don’t have to modify the plugin every time we update
@AThomas, You will have it as a checkbox in the future update.
Ahh perfect. Thank you