refactor: Make size visible on cart
parent
79a29aea2f
commit
d410e38714
|
@ -69,6 +69,12 @@
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</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">
|
<div class="flex items-center font-medium w-max">
|
||||||
<input
|
<input
|
||||||
class="js-cart-line-product-quantity text-center w-8 border-none active:ring-0 focus:ring-0"
|
class="js-cart-line-product-quantity text-center w-8 border-none active:ring-0 focus:ring-0"
|
||||||
|
|
Loading…
Reference in New Issue