• Resolved oregen

    (@oregen)


    Hello,

    I need help with the following:
    ? WordPress current version
    ? WooCommerce current version
    ? Flatsome Theme current version

    The products are displayed on the / shop / page (product catalog). The warehouse management is switched on because there are products that are announced but not available. It should therefore not be possible to order them.

    The product is displayed with the banner “Out of stock”. I would like to hide that in the product catalog. I found code that made it possible to change the text on the product page, but nowhere on the subject of “product catalog”.

    I wouldn’t want to display anything here. The user should click on the product and only see there that it is not available.

    Thanks an advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Hi there ??

    So basically you would like to hide the Out of Stock words from the products, right?

    If so, could you please share a link to your site so that I can generate that custom CSS code for you?

    Cheers ??

    Thread Starter oregen

    (@oregen)

    Hey Gabriel,

    thanks for your fast answer. Here is the link to the shop (ignore that there are no pictures, but you can still see the not available badge) https://shop.moments-of-ecstasy.de/shop/.

    Cheers too ??

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Thank you very much ??

    This can be fixed with some custom CSS. Under Customize > Additional CSS, you can add the following code:
    ?

    /* Hide out of stock notice */
    .woocommerce-shop .out-of-stock-label {
        display: none;
    }?
    

    Results:

    https://www.screencast.com/t/V2x4PuoTEmui
    ?
    If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

    Cheers!

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    We’ve not seen any activity on this thread for a while, so I’m marking this thread as resolved.

    Hopefully, you were able to find a solution to your problem! If you have further questions, please feel free to open a new topic.

    Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘HELP … WOOCOMMERCE product catalog’ is closed to new replies.