schero86
Forum Replies Created
-
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Verified review – view originalYes, it is working ok.
But for now I modified the code to remove the verified badge from the website.Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Verified review – view originalthe update added a button to remove verified status, but there should be an option to do this in bulk for all reviews.
With thousands of reviews to do this manually is a waste of timeForum: Plugins
In reply to: [Customer Reviews for WooCommerce] Verified review – view originalthanks!
Hello,
I also had the same issue and found a solution.
To log data for all users making an order you have to go to GTM4WP settings -> Integration – > WooCommerce and choose “order data in data layer”.
And then you can define the variables in Tag Manager:
Currency – > orderData.totals.currency
Value – > orderData.totals.total (or orderData.totals.subtotal if you need without tax/shipping)
ID – > orderData.attributes.order_number
Firstname – > orderData.customer.billing.first_name
and so on for the other fields you need.
The firing event for the tag is gtm4wp.orderCompletedEECHello,
I also had the same issue and found a solution.
To log data for all users making an order you have to go to GTM4WP settings -> Integration – > WooCommerce and choose “order data in data layer”.
And then you can define the variables in Tag Manager:
Currency – > orderData.totals.currency
Value – > orderData.totals.total (or orderData.totals.subtotal if you need without tax/shipping)
ID – > orderData.attributes.order_number
Firstname – > orderData.customer.billing.first_name
and so on for the other fields you need.
The firing event for the tag is gtm4wp.orderCompletedEECForum: Plugins
In reply to: [Customer Reviews for WooCommerce] cusrev_all_reviews Templatefound it ??
Thank you!
No, i want it like this, I used glami feed as template:
<PARAM>
? ? <PARAM_NAME>size_system</PARAM_NAME>
? ? <VAL>INT</VAL>
</PARAM>
Here is how I did it: https://imgur.com/odyGJNy
But the result is:
<PARAM>
? ? <PARAM_NAME>size</PARAM_NAME>
? ? <VAL>INT</VAL>
</PARAM>
The “_system” part is ignored.Yes, I know how to created nested parameters.
But if i use “size_system” as parameter name it is only saved as “size”
PARAM_size_system ->>> the second “_” is ignored
ex: PARAM_SIZE_SYTEM with static value INT
it is saved wrongly in feed as following:
<PARAM>
<PARAM_NAME>size</PARAM_NAME>
<VAL>INT</VAL>
</PARAM>Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Review grid 2 columnsok, thank you!
Forum: Plugins
In reply to: [Facebook for WooCommerce] debug toolsok, thanks!
Forum: Plugins
In reply to: [Facebook for WooCommerce] Unsupported post request. Object with ID xxxHello,
Still having some out of stock products that are not syncing correctly.
The only way to fix them is to reset the facebook metadata and save the product.I think it would be a great feature to be able to reset metadata and update all products directly from module.
Thanks!
Forum: Plugins
In reply to: [Facebook for WooCommerce] Unsupported post request. Object with ID xxxI cleared all my failed tasks history from action schedueler and tested again, and now sync is working perfectly.
Forum: Plugins
In reply to: [Facebook for WooCommerce] Unsupported post request. Object with ID xxxI don’t have duplicate threads …
Forum: Plugins
In reply to: [Facebook for WooCommerce] Unsupported post request. Object with ID xxxwhich other forum?
- This reply was modified 2 years, 4 months ago by schero86.