Skip to content
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

#1613 TagManagerEnhancedEcommerce #2027

Merged
merged 1 commit into from
Jun 24, 2022
Merged

Conversation

JustMe69
Copy link
Contributor

fixing some of the listed issues in the ticket
Fixed:

  • trackCheckoutComplete - Rename total to revenue
  • trackProductImpression - remove quantity, brand, position, attribute
  • trackCartAdd - quantity is hardcoded to 1. Use $quantity instead

Template issues

  • product_impression.js.twig
  • product_view.js.twig
  • checkout.js.twig
  • checkout_complete.js.twig

Not fixed:

  • trackProductImpression - submit impression as multi- instead of single-array
  • trackCartAdd - price attribute: I'm not sure about that but I think we need to use the cart item price instead of product price (which often can't be determinate (because of complex variant structure etc.)
  • trackCartRemove
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets #1613

TagManagerEnhancedEcommerce
fixing some of the listed issues in the ticket #1613
Fixed:

  • trackCheckoutComplete - Rename total to revenue
  • trackProductImpression - remove quantity, brand, position, attribute
  • trackCartAdd - quantity is hardcoded to 1. Use $quantity instead

Template issues

  • product_impression.js.twig
  • product_view.js.twig
  • checkout.js.twig
  • checkout_complete.js.twig

Not fixed:

  • trackProductImpression - submit impression as multi- instead of single-array
  • trackCartAdd - price attribute: I'm not sure about that but I think we need to use the cart item price instead of product price (which often can't be determinate (because of complex variant structure etc.)
  • trackCartRemove

fixing some of the listed issues in the ticket
Fixed:
- trackCheckoutComplete - Rename total to revenue
- trackProductImpression - remove quantity, brand, position, attribute
- trackCartAdd - quantity is hardcoded to 1. Use $quantity instead

Template issues
- product_impression.js.twig
- product_view.js.twig
- checkout.js.twig
- checkout_complete.js.twig

Not fixed:
- trackProductImpression - submit impression as multi- instead of single-array
- trackCartAdd - price attribute: I'm not sure about that but I think we need to use the cart item price instead of product price (which often can't be determinate (because of complex variant structure etc.)
- trackCartRemove
@CLAassistant
Copy link

CLAassistant commented Jun 24, 2022

CLA assistant check
All committers have signed the CLA.

@dpfaffenbauer dpfaffenbauer merged commit bb59f70 into coreshop:master Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants