Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

I have Gecko 6.2.1 Theme wish to hide the price when product is out of stock?

I have Gecko 6.2.1 Theme wish to hide the price when product is out of stock?

-Sean-
Excursionist
13 1 12

Hi all,

Thanks for taking a look at this one. I have the Gecko 6.2.1 Theme and hoping someone may be familiar with it. I'd like to make an edit and add some code that will hide the price (t4s-product-price) when the product is out of stock (t4s-product-available__false) but not sure how to construct the code or where to add it?

I gather it might look something like this:

.t4s-product-available__false ~ .t4s-product-price {
    display: none !important;
}

I'd like the price to not to show for out of stock items on Product Pages, Collections, Related Product lists etc.

I'm hoping someone out there may be familiar with this theme and can help without too much effort 🙂

But if you need any further info please let me know.

Thanks in advance

Reply 1 (1)

Shadab_dev
Shopify Partner
1583 83 173

Hi @-Sean- I don't think this is possible with css. I have done these before and you need to add a small if condition to check if product is available or not and then display/hide price. 

 

Not on the gecko theme but I am pretty confident I can make this edit on any theme whatsoever.

 

One example site where I did this. If you check some of the products have a text inquire to know price than actually showing the price.

 

Site: www.eluxestore.de

 

Since you are on a different theme what I will need is a collaborator access to your store since I am on a development store.

 

Thanks

Shadab Ali

Buy me Coffee, if you feel i was helpful. Email Me here or WhatsApp me with this link for any help with shopify theme customizations or any project in web dev. If this is helpful, please Like and Accept the solution.