-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent Price & Tax Values #104
Comments
Could you check if this is still an issue with the latest release 1.6.0? https://github.com/yireo/Yireo_GoogleTagManager/releases |
Hi Jisse, Everything looks good, except prices for child products - they are identical. e.g.
Tested on fresh install with sample data of Magento 1.9.4.1 and Yireo_GoogleTagManager 1.6.0 |
Could you see if 1.6.1 fixes this for you? |
Yeah! 1.6.1 fixes it :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Depending on whether Configuration > Sales > Tax > Calculation Settings > Catalog Prices is set to Including Tax or Excluding Tax, this affects the tax, and prices (Ex tax & Inc tax), calculated in
base/default/template/googletagmanager/data/product.phtml
When Configuration > Sales > Tax > Price Display Settings > Display Product Prices In Catalog set to Including and Excluding Tax, and
When Configuration > Sales > Tax > Calculation Settings > Catalog Prices set to Including Tax
Then the product page displays Excl. Tax: £83.33 and Incl. Tax: £100.00, and the dataLayer is as follows:
Note the "productPrice" and "price" do not match, and "productPriceExcludingTax" and "priceexcludingtax" do not match.
When Configuration > Sales > Tax > Calculation Settings > Catalog Prices set to Excluding Tax
Then the product page displays Excl. Tax: £100.00 and Incl. Tax: £120.00, and the dataLayer is as follows:
Tested on fresh install with sample data of Magento 1.9.4.1 and Yireo_GoogleTagManager 1.5.4
Thanks
The text was updated successfully, but these errors were encountered: