forked from brooksbingham/theme-elegance
Merge pull request 'refactor: hide checkout summary accordion content by default' (#22) from abhisheks/theme-elegance:main into main
Reviewed-on: brooksbingham/theme-elegance#22pagebuilder
commit
2421b14372
|
@ -42,7 +42,7 @@
|
|||
</div>
|
||||
|
||||
{block name='cart_summary_product_list'}
|
||||
<div class="th-accordion-item-content p-4 border border-gray-200" id="cart-summary-product-list">
|
||||
<div class="th-accordion-item-content p-4 border border-gray-200 hidden" id="cart-summary-product-list">
|
||||
<ul class="media-list w-full flex flex-col">
|
||||
{foreach from=$cart.products item=product}
|
||||
<li class="media w-full flex max-md:flex-col max-md:items-center md:gap-4">{include file='checkout/_partials/cart-summary-product-line.tpl' product=$product}</li>
|
||||
|
|
Loading…
Reference in New Issue