Merge pull request 'refactor: hide checkout summary accordion content by default' (#22) from abhisheks/theme-elegance:main into main

Reviewed-on: brooksbingham/theme-elegance#22
staging
abhisheks 2023-12-12 10:25:35 +00:00
commit 2421b14372
1 changed files with 1 additions and 1 deletions

View File

@ -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>