Home Forums WoodMart support forum out of stock

out of stock

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

    amar.karismatik2727
    Participant

    hi, when product will be out of stock it will be not dispplay in front end !
    ther is an option to let the product displayed in front end with label out of stock ?

    #710871

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please follow these steps:

    Navigate to WooCommerce > Settings > Products > Inventory

    Disable the option “Hide out of stock items from the catalog” if you want to hide the out of stock products from catalog.

    If you want to show out of stock label, Then go to Products > All Products > Edit product > Product data > Inventory

    – Enable Stock management (if needed)
    – Set the Stock status to “Out of stock”

    Once configured, the “Out of stock” label will display automatically on the product.

    If you would like to change the stock label design, you can adjust it in:
    Theme Settings > Single product > Elements > Stock status design

    Best Regards

    #710989

    amar.karismatik2727
    Participant

    ok thanks, other question please
    for example i have a product and it out of stock after that it back to stock !
    how can i make the product in top display in store ?

    #711009

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    In WooCommerce, products usually appear based on date, menu order, popularity, or stock status. When an item goes out of stock → back in stock, WooCommerce does not automatically push it to the top. You have to try with some Custom Code to achieve your desired result.

    Alternatively, you can check the Waitlist feature of the WoodMart theme: https://xtemos.com/docs-topic/waitlist/

    Best Regards,

    #712767

    amar.karismatik2727
    Participant

    hi, how we can adjust size of out of stock label in mobile ?

    the url is just for example to see what i mean !

    #712778

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    In order to achieve your desired result, you should try using the Custom CSS code. Please copy and paste the below given CSS code to Theme Settings >> Custom CSS >> Mobile and check the behavior:

    .product-labels .product-label.out-of-stock {
        font-size: 08px !important;
    }

    You can change the font size in the code as per your requirements.

    Best Regards,

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