Fernando Marichal
a67b7df26f
Add tracks events to attributes tab ( #37622 )
...
* Refactor method `addProductAttributesTracks`
# Conflicts:
# plugins/woocommerce-admin/client/wp-admin-scripts/product-tracking/shared.ts
* Add changelog
* Record remove attribute Tracks event
# Conflicts:
# plugins/woocommerce/client/legacy/js/admin/meta-boxes-product.js
* Record `used for variations` and `visible on product page` events
* Record `used for variations` and `visible on product page` events
* Fix js error
* Remove not used code
* Refactor `add_existing` attribute recording
* Fix event action
* Refactor `attachEventListenerToParentForChildren`
---------
Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
2023-04-17 12:50:30 -03:00
Fernando Marichal
1187df9d82
Add Tracks events to variations tab ( #37607 )
...
* Refactor `product-tracking` file
* Add variations tracks events
* Add changelog
* Refactor method `addProductAttributesTracks`
* Add `remove_variation` Tracks event
* Modify code comments
* Rename `query` prop
* Modify `generate_variations` event to be recorded after confirmation
---------
Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
2023-04-12 16:37:23 -03:00
Chi-Hsuan Huang
7068c78101
Fix JS lint errors ( #33484 )
...
* Fix @woocommerce/data lint errors
* Fix internal-e2e-builds lint error
* Fix lint errors
2022-06-21 16:37:34 +08:00
louwie17
574e00b6d5
Add/32676 category and tag tracks within products screen ( #33121 )
...
* Add logs for the attributes and tags on the product page
* Only trigger attributes_add on product screen when user hits save
* Add extra props to attribute add track
* Add tags delete track and fix count of tags add track
* Update use of wp_localize_script
2022-05-30 10:06:34 -03:00