Home Forums Basel support forum Available on back-order

Available on back-order

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #15668

    esthetis
    Participant

    Hi,

    Please let me know how to display the ‘Available on back-order’ in a box like ‘in stock’ green or ‘out of stock’ red, maybe with an orange colour.

    Kind regards
    Pier

    #15676

    Artem Temos
    Keymaster

    Hi,

    This option exists in WooCommerce while editing the product. Find Inventory -> check “Manage stock?” and choose “Allow backorders?”.

    Regards

    #15687

    esthetis
    Participant

    Hi,.

    You didn’t understand my question. I know how to show the ‘Available on back-order’ but as you can see on attached file is not formatted as the ‘in stock’ or ‘out of stock’

    Please let me know how to style the ‘Available on back-order’ like the other options.

    regards
    Pier

    Attachments:
    You must be logged in to view attached files.
    #15689

    Artem Temos
    Keymaster

    Hi,

    Please, send us a link to that product.

    Thank you

    #15695

    esthetis
    Participant
    #15696

    Artem Temos
    Keymaster

    Try to use the following CSS snippet

    .stock.available-on-backorder {
        color: #eaab38;
        margin-top: 10px;
        padding: 4px 8px;
        border: 2px solid #eaab38;
        display: inline-block;
        margin-right: 201px;
    }
Viewing 6 posts - 1 through 6 (of 6 total)