All things Shopify and commerce
Hi, I want to add and edit my new products on online store but I don't want it shown on live or I don't want people to see it on my store. how do i do that??
Solved! Go to the solution
This is an accepted solution.
@VBNTG, shopify doesn't provide the feature like that.
If you're comfortable with coding, you can assign a product tag to the items you want to hide and a different tag to the customers you want to show them to. When you log in with that customer account, you'll be able to see the product, while it remains hidden from others.
{% assign show_product = true %}
{% if product.tags contains "hide" %}
{% unless customer and customer.tags contains "show" %}
<!-- This product will be hidden -->
{% assign show_product = false %}
{% endunless %}
{% endif %}
{% if show_product %}
<!-- Display product information -->
{% endif %}
If you're not familiar with coding, I recommend using an app to help you hide specific products from all accounts except yours like: LockSmith, B: B2B Lock Password Protect,...
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
@VBNTG, Change the status of product to draft
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
But if i make it a draft it won't show in my store and i can't edit it.
I just want to edit it in my online store and see how it looks like, but I don't want the customers to see the product.
This is an accepted solution.
@VBNTG, shopify doesn't provide the feature like that.
If you're comfortable with coding, you can assign a product tag to the items you want to hide and a different tag to the customers you want to show them to. When you log in with that customer account, you'll be able to see the product, while it remains hidden from others.
{% assign show_product = true %}
{% if product.tags contains "hide" %}
{% unless customer and customer.tags contains "show" %}
<!-- This product will be hidden -->
{% assign show_product = false %}
{% endunless %}
{% endif %}
{% if show_product %}
<!-- Display product information -->
{% endif %}
If you're not familiar with coding, I recommend using an app to help you hide specific products from all accounts except yours like: LockSmith, B: B2B Lock Password Protect,...
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024