You have no items in your shopping cart.

Profile: 42k

Avatar
Statistics

    42k wrote:

      
    Cleaning up my Post:


    In my thankyou page i try to overwrite TrackingCodeManagers datalayer. Almost all my customers is Guest, hence "guest" is added as emailadress to the datalayer. This wont work for me, i need a customers Emailaddress in Enhanced Ecommerce.

    So i tried and override the datalayer, this works for most events, but NOT for the purchase event (All other events gets the emailaddress from Billingaddress). Does it have something with executionorder of the scripts? Is it possible for me to try and do this?

              window.dataLayer = window.dataLayer || [];
                window.dataLayer.push(              
    {
                        'PageType': 'ThankYou',
                        'PageUrl': 'https:xxx/Plugins/PaymentsKlarnaCheckout/ThankYou',
                        'email': "@order.BillingAddress.Email"
                    }

                );
    2 weeks ago

                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"
                    }

                );

    2 weeks ago

    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?

    3 years ago

    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?

    3 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved