mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Add data-article-id to reference cart-item in product-list (#5244)
This commit is contained in:
committed by
GitHub
parent
40855e14d9
commit
d55f411989
@@ -25,7 +25,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div role="rowgroup" class="firstchild-in-panel">
|
<div role="rowgroup" class="firstchild-in-panel">
|
||||||
{% for line in cart.positions %}
|
{% for line in cart.positions %}
|
||||||
<div role="row" class="row cart-row {% if hide_prices %}hide-prices{% endif %} {% if download %}has-downloads{% endif %}{% if editable %}editable{% endif %}">
|
<div role="row" class="row cart-row {% if hide_prices %}hide-prices{% endif %} {% if download %}has-downloads{% endif %}{% if editable %}editable{% endif %}" data-article-id="item-{{ line.item.id }}{% if line.variation %}-{{ line.variation.id }}{% endif %}">
|
||||||
<div role="cell" class="product">
|
<div role="cell" class="product">
|
||||||
<p>
|
<p>
|
||||||
{% if line.addon_to %}
|
{% if line.addon_to %}
|
||||||
|
|||||||
Reference in New Issue
Block a user