9:00 AM - 22:00 PM
Shopify is a leading e-commerce platform, and as a store owner, you might need to make certain products view-only—visible to customers but not available for purchase. This can be useful for showcasing unavailable items, display products, or testing new ones. In this article, we’ll guide you through the steps to make products view-only on Shopify.
Before diving into the steps, let’s first understand why you would want to make a product view-only. Some common reasons include:
The easiest way to make a product view-only on Shopify is to hide the “Add to Cart” button from the product page. This can be achieved by modifying your store’s theme.
Steps to Hide Add to Cart Button:
product-template.liquid
or something similar under the Sections folder).<form action="/cart/add" method="post">
..product-form button {
display: none;
}
7.Save the changes.
This method will make the “Add to Cart” button invisible, so customers will be able to view the product but won’t be able to add it to their cart.
For products that are temporarily out of stock but you still want customers to view them, adjusting your inventory settings can help. Setting the inventory quantity to zero and ensuring the “Continue selling when out of stock” option is unchecked will prevent customers from adding the product to the cart.
Steps to Adjust Inventory Settings:
By setting the inventory to zero, customers will still be able to see the product, but they won’t be able to purchase it because the “Add to Cart” button will either be hidden or inactive.
If you want more control over your product visibility, using an app from the Shopify App Store is a great option. Apps like “Locksmith” or “EasyLockdown” allow you to lock specific products or collections, making them view-only for customers.
Steps to Use an App:
These apps offer additional features, such as restricting access to certain customer groups, hiding products based on tags, and more, which can be useful for advanced use cases.
For stores with multiple product categories or custom customer groups, setting up visibility rules based on customer tags can be an effective solution. For instance, you can make a product visible only to logged-in users or specific customer groups.
Steps to Create Custom Visibility Rules:
1. In your Shopify Admin, go to Customers and create a new tag or use an existing one.
2.Assign this tag to the customers who should be able to view the product.
3.Go to Online Store, then Themes and click Customize.
4.Navigate to the product page and use Liquid code to check for customer tags before displaying the product. For example:
{% if customer.tags contains ‘view-only’ %}
{% else %}
{% endif %}
This method allows you to fine-tune who can view products based on their customer profile.
Making products view-only on Shopify is a useful way to control visibility while still showcasing your items. Whether you’re handling out-of-stock products, creating exclusive collections, or preparing for a product launch, this strategy ensures your customers can preview products without being able to make purchases. By following the steps outlined in this post, you can easily implement a view-only feature on your Shopify store.
Remember, at AIRSANG DESIGN, we specialize in e-commerce solutions and Shopify store optimization. If you need help customizing your Shopify store to meet your business needs, feel free to reach out to us for expert assistance.
Copyright © 2025 AIRSANG. All rights reserved.