ingovo
Forum Replies Created
-
Hi @duracelltomi,
Any chance you could have a look at these last two questions? I previously marked this topic as solved, but these questions still remain.
Would love to hear from you! ??I just noticed my recording does not show the console, but this one does:
Hi Thomas,
I still have two questions regarding this issue:
– It seems like step 1 isn’t being reported during page load. Do you have any idea what could be causing this issue?
– Is there a way for the plugin to recognise step 2 in the process without the visitor entering different data for shipping as billing data? I’ve noticed step 2 is only being fired if a visitor fills out any of the “shipping_” fields. By default, if a user does not select the “Ship to different address” and does not fill in any of the fields, it seems step 2 isn’t being fired at all. I’ve also looked at your plug-in’s Sandbox environment, which also doesn’t seem to fire step 2 if no shipping information is filled in.
See this video: https://www.loom.com/share/9516cf8079814036aa04774463cc9b73Love to hear from you!
Hi Thomas,
Thank you once again for your reply. With this, I managed to pinpoint the issue! There was another form that was hidden by default, that needed to be filled in for step two to be recognised.
Hi Thomas,
Thank you for your quick reply. Could you show me what this looks like for you?
For clarification, I’m referring to the step “1. YOUR DETAILS”, this should be the second step after the shopping cart which is on a separate page (just like in your GTM4WP sandbox). The first event by the name “gtm4wp.checkoutStepEEC” I am able to find in the datalayer is:{
event: “gtm4wp.checkoutStepEEC”,
ecommerce: {
currencyCode: “EUR”,
checkout: {
actionField: {
step: 3
},
products: [
{
id: 51402,
name: “Amsterdam GT Enviolo CT eBike”,
sku: 51402,
category: “Mens”,
price: 2698,
stocklevel: 22,
variant: “satin-black,58cm,samsung-418-wh”,
quantity: “1”
}
]
}
}
}Which has “actionField step: 3”. My datalayer does not seem to have “actionField step: 2” in it, even after entering information in the Billing Details form.
Cheers