prolifiklabs
Forum Replies Created
-
Hello, yea your right. I’m getting errors again in the tag health. I will be using the official Pinterest tag template. Thanks for your help. Really great plugin by the way. Take care.
Hello, thanks for responding and appreciate the suggestion of that tool. I ended up just using Javascript to alter the object. I don’t know why I didn’t think of this from the start. Code is below for anyone else that runs into this issue.
if (dataLayer[0].ecommerce.hasOwnProperty(‘checkout’)) {
const ecProducts = dataLayer[0].ecommerce.checkout.products;
for (let i = 0; i < ecProducts.length; i++) {
dataLayer[0].ecommerce.checkout.products[i].product_id = ecProducts[i].id;
dataLayer[0].ecommerce.checkout.products[i].product_category = ecProducts[i].category;
}
}if (dataLayer[0].ecommerce.hasOwnProperty(‘purchase’)) {
const epProducts = dataLayer[0].ecommerce.purchase.products;for (let i = 0; i < epProducts.length; i++) {
dataLayer[0].ecommerce.purchase.products[i].product_id = epProducts[i].id;
dataLayer[0].ecommerce.purchase.products[i].product_category = epProducts[i].category;
}
}Hello, please disregard my previous message. I just double checked and for some reason everything is working properly now :). The feeds are updating! I really appreciate your help and you guys have an awesome product. I will be purchasing my license soon. Thanks again!
Best regards,
Andrew
Hello, thank you very much for your response. Where can I go to find which email I need to send my information to?
1) I am generating the feed for “Pinterest”
2) I have a screenshot of the System Status report under Dashboard > Product feed > Settings.
3) For the Woocommerce logs under Dashboard > WooCommerce > Status; there are only 2 reports dating back 1 month ago which I havn’t had the product then. I have those 2 files saved in a txt file as well.
Once I find out where I can find the email to send this to I will get it sent right away. Let me know, thanks.
Best regards,
Andrew