trondan
Forum Replies Created
-
Hi,
I’ve looked through this guide before, also now again.
I’ve added the below to my functions.php but nothing is changed in the dataLayer, what am I doing wrong?
function my_product_filter( array $eec_product, string $ecommerce_action ): array {
// add an attribute only on product detail pages
if ( $ecommerce_action === “productdetail” ) {
$eec_product[“dimension1”] = “Hello World”; // set a product scoped custom dimension
$eec_product[“name”] .= ” – Order today!”; // append string to existing product attribute
}return $eec_product;
}Do you have any tips/ideas on what it is in the Plugin that fires the gtm4wp.orderCompletedEEC? I’ve tried to build my own push of the gtm4wp.orderCompletedEEC event, however I’m guessing there will be problems with duplicates if/not Adyen is used etc.
As I’ve said, free orders not using Ayden by Woosa is working. I guess there is a WooCommerce that you in the plugin are using to trigger the EEC event?
This is what their support said.. not very helpful:
`We don’t have any experience with Adyen in combination with the Google Tag manager, since GTM isn’t firing any triggers this falls out of our support range and we can’t assist you with this.
It’s best to contact GTM support directly regarding this.
I also was able to test the Mastercard issue you are having in our environment without problems, so it’s best to use our Troubleshooting Guide to find the problem. This could be a third-party plugin or WordPress theme.
Hope to have informed you well enough. If you have any further questions, please don’t hesitate to contact us.`
Hi!
The “Thank You”-page is standard, we’re using the Storefront template.
We noticed that Adyen is the problem and that for some orders we’re redirected to a new domain for card payment security authorization. For other orders we’re doing this with a popup.When we’re redirected and then redirected back again the layer is not triggered. But if we remain on the same page, it all works.
/ E
Forum: Plugins
In reply to: [Easy Appointments] Sending double confirmation e-mailsHi again,
I’ve done that multiple times, still no e-mails are sent to the user :/
Forum: Plugins
In reply to: [Easy Appointments] Sending double confirmation e-mailsForum: Plugins
In reply to: [Easy Appointments] Sending double confirmation e-mailsHi,
I have now updated but after that no e-mails are sent.
Forum: Plugins
In reply to: [Easy Appointments] Sending double confirmation e-mailsMy mistake: http://eriksandberg.se/isak/index.php/bokning/
Best regards,
Erik