Jump to content

"Solved" How i can hide price when no stock.


linkin11

Recommended Posts

  • linkin11 changed the title to "Solved" How i can hide price when no stock.
  • linkin11 changed the title to "Almost Solved" How i can hide price when no stock.
  • linkin11 changed the title to "Solved" How i can hide price when no stock.
  • 2 months later...

 

How are you? I have tried all the codes in my custom css but I can't hide the price when the product is SOLD. Is it because of the theme I use? I can hide the price on the category or search page, and on the product page, when it is sold?

 

The web is:

 

https://www.historiapostal.net/busqueda?controller=search&s=barlovento

 

First product is sold but appears 500"

 

THANKS

Link to comment
Share on other sites

Hi @pegasus6464,

Yes, the theme has a structure that's a little bit different, that's why these CSS selectors don't match your out of stock products.

You can try the following, as it should work for you:

.thumbnail-container:has(li.out_of_stock) > .product-desc-wrap .product-price-and-shipping {
    display: none
}

Link to comment
Share on other sites

  • 3 weeks later...

 

I see that the price continues to appear on the product page, it only disappears from the search and category page

 

----

PRODUCT PAGE  (price is visible)

https://www.historiapostal.net/historia-postal-franqueada-1850-1900/552-1861-9-oct-madrid-a-chamberí-4-cuartos-amarillo-mat-rc1-en-negro-de-madrid-la-carta-se-manda-justo-cuando-se-realiza-el-proyecto.html

 

 

--------

CATEGORY OR SEARCH PAGE:

https://www.historiapostal.net/busqueda?controller=search&s=1861+(9+OCT)+MADRID+

 

------

 

Is it also possible to hide the price on the individual product page when stock is zero? Thank you JOAQUIN FROM SPAIN


 

 

Link to comment
Share on other sites

  • 5 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...