In this liquid Shopify post, we’ll be looking at a way to access product information using all_products. Here’s a quick example: {{ all_products[“product-handle”].id}} Note all_products uses product handle as its arguement.… Continue reading Use all_products in a Shopify Theme
Month: July 2020
Add 3 or more specific related products to a product page using only Liquid
e’ll be looking at a way to access product information for adding specific related products on a product detail page. We can achieve this by using all_products Let us have a… Continue reading Add 3 or more specific related products to a product page using only Liquid