Merge pull request #64 from openclassify/vedat

fixed cart error
This commit is contained in:
Fatih Alp 2019-08-09 10:12:36 +03:00 committed by GitHub
commit 2691cd594f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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