You can easily make a catalog out of your online store by hiding product prices, Add to bag buttons, and the product quantity picker 💡
Hide Product Prices & Add to Bag Buttons
To hide prices and Add to bag buttons, copy the code below:
<style>
.product-list-item__price-wrapper,
p.block-product__price.body-large,
button.grid-button.grid-button--primary.block-product__button.block-product__button--primary {
display: none !important;
}
</style>
Paste the code into the integrations settings → Custom code, and update your website.
Hide the Product Quantity Picker
To disable the quantity picker, complete the steps below 👇
Open a product page
Click on the product section and select Edit section in the top-right
Disable the toggle in the Product quantity tab:
Finally, update your website for the changes to reflect online.
You may also insert additional sections into your product pages and add more elements there, e.g., a contact form for your clients' inquiries 💡