mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
fixed cart error
This commit is contained in:
parent
f01625d79c
commit
bacfc8a053
@ -147,7 +147,7 @@
|
||||
{% endfor %}
|
||||
<li class="cart-footer">
|
||||
<span class="lighter-text">{{ trans('visiosoft.module.advs::field.total') }}:</span>
|
||||
<span class="total-color-text">{% if cart_items is null %}0{% else %}{{ cart().subtotal.currency }}{% endif %}</span>
|
||||
<span class="total-color-text">{% if cart_items is null %}0{% else %}{{ cart_items.subtotal }}{% endif %}</span>
|
||||
</li>
|
||||
<!--items cart-->
|
||||
<li><span><a class="text-center cart-view-button"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user