7832: fehlende Angabe der Währung

This commit is contained in:
RayEhrhardt 2018-09-07 11:06:46 +02:00
parent c504b8a837
commit 80211cdd70
2 changed files with 8 additions and 5 deletions

View File

@ -18,7 +18,8 @@
'affiliation': '[{$oxcmp_shop->oxshops__oxname->value|escape:"quotes"}]', [{* Affiliation or store name *}]
'revenue': '[{$sTotal}]', [{* Gesamtwert *}]
'shipping': '[{$sShipping}]', [{* Versand *}]
'tax': '[{$sTax}]' [{* Steuer *}]
'tax': '[{$sTax}]', [{* Steuer *}]
'currency': '[{$order->getFieldData('oxcurrency')}]'
});
[{foreach from=$order->getOrderArticles() item=oOrderArticle}]
@ -34,14 +35,15 @@
'id': '[{$order->oxorder__oxordernr->value}]', [{* Transaktions-ID *}]
'name': '[{$oOrderArticle->oxorderarticles__oxtitle->value|escape:"quotes"}]', [{* Produktname *}]
'sku': '[{$oOrderArticle->oxorderarticles__oxartnum->value|escape:"quotes"}]', [{* SKU/Code *}]
'category': '[{$oOrderArticle->oxorderarticles__d3_galocator->value|escape:"quotes"}]', [{* Kategorie oder Ausführung *}]
[{*'category': '[{$oOrderArticle->oxorderarticles__oxselvariant->value}]', [{* Kategorie oder Ausführung *}]
'category': '[{$oOrderArticle->oxorderarticles__d3_galocator->value|escape:"quotes"}]', [{* Kategorie oder Ausführung *}]
[{*'category': '[{$oOrderArticle->oxorderarticles__oxselvariant->value}]', [{* Kategorie oder Ausführung *}]
'price': '[{$sPrice}]', [{* Preis pro Einheit *}]
'quantity': '[{$oOrderArticle->oxorderarticles__oxamount->value}]' [{* Menge *}]
'quantity': '[{$oOrderArticle->oxorderarticles__oxamount->value}]', [{* Menge *}]
'currency': '[{$order->getFieldData('oxcurrency')}]'
});
[{/block}]
[{/foreach}]
ga('ecommerce:send');
[{/block}]
[{/strip}][{/if}]
[{/strip}][{/if}]

View File

@ -1,6 +1,7 @@
=> 4.0.0.1
- "weiße" Thankyou-Seite behoben
- 7740: ecomm_totalvalue: [{$sD3GARemarketingPrice}] - als Standardewrt wird nun 0 übergeben, damit ecomm_totalvalue nicht leer bleibt und dadurch Syntaxfehler verursacht
- 7832: fehlende Angabe der Währung
=> 4.0.0.0
- Oxid V6 Release