Stock Status after Add to Cart
-
Hi,
I’m a bit desperate and have been looking for ages… how do I get the stock status behind the add to cart button (Image)?
Best Marc
Attachments:
You must be
logged in to view attached files.
Hi banane,
Thanks for reaching to us,
Please add the following Custom CSS code in Theme Settings > Custom CSS > Global Custom CSS:
.single-product .single_variation_wrap{
display: flex;
flex-flow: wrap;
}
.single-product .single_variation_wrap .single_variation{
margin-top: 20px;
width: 100%;
order: 2;
}
.single-product .single_variation_wrap .single_variation.woocommerce-variation > div {
margin-bottom: 0;
}
Regards,
Thank you very much <3 It works really well. Do you have any ideas on how I can put this into a line with the delivery time? Then it would be perfect…
wc-gzd-additional-info delivery-time-info variation_modified variation_gzd_modified
Hi banane,
These are different HTML structures so it cannot be done via CSS only. And customization is out of basic support, thank you for understanding our limitation.
Regards,