Hello all!
We recently purchased the Stiletto theme, and are using Vinoshipper as our cart. Since we are not running transactions on Shopify, we have removed the cart and availability options and selected to not track quantities. The products however, show a tan “Sold Out” badge under the product that is not able to be removed. I even changed the quantities of the product to make it think that we had inventory, yet it still says “Sold Out”. I removed the stock level indicator from the template, yet it still says sold out. There is no block that says quantity. Can anyone figure this out for me?
EDIT: I was able to remove the words sold out, however, the tan block is still there and stuck.
Thank you!
1 Like
Hi @carneroswineco ,
Would you mind to share your URL website? with password if its protected. Thanks!
Of course! We just started it, so it’s a work in progress at this point.
PW: yeatah
Thank you!
1 Like
Also! I was able to remove the words sold out, however, the tan block is still there and stuck.
1 Like
Thank you for the information. You just like to remove the button right? Just to clarify.
Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
- And Save.
button.product-form__cart-submit.btn.btn--medium.btn--full.btn--primary {
display: none;
}
Result:
i hope it help.
You are amazing! Thank you so so so much!
Oh I didnt include that one. Just try this one. Its the add to cart button.
Same instruction.
button#AddToCart- {
display: none;
}
Result: