7832: fehlende Angabe der Währung
This commit is contained in:
parent
c504b8a837
commit
80211cdd70
@ -18,7 +18,8 @@
|
|||||||
'affiliation': '[{$oxcmp_shop->oxshops__oxname->value|escape:"quotes"}]', [{* Affiliation or store name *}]
|
'affiliation': '[{$oxcmp_shop->oxshops__oxname->value|escape:"quotes"}]', [{* Affiliation or store name *}]
|
||||||
'revenue': '[{$sTotal}]', [{* Gesamtwert *}]
|
'revenue': '[{$sTotal}]', [{* Gesamtwert *}]
|
||||||
'shipping': '[{$sShipping}]', [{* Versand *}]
|
'shipping': '[{$sShipping}]', [{* Versand *}]
|
||||||
'tax': '[{$sTax}]' [{* Steuer *}]
|
'tax': '[{$sTax}]', [{* Steuer *}]
|
||||||
|
'currency': '[{$order->getFieldData('oxcurrency')}]'
|
||||||
});
|
});
|
||||||
|
|
||||||
[{foreach from=$order->getOrderArticles() item=oOrderArticle}]
|
[{foreach from=$order->getOrderArticles() item=oOrderArticle}]
|
||||||
@ -34,14 +35,15 @@
|
|||||||
'id': '[{$order->oxorder__oxordernr->value}]', [{* Transaktions-ID *}]
|
'id': '[{$order->oxorder__oxordernr->value}]', [{* Transaktions-ID *}]
|
||||||
'name': '[{$oOrderArticle->oxorderarticles__oxtitle->value|escape:"quotes"}]', [{* Produktname *}]
|
'name': '[{$oOrderArticle->oxorderarticles__oxtitle->value|escape:"quotes"}]', [{* Produktname *}]
|
||||||
'sku': '[{$oOrderArticle->oxorderarticles__oxartnum->value|escape:"quotes"}]', [{* SKU/Code *}]
|
'sku': '[{$oOrderArticle->oxorderarticles__oxartnum->value|escape:"quotes"}]', [{* SKU/Code *}]
|
||||||
'category': '[{$oOrderArticle->oxorderarticles__d3_galocator->value|escape:"quotes"}]', [{* 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 *}]
|
[{*'category': '[{$oOrderArticle->oxorderarticles__oxselvariant->value}]', [{* Kategorie oder Ausführung *}]
|
||||||
'price': '[{$sPrice}]', [{* Preis pro Einheit *}]
|
'price': '[{$sPrice}]', [{* Preis pro Einheit *}]
|
||||||
'quantity': '[{$oOrderArticle->oxorderarticles__oxamount->value}]' [{* Menge *}]
|
'quantity': '[{$oOrderArticle->oxorderarticles__oxamount->value}]', [{* Menge *}]
|
||||||
|
'currency': '[{$order->getFieldData('oxcurrency')}]'
|
||||||
});
|
});
|
||||||
[{/block}]
|
[{/block}]
|
||||||
[{/foreach}]
|
[{/foreach}]
|
||||||
|
|
||||||
ga('ecommerce:send');
|
ga('ecommerce:send');
|
||||||
[{/block}]
|
[{/block}]
|
||||||
[{/strip}][{/if}]
|
[{/strip}][{/if}]
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
=> 4.0.0.1
|
=> 4.0.0.1
|
||||||
- "weiße" Thankyou-Seite behoben
|
- "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
|
- 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
|
=> 4.0.0.0
|
||||||
- Oxid V6 Release
|
- Oxid V6 Release
|
||||||
|
Loading…
Reference in New Issue
Block a user