Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › Just Purchased, A Few Questions for eStore
Tagged: paypal express
- This topic has 4 replies, 2 voices, and was last updated 12 years, 8 months ago by admin.
-
AuthorPosts
-
October 16, 2011 at 7:27 am #4545EpiphoneMember
Hi,
Just purchased WP eStore and I have a couple of questions on the basic appearance / functionality.
1) When using the shopping cart widget, the cart is a bit short in width, relative to the widget space. The margin on my site is 300 px wide. Can I adjust the cart to fill this width?
2) Is there a way to add a cart refresh button, rather then having a user hit their “Enter” key? I believe a refresh button would be a better option.
3) Is there a way to add a quantity box in the product listing, right next to the add to cart button?
Thanks… trying to get the hang of this!
John
October 16, 2011 at 9:48 pm #37590EpiphoneMemberFollow Up: I found the css file and was able to adjust the cart width, both in the widget and the full look on a dedicated cart page.
Still looking for questions #s 2 and 3.
Thanks
October 16, 2011 at 11:37 pm #37591adminKeymaster2) eStore doesn’t use a refresh/update button in the cart because as soon as your customer change the quantity it will tell them what to do. Having less buttons in the cart gives it a cleaner look which most people seem to like but I can look into adding an option for it.
3) Yes, edit the product and check the “Display Quantity Field” checkbox of that product.
October 20, 2011 at 6:47 am #37592EpiphoneMemberHi,
I appreciate your quick response, thank you! Trying to get the cart, the new WP theme and a user forum assembled all at the same time so I’m a bit late in replying.
2) I see how the cart will refresh once a new quantity is entered and the user prompted to hit the “Enter” key, and it seems to work well. I suppose I’m just used to a more standardized “Refresh” icon in a cart area. I agree it would add another graphic element but I do think it’s what many users are accustomed to.
3) Found the “Quantity” option, thank you. Still finding my way around my eStore!
John
March 3, 2012 at 2:11 am #37593adminKeymasterWe 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');
-
AuthorPosts
- You must be logged in to reply to this topic.