The attributes for our variable products are not appearing in the woocomerce store despite being designated correctly in the woocomerce admin. As a an example, our customers cannot choose a size or color of a product to add to the cart. I have already contacted woocomerce and they suggested that there may be a conflict with our current theme.
The attributes for our variable products are not appearing in the woocomerce store despite being designated correctly in the woocomerce admin. As a an example, our customers cannot choose a size or color of a product to add to the cart. I have already contacted woocomerce and they suggested that there may be a conflict with our current theme.
Hi,
Please add more this code to Customize -> Custom CSS to display the attributes for variable products
.variations_form .variations, .variations_form .woocommerce-variation-price, .variations_form .single_variation_wrap { display: block !important; } .woocommerce div.product form.cart .variations td.label { padding-bottom: 15px; } .woocommerce div.product form.cart .variations select { margin-bottom: 15px; padding: 4px 10px; }Best Regards,
PenciDesign
Hi,
I've added code below but it still doesn't working for me. Pls can U help me?
Thanks
Hi,
I checked on your site.
I saw you can choose a size of a product to and to the cart as screenshot http://prntscr.com/lvcv15, http://prntscr.com/lvcw2l
Please send me screenshot about this issue.
Best Regards,
PenciDesign