This topic has 8 replies, 2 voices, and was last updated 6 years, 5 months ago ago by Rose Tyler
Hi there
I got the bundled products from woocommerce and xstore ain’t showing the quantity fields
storefront works well in this case
Hello,
Looks like you use an additional plugin to create such type of product. Please add this code in Theme Options > Styling > Custom css:
.sold-individually .quantity, .single-product .sold-individually .quantity {
display: inline-block;
}
Regards
thanks for your help
You’re welcome!
Regards
me once again
http://s26756.p20.sites.pressdns.com/product/rural-security-indoor/
the 1st product is broadband which should be sold only 1
I have the plugin settings set to min/max 1
the +/- buttons shouldn’t be shown there (http://prntscr.com/jz7kj3)
It’s working well with the storefront theme
would you have an idea how to hide it please?
thanks
Hello,
table.bundled_products .bundled_product_summary:not(.has_qty_input) td.bundled_item_qty_col .quantity {
display: none;
}
Regards
thanks for this Rose
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up