forked from brooksbingham/theme-elegance
refactor: update cart summary totals spacing
parent
e27b0a0cf5
commit
353bdfe820
|
@ -23,7 +23,7 @@
|
|||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
|
||||
<div class="flex">
|
||||
<div class="w-full flex flex-col gap-2">
|
||||
{foreach from=$cart.subtotals item="subtotal"}
|
||||
{if $subtotal && $subtotal.value|count_characters > 0 && $subtotal.type !== 'tax'}
|
||||
<div class="flex justify-between font-medium" id="cart-subtotal-{$subtotal.type}">
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
<div class="flex flex-col my-8">
|
||||
<div class="flex flex-col gap-2 mt-2">
|
||||
|
||||
{block name='cart_summary_total'}
|
||||
{if !$configuration.display_prices_tax_incl && $configuration.taxes_enabled}
|
||||
|
|
|
@ -31,8 +31,8 @@
|
|||
{block name='cart_summary_products'}
|
||||
<div class="cart-summary-products flex items-center">
|
||||
|
||||
<p>{$cart.summary_string}</p>
|
||||
|
||||
<p>{$cart.summary_string}</p>
|
||||
<p>
|
||||
<a href="#" data-toggle="collapse" data-target="#cart-summary-product-list">
|
||||
{l s='show details' d='Shop.Theme.Actions'}
|
||||
|
|
Loading…
Reference in New Issue