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