We use the current version 1.20.x and we have carried out a test with customer data that can be sent to Google for conversion tracking.
(order data checkbox in GTM4WP settings screen)
We noticed that the zip code is not transmitted the way the user enters it in the checkout.
For example, if we enter a German postal code in a test order, GTM4WP will not transmit the 0 as the first digit to Google.
e.g. “06114” becomes “6114” in the dataLayer.
That’s wrong.
In addition, the zip code is transmitted as an integer. I assume that string would be better as a data type.
Because there are countries in which letters are also possible in a postal code. e.g. France.
Thanks!
]]>I am reaching out as I really struggle to install a pixel that will give data to a platform.
They told me to install this code by replacing the field names (ORDER_ID, AMOUNT, PLACEHOLDER) with coded information that will capture the order information on the checkout page. Here are the instructions received:
Merchant Image pixel to be placed on checkout success page:
<!– Offer Conversion: Smile_Av –>
<img
src=”https://cashback.go2cloud.org/aff_l?offer_id=3115&adv_sub=ORDER_ID&amount=AMOUNT&
conversion_unique_id=PLACEHOLDER” width=”1″ height=”1″ />
<!– // End Offer Conversion –>
Merchant replaces the field names with the actual order information:
TRACKING FIELD: adv_sub FIELD NAME: ORDER_ID ORDER INFORMATION: Merchant order ID
TRACKING FIELD: amount FIELD NAME: AMOUNT ORDER INFORMATION: Sale amount of order without comma sign
TRACKING FIELD: conversion_unique_id FIELD NAME: PLACEHOLDER ORDER INFORMATION: 3115PHORDER_ID
I use WordPress and the Woocommerce plugin. I am lost at how to do this. Is there a code I should put a code in the body using the “Header and Footer” plugin?
Thank you for your help!
]]>WordPress 5.5.3
Mysql 5.7
Niginx 1.14
PHP 7.4
——————————–
All of a sudden, it can’t count my order data. I wonder what might be the cause of it?
I have the data analyzed through the import history, but it does not have the latest orders, and all the imported data are orders before the accident.
]]>Sorry it has been asked again , i tried searching for solution but couldn’t , the plugin is sending data and working perfectly on all pages expect the order confirmation page
So i am not getting any orders or transaction data in google Analytics , when i checked in preview mode the code is not getting fired only in the page , please let me know what is the issue
the website url is https://biodermaindia.com/
Please note Cash on delivery is not Enabled due to pandemic but can be enabled whenever you want to testing testing
]]>1. When there is a “/” sign (ex. 644/ZAB/5213/2019) output adds “\” sign (ex. “order_number”: “644\/ZAB\/5213\/2019″,”)
2. When there are some latin extended characters (ex. Powstańców Warszawy 6/4) it outputs ( “billing_address”: “Powsta\u0144c\u00f3w Warszawy 6\/4” )
Thank You,
Tomek.
I’ve tried applying various payment method titles on the woo-mp stripe settings page (e.g. stripe, credit, credit card, {null}, etc.), but the order payment method is always updated to “N/A’ when I process a payment using woo-mp. I’ve also tried setting the order payment method to “Credit Card” before processing payments, but it’s still updated to “N/A” when the stripe CC payment is submitted through woo-mp.
What do I need to do so that the woocommerce order payment method will change to the “Credit Card” option when I process a payment through woo-mp?
]]>What we are trying to do:
We are selling a product b2c in our webshop and another one b2b only to registered users with a special user role.
Business customers get a bulk discount, depending on the number of products they buy. We are using a combination of different plug-ins to achieve this.
Now to our problem:
Let’s say a business customer buys a product with a regular price of $158.90, but in a quantity that allows for a bulk discount of 40%. He is now buying them for $95.34 a piece.
When he submits the order, the order data shows $95.34 as total AND subtotal (we don’t have taxes yet). So it’s the same as if we would have put a sale price for the product in the backend, the discount plug-in mimics this functionality.
So now we can’t show the customer that he bought a product with a regular price of $158.90 and he got a discount of $63.56.
And i’m not talking about the front-end. We can display it on the product page, the cart and the check-out. But we need the order data to reflect this too, so we can display the discount in our invoice and our e-mails.
My question is:
Is there any way to keep the regular price of a product as subtotal and auto-apply the savings he got from the bulk-discount as a discount?
When we manually add a order in the backend we can already do that by adding discounts to specific products.
I’ve spent the weekend trying to find a solution, or even someone who had similar issues, but i’m out of luck. Maybe someone here can help.
Thank you.
]]>When an order changes his status from pending payment to processing, the order data is sent to the seller, but the seller only gets it:
– product name, attributes and quantity
– total price of their products
– buyer address
But, seller must identifier the products based only on the name of the product. Don’t appear SKU and this code can be important to find the product.
This it’s possible? Thank you.
]]>