Nima Karimi
Nima Karimi
## Overview This is an epic issue to track the development of an MVP version for the back end of the multichannel marketing feature. As part of the multichannel marketing...
This issue is part of the epic https://github.com/woocommerce/woocommerce/issues/34548. As part of the multichannel marketing feature, we will implement a light framework/library in the core that other marketing extensions can use...
The new multichannel marketing dashboard is being implemented in WooCommerce (https://github.com/woocommerce/woocommerce/issues/34548) and will be released soon. For this extension to be recognized as a marketing channel and be displayed on...
This issue is part of #678 for integrating with the Multichannel Marketing Dashboard released with WooCommerce 7.4. The new marketing dashboard has a section dedicated to managing the marketing campaigns...
The new multichannel marketing dashboard is being implemented in WooCommerce (https://github.com/woocommerce/woocommerce/issues/34548) and will be released soon. For this extension to be recognized as a marketing channel and be displayed on...
WooCommerce has a shipping setting that allows the user to set shipping methods for locations not covered by any other zone. This is not included as a normal zone in...
Google requires availability date to be set whenever a product's availability is set to `backorder`. We already have an availability date input in the `Google Listings & Ads` tab of...
The product attributes entered by the user on the edit product page are not validated. A simple validation is done when the product is being synced to Google but we...
The `BaseController::prepare_item_for_response` method is usually run in our API controllers to prepare a data item for the response. It formats the data according to the schema defined for each endpoint....
The price of the parent variable product must be set to the minimum price of its variations/children. This is how the tracking event is set up, so we should change...