refactor: Make size visible on cart

main
apurvab 2024-05-09 13:51:11 +05:30
parent 79a29aea2f
commit d410e38714
1 changed files with 6 additions and 0 deletions

View File

@ -69,6 +69,12 @@
{/if}
</div>
</div>
{foreach from=$product.attributes key="attribute" item="value"}
<div class="product-line-info font-semibold {$attribute|lower}">
<span class="label">{$attribute}:</span>
<span class="value">{$value}</span>
</div>
{/foreach}
<div class="flex items-center font-medium w-max">
<input
class="js-cart-line-product-quantity text-center w-8 border-none active:ring-0 focus:ring-0"