[Fixed] twig
This commit is contained in:
@ -13,7 +13,7 @@
|
|||||||
'event_name': 'view_item_list',
|
'event_name': 'view_item_list',
|
||||||
'ecommerce': {
|
'ecommerce': {
|
||||||
'item_list_id': '{{ oView.getCategoryId() }}',
|
'item_list_id': '{{ oView.getCategoryId() }}',
|
||||||
'item_list_name': '{% for sCrum in oView.getBreadCrumb() %}{% if sCrum.title %}{{ breadCrumb|cat(sCrum.title)|cat(") > " }}{% endif %}{% endfor %}',
|
'item_list_name': '{% for sCrum in oView.getBreadCrumb() %}{% if sCrum.title %}{{ breadCrumb|cat(sCrum.title)|cat(" > ")|raw }}{% endif %}{% endfor %}',
|
||||||
'items': [
|
'items': [
|
||||||
{% for gtmProduct in gtmProducts %}
|
{% for gtmProduct in gtmProducts %}
|
||||||
{% set d3PriceObject = gtmProduct.getPrice() %}
|
{% set d3PriceObject = gtmProduct.getPrice() %}
|
||||||
|
Reference in New Issue
Block a user