- This topic has 10 replies, 6 voices, and was last updated 9 years, 7 months ago by .
Viewing 11 posts - 1 through 11 (of 11 total)
Viewing 11 posts - 1 through 11 (of 11 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 Quantity Input beside Add To Cart Button
Tagged: add to cart, quantity
Hiya! Was just wondering, can the plugin do a fancy output like this?
[http://bit.ly/aTv8tL]
How and where should I make do the fix?
Thanks!
Yes, Check the “Display Quantity Field” option when you configure the product and it will place a quantity box next to the “Add to Cart” button of that product.
Ooh, thanks!
Is there no way to automate this though? (Apart from going into the PHP file and putting “checked”, hehe!)
You can check it from “Inventory control” under “Add/Edit Products” of WP eStore. You don’t have to modify any PHP file .
Ah yes, I understand, however if you plan to have a lot of products it would help if the checkbox is automatically checked.
It’s alright, I’ll just hack the PHP file.
I just installed WP eStore Settings v 5.7.7 – I want to show the quantity box next to the Add to Cart button – I cannot see an option under Inventory Control. Could you tell me how to do this.
Theresa
Please check the “Display Quantity Field” checkbox from the “Additional Product Details” section of that product.
I have added the “display quantity field” but now the quantity field box is touching my “Add to Cart” how do I add padding, I can’t have it touching my customer will not like it.
@ontra, Please provide a link to the page in question so I can take a look.
Thanks.
[http://tinyurl.com/od6u7ux]
Use the following plugin:
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Add the following CSS tweak in there to add space between the input elements
.eStore-button-form input{
margin-top: 5px;
margin-bottom: 5px;
}