From fccf8340b9dbc48d9421dc4217ab0201550475f4 Mon Sep 17 00:00:00 2001 From: Marius Engen Haugen Date: Tue, 21 May 2024 15:24:47 +0200 Subject: [PATCH] fix: add shopify prefix to tags requiring it --- resources/views/product.antlers.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/product.antlers.html b/resources/views/product.antlers.html index 96a6369..0f8cc72 100644 --- a/resources/views/product.antlers.html +++ b/resources/views/product.antlers.html @@ -44,12 +44,12 @@

{{ title }}< {{ /if }} - {{ if {in_stock} }} + {{ if {shopify:in_stock} }}
- {{ product_variants show_price="true" show_out_of_stock="true" class="block w-1/2 px-2 py-3 mr-4 border" }} + {{ shopify:variants:generate show_price="true" show_out_of_stock="true" class="block w-1/2 px-2 py-3 mr-4 border" }}