Help me to REMOVE the Availability: In stock from my product pages

Joseph-G
Excursionist
16 0 5

I've read so many posts about how to do this but when I go to edit product pages (DEBUT theme), there are not any selection options such as:

- uncheck the box that says 'Show Availability' (its just not there)

There also isn't a Quick view page edit option.

 

Many of our products are made to order with long lead times so I do not want customers thinking the item is stock and ready to ship.

 

I sort of wished there was a variable in the .cvs sheet that can toggle this on or off.

 

Please help!

Replies 30 (30)

Visely-Team
Shopify Partner
1843 210 488

What's your store URL if you can share.

Sergiu Svinarciuc | CTO @ visely.io
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution!
- To learn more about the awesome stuff we do head over to visely.io or our blog
Joseph-G
Excursionist
16 0 5

Our website is in development.

https://oak-park-home.myshopify.com/

Visely-Team
Shopify Partner
1843 210 488
Can you share a preview URL or direct message me the password?
Sergiu Svinarciuc | CTO @ visely.io
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution!
- To learn more about the awesome stuff we do head over to visely.io or our blog
Joseph-G
Excursionist
16 0 5

I'm afraid I do not know how to provide a preview URL.

I'm the store owner. Site is being developed by others and they are sooooooo slow in getting back with me.

They also indicated that this cannot be removed but I cannot accept that. I KNOW it can somehow.

Please see attached.

Screen Shot 2020-02-17 at 11.30.39 AM.png

Visely-Team
Shopify Partner
1843 210 488
this is how you share a preview URL - https://avada.io/shopify/docs/how-share-theme-preview-others-shopify.html
Sergiu Svinarciuc | CTO @ visely.io
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution!
- To learn more about the awesome stuff we do head over to visely.io or our blog
Joseph-G
Excursionist
16 0 5

Ah........

 

https://bor0lyl16lso1dd2-28058288259.shopifypreview.com

 

Please delete this link after you get it. Thank you.

Visely-Team
Shopify Partner
1843 210 488

Add this snippet to the bottom of your assets/theme-style.scss.css (can also have a liquid suffix, depends on theme) un Theme Code editor:

.product-single__alb {
  display: none;
}

I cannot edit your posts, so you can edit your post and remove the preview URL if it bothers you.

Sergiu Svinarciuc | CTO @ visely.io
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution!
- To learn more about the awesome stuff we do head over to visely.io or our blog
Joseph-G
Excursionist
16 0 5

Thanks! We will try this and let you know if it works for us!

af18
Visitor
2 0 0

Hi can you help me with my website too? I need to hide the stock status as well. Much appreciate your help!

https://divesea.com.sg/

I need to remove this (see the yellow highlight), thank you.Capture.PNG

Visely-Team
Shopify Partner
1843 210 488

@af18 add this snippet to the bottom of your assets/theme.scss.liquid file:

div#stock {
  display: none;
}
Sergiu Svinarciuc | CTO @ visely.io
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution!
- To learn more about the awesome stuff we do head over to visely.io or our blog
af18
Visitor
2 0 0

It's working! Thank you so much for your kind help! Really appreciate it.

Much gratitude 🙂

gsssjax
Visitor
1 0 0

I have the same problem Screen Shot 2020-08-14 at 11.08.29 AM.png

Visely-Team
Shopify Partner
1843 210 488

@gsssjax please share your store URL.

Sergiu Svinarciuc | CTO @ visely.io
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution!
- To learn more about the awesome stuff we do head over to visely.io or our blog
FocusBookshop
Visitor
1 0 0

Hi there,

I've been facing an issue for the past few weeks with our products availability section on the store... Any products don't display the availability at all, i.e it's completely blank. When it used to display the quantity in the past, it would always show up as being in 'undefined terms' - is there any way I would be able to fix this in your knowledge, or if we could just remove the availability all together by adding a snippet into the code? Our store URL is: focusbookshop.com

I would appreciate any help/guidance with this issue.

thank you

Visely-Team
Shopify Partner
1843 210 488

@FocusBookshop can you share a couple of URLs to product pages where you have blank availability or that odd message instead of the actual availability?

Sergiu Svinarciuc | CTO @ visely.io
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution!
- To learn more about the awesome stuff we do head over to visely.io or our blog
geojose
Visitor
1 0 0

Hi!

Can you please help me with the same issue? I want to remove the Availability from my product page. I have tried the codes from your previous posts but probably I need to put different ones.

https://sharefresh.org/collections/boxes/products/veg-box

Thank you so much!

PaulNewton
Shopify Partner
6275 573 1323

Either find the liquid code in the themes product templates that reference product.availability and similar.

Or use CSS to hide the area by adding the following to your themes CSS file

.template-product .availability {
 display: none;
}

 

 

If you need this customization you can reach me at paull.newton+shopifyforums@gmail.com 

Save time & money ,Ask Questions The Smart Way


Confused? Busy? Get the solution you need paull.newton+shopifyforum@gmail.com


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Buy Paul a Coffee for more answers or donate to eff.org


Priyanga
New Member
4 0 0

Hi, I have the same issue in this store and trying to remove products availability. https://www.flavorsofceylon.com/collections/spices/products/black-peper-powder

could you please tell me how?

WinkyApps
Shopify Partner
55 13 13

Hi @Priyanga 

Welcome to Shopify community and thanks for posting this question. 

Please use this below code at the bottom of your Settings > Online Store > Themes > Action > Edit Code > theme.css file

.product-inventory { display: none; }

Try and let me know if that works. Hope this helps.

Did my answer work for you? Please drop a Like and Mark it as Accepted.
If you need further help or want to get something custom built for your Shopify store, then feel free to mail our team on winkyapps18@gmail.com
Happy to help.
Priyanga
New Member
4 0 0

Hi Thank you. I don’t have a theme.css file in my assets 

WinkyApps
Shopify Partner
55 13 13

Hi @Priyanga 

In your case check for file named as timber.scss and add it to the bottom of that file

Try and let me know if that works. 

Did my answer work for you? Please drop a Like and Mark it as Accepted.
If you need further help or want to get something custom built for your Shopify store, then feel free to mail our team on winkyapps18@gmail.com
Happy to help.
Priyanga
New Member
4 0 0

No luck:( I have the Digitalmart-07 theme

WinkyApps
Shopify Partner
55 13 13

Hi @Priyanga 

That is strange. Can you add me as a staff in your store. I will login and fix it for you.

  • From your Shopify admin, click Settings, and then click Plan and permissions.

  • In the Staff section of Permissions, click Add staff.

  • Enter a first name, a last name, and an email address for the new staff member. Make sure to enter the staff member's full name as it appears on any government-issued ID

Did my answer work for you? Please drop a Like and Mark it as Accepted.
If you need further help or want to get something custom built for your Shopify store, then feel free to mail our team on winkyapps18@gmail.com
Happy to help.
jeff1049672
Excursionist
15 0 8

in the description of my products I'm trying to remove product descriptions that I did not add myself. I also want to remove "inventory last updated" here is a screenshot of what I mean.

unnamed-2.jpg

WinkyApps
Shopify Partner
55 13 13

Hi, could you please send an email to winkyapps18@gmail.com

I will be happy to resolve this issue for you over email.

Did my answer work for you? Please drop a Like and Mark it as Accepted.
If you need further help or want to get something custom built for your Shopify store, then feel free to mail our team on winkyapps18@gmail.com
Happy to help.
LaserAndBeam
Visitor
2 0 0

Hi, I tried the above code as instructed but nothing changed. I'm using the prestige theme. I'm wanting to delete the part where you can see on each listing how many are available, Are you possibly able to help please?

Triptipansari
Visitor
1 0 0

Hello sir.My website name www.lavkart.com

Please tell em the way to hide in stock messege on each product page

knotsoneuclid
Visitor
2 0 0

I am a new user and can not figure out how to remove the "in stock ready to ship button". Most of my items are made to order which I clarify in the description, so it's a bit misleading. Can someone please help? Thanks

Screen Shot 2022-02-16 at 7.22.34 AM.png

nailahbeauty
Visitor
1 0 0

I need help removing Availability.

Please help, thank you!

https://nailahbeautystore.com/products/set-glam-pestanas-magneticas?variant=39734292971713

I tried editing the code as suggested with no luck

theme files:

  • style.scss.liquid
  • responsive.scss.liquid

AdrianDeSantis
Visitor
3 0 0

Hello! How do I remove "in stock, ready to ship" on my page? I tired the suggestions in this thread with no avail! Thanks so much!

 

https://secretplantco.com/products/space-rental?_pos=1&_sid=3ff68ef98&_ss=r