Dear Kriesi,
we sell perfumes that comes in different bottles sizes, so we use “Variable product” and we set their “attributes” and “Variations”.
Some perfumes comes in only one size, so we would like to use “Simple product” but still we want to show on the page which bottle size the client is going to purchase.
The problem is that even if we specify the bottle size in the attributes it doesn’t show up in the product page.
If I want to show that is a “50 ml. eau de parfum” bottle I have to use Variable product even if I have only one variation. And this is quite time consuming and to show a dropdown menu for only one option is not a very nice solution
There is no way to show the attributes except with variable producs?
Thank you
Mauro
Hi profumopuntoit!
This is more of a general WooCommerce question than Enfold. The theme is for styling and the plugin is for functionality so it would be best to ask WooCommerce support about this.
If it was me I would just add the size in the product description.
Regards,
Elliott
thank you Elliott
so as fas as you know there is no way to show the attributes except with variable producs in WooCommerce?
Please check also the note the private data:
the “Size” text and the dropdown menu are not horizontally properly aligned
Thank you Mauro
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
label[for="pa_size"] {
position: relative;
top: 8px;
}
please make sure to disable CSS minifying feature
Cheers!
Yigit
Thank you