42k wrote:
window.dataLayer = window.dataLayer || [];
window.dataLayer.push(
In my thankyou page i tried to overwrite TrackingCodeManagers datalayer. As almost all my customers is Guest. "guest" is added as emailadress to the datalayer.
But this wont work for my purchase event (All other events gets the emailaddress from Billingaddress). Does it have something with executionorder? Is it possible for me to try and do this?
{
'PageType': 'ThankYou',
'PageUrl': 'https:xxx/Plugins/PaymentsKlarnaCheckout/ThankYou',
'email': "@order.BillingAddress.Email"
}
);
I've set the first Column to KEY (GTIN)
The first column in my csv-file is the GTIN
Every time i parse the file new products is created. I want them to be created the first time and then updated, what could be wrong?
I doesnt understand how to import New products with Product Attributes
example
T-shirt
-----XL
------ S
We get a manufacturer file looking kindof like this:
gtin;Name
701010101;T-shirt XL
701010102;T-shirt S
How should the file look like on my part?