Home Forums WoodMart support forum Stock Status after Add to Cart

Stock Status after Add to Cart

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #530445

    banane
    Participant

    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.
    #530495

    Hung Pham
    Keymaster

    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,

    #530870

    banane
    Participant

    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

    #530935

    Hung Pham
    Keymaster

    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,

Viewing 4 posts - 1 through 4 (of 4 total)