Automattic / Automattic/jetpack
WooCommerce Analytics: Supporting Bundles
- Dominant language
- PHP
- Stars
- 1.8k
- Forks
- 898
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 774
Description
Bundles behave differently to regular products and we don't currently support their behavior in our store event logging.
For example, we'd see a button or link with a single bundle product id like `?add-to-cart=${product_id}`; however, that will add each underlying product in the budle individually to the cart and purchased.
Work on this will be dependent on the solution to #9049
Contributor guide
Research direction
Start by reading the proposed solution in #9049, then locate the existing WooCommerce store event logging entry point. The issue provides no file or test names; done means bundle interactions and purchases are logged with the underlying products rather than only the bundle product id.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php, wordpress
- Domain
- analytics
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100