Kader Ibrahim S

Results 15 issues of Kader Ibrahim S

The `connect.woocommerce.com` server is due to be retired. The `api.woocommerce.com` server now provides the connect service. The base URL will now be `api.woocommerce.com/integrations`. All other endpoints should now be accessible...

type: technical debt

The PHP unit tests action throws notices when it is run. Details of the notice can be found here: https://github.com/woocommerce/facebook-for-woocommerce/actions/runs/7032446732/job/19136200916#step:6:14 There is a PR for similar issue here: https://github.com/woocommerce/woocommerce-google-analytics-integration/pull/335

type: bug

When we run `npm run build`, the following hidden files are included in the bundle: ``` facebook-for-woocommerce/.dist.env facebook-for-woocommerce/.npmrc facebook-for-woocommerce/.vscode/ (if present locally) facebook-for-woocommerce/.vscode/launch.json (if present locally) facebook-for-woocommerce/data/.gitkeep facebook-for-woocommerce/.wp-env.json ``` The...

type: enhancement

### Changes proposed in this Pull Request: Closes #2639. This PR uses the `compat-checker` library from the [WooCommerce Grow repo](https://github.com/woocommerce/grow) to run compatibility and versioning checks during the plugin initialisation....

type: enhancement
changelog: add

## User story As a user, * I'd like to be notified when I am using a WooCommerce version that will no longer be supported soon. * I'd like my...

type: enhancement

### Changes proposed in this Pull Request: Currently, Product Sets are mapped to WooCommerce Product Categories. This PR will allow the Product Sets to be mapped to WooCommerce Product Tags....

type: enhancement
changelog: add

The group ID is used as the content ID in Meta Pixel for variable products. The group ID is still used for variable products with a default variation. In such...

type: enhancement

Would it be possible to optimize so that we do not store empty meta values? ![image](https://user-images.githubusercontent.com/179533/205965138-eb0a67cb-cd26-43ad-8b3a-e09e10f111cd.png)

needs investigation
type: technical debt

Facebook for WooCommerce adds custom attributes to a variable product in Variations > Individual Variation. The fields added by Facebook for WooCommerce are not distinguishable from the default fields. Would...

good first issue
priority: low
type: technical debt

Remove the `phpcs:ignoreFile` comment on all our files and fix the violations. If we want to add an exception, it should be at the code line level with the specific...

priority: high
type: task
type: technical debt