Comments 10Tal started the conversationApril 14, 2024 at 7:55amHi Guys,I'm using both Products table and Variations table.When a product is set to use the variations table layout, the option to choose variations and add to cart on the product table disappears.In this screenshot:1 = products that are set to variation table layout = datatable 2 = a product that is set to variation table layout = noneThe products table can be found here - https://ateliertlv.shop/%D7%A4%D7%90%D7%A0%D7%9C%D7%99%D7%9D-%D7%9E%D7%A2%D7%A5-%D7%9C%D7%A6%D7%99%D7%95%D7%A8/Thanks,Tal 1,224Dustin repliedApril 15, 2024 at 3:11amHi Tal,Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS: .wpc_product_table .wpcvt-hide-variations-form + .variations_form { display: block !important; }Best regards,Dustin1 Like 10Tal repliedApril 15, 2024 at 4:37amThanks Dustin.Works great now.1 Like Sign in to reply ...
Hi Guys,
I'm using both Products table and Variations table.
When a product is set to use the variations table layout, the option to choose variations and add to cart on the product table disappears.
In this screenshot:
1 = products that are set to variation table layout = datatable
2 = a product that is set to variation table layout = none
The products table can be found here - https://ateliertlv.shop/%D7%A4%D7%90%D7%A0%D7%9C%D7%99%D7%9D-%D7%9E%D7%A2%D7%A5-%D7%9C%D7%A6%D7%99%D7%95%D7%A8/
Thanks,
Tal
Hi Tal,
Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:
Best regards,
Dustin
Thanks Dustin.
Works great now.