mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Re-design number of products in cart overview
This commit is contained in:
@@ -289,10 +289,16 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="row cart-row total">
|
<div class="row cart-row total">
|
||||||
<div class="product">
|
<div class="product">
|
||||||
<strong>{% trans "Total" %}</strong>
|
<strong>{% trans "Total" %}</strong><br>
|
||||||
|
<span class="text-muted">
|
||||||
|
{% blocktrans trimmed count num=cart.itemcount %}
|
||||||
|
One product
|
||||||
|
{% plural %}
|
||||||
|
{{ num }} products
|
||||||
|
{% endblocktrans %}
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="count hidden-xs hidden-sm">
|
<div class="count hidden-xs hidden-sm">
|
||||||
<strong>{{ cart.itemcount }}</strong>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-3 col-xs-6 col-md-offset-3 price">
|
<div class="col-md-3 col-xs-6 col-md-offset-3 price">
|
||||||
<strong>{{ cart.total|money:event.currency }}</strong>
|
<strong>{{ cart.total|money:event.currency }}</strong>
|
||||||
|
|||||||
Reference in New Issue
Block a user