Payment option not send
-
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]
The topic ‘Payment option not send’ is closed to new replies.