From d410e38714a64063c0489c68553d18f03b8742b7 Mon Sep 17 00:00:00 2001 From: apurvab Date: Thu, 9 May 2024 13:51:11 +0530 Subject: [PATCH] refactor: Make size visible on cart --- templates/checkout/_partials/cart-detailed-product-line.tpl | 6 ++++++ 1 file changed, 6 insertions(+) mode change 100644 => 100755 templates/checkout/_partials/cart-detailed-product-line.tpl diff --git a/templates/checkout/_partials/cart-detailed-product-line.tpl b/templates/checkout/_partials/cart-detailed-product-line.tpl old mode 100644 new mode 100755 index 8b02604..edc53f3 --- a/templates/checkout/_partials/cart-detailed-product-line.tpl +++ b/templates/checkout/_partials/cart-detailed-product-line.tpl @@ -69,6 +69,12 @@ {/if} + {foreach from=$product.attributes key="attribute" item="value"} +
+ {$attribute}: + {$value} +
+ {/foreach}