Hi there,
I have two stores on Shopify and I want to edit one of them “KMA Wholesale”
1- Add a label of “Coming Soon” Like “Sold out” and “Sale”
2- Remove the cart. The purpose of our store is only to display our products, not to sell through Shopify, so I want to remove the options of “Add to Cart” and “Buy it now”. Also I want to remove the price label. so no prices will be shown on this website.
Pictures are attached for more explanation.
Best,
Omar.
@KMA_FURNITURE
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! 
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hi @KMA_FURNITURE ,
Please follow the steps below:
-
Step 1: Go to products and add tag ‘coming_soon’ for the products you want to show ‘Coming Soon’
-
Step 2: Go to snippets > card-product.liquid file, find ‘card__badge’ and add code here:
Code:
{%- elsif card_product.tags contains 'coming_soon' -%}
Coming Soon
Hope it helps!