• Hi, I have a strange behavior with payment options. I have 3 payment option in woocommerce and 2 of them are correctly sent to google analytics with your plugin. But one (the payment with value cod) aren’t sent.

    I’ve checked and the three inputs are equals and the value is correctly present
    <input id=”payment_method_paypal” type=”radio” class=”input-radio” name=”payment_method” value=”paypal” data-order_button_text=”Continua su PayPal”>
    <input id=”payment_method_bacs” type=”radio” class=”input-radio” name=”payment_method” value=”bacs” data-order_button_text=””>
    <input id=”payment_method_cod” type=”radio” class=”input-radio” name=”payment_method” value=”cod” checked=”checked” data-order_button_text=””>

    I have the option “Cart as 1st checkout step” active.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Thomas Geiger

    (@duracelltomi)

    Hi,

    I checked your page and placed a test order using COD as shipping option.
    When I pressed the “place order” button, the proper event was fired and data has been sent to GA:

    {
    v: “1”,
    _v: “j79”,
    aip: “1”,
    a: “106992929”,
    t: “event”,
    ni: “0”,
    _s: “1”,
    dl: “https://www.gruppostefanelli.it/cassa/&#8221;,
    ul: “en-us”,
    de: “UTF-8”,
    dt: “cassa”,
    sd: “24-bit”,
    sr: “1536×864”,
    vp: “1794×407”,
    je: “0”,
    ec: “ecommerce”,
    ea: “gtm4wp.checkoutOptionEEC”,
    _u: “SCCAAEAL~”,
    jid: “954491248”,
    gjid: “975402721”,
    cid: “1526327758.1568368277”,
    tid: “UA-9383780-71”,
    _gid: “1705541069.1568368277”,
    _r: “1”,
    gtm: “2wg941MZMXK3T”,
    cos: “5”,

    pa: “checkout_option”,
    col: “Payment: cod”,

    z: “896591599”,
    statusCode: 302
    }

Viewing 1 replies (of 1 total)

The topic ‘Payment option not send’ is closed to new replies.