pinterest-for-woocommerce icon indicating copy to clipboard operation
pinterest-for-woocommerce copied to clipboard

A native Pinterest integration for WooCommerce. Development is managed by Ventures.

Results 78 pinterest-for-woocommerce issues
Sort by recently updated
recently updated
newest added

### Describe the bug: When we disconnect a Pinterest account, connect a different Pinterest account, and then go to the Catalog page for the first time, the "XML feed" status...

type: bug
v5

### Describe the bug: In my test site, the Overview card shows that there is 1 error, but there are no details about the error in the Overview card or...

type: bug
v5

### Describe the bug: Related to issue https://github.com/woocommerce/pinterest-for-woocommerce/issues/882. In the Issues table, I have pagination in the table footer like this: There are issues with the pagination: - When I...

type: bug
v5

### Describe the bug: I was doing testing on a new test site using the code from the develop branch (8251408b26fc5838f76b76518e2942efea8efa84). I setup the new site, installed the new v5...

type: bug
needs investigation
v5

When an account disconnects or the extension gets deleted, delete all the existing feeds instead of deactivating them, as we do atm. Pinterest: - Please [delete the feed](https://developers.pinterest.com/docs/api/v5/#operation/feeds/delete) . Internally...

type: enhancement
priority: critical

Ref. https://venturesp2.wordpress.com/2024/03/03/project-thread-woocommerce-8-7-compatibility-for-ventures-extensions/

category: compatibility

`Base::handle_request()`, which is used to perform Pinterest API requests, throws a full batch of different types of exceptions. Refactor the method to throw PinterestAPIException.

type: enhancement
priority: low

Integrating Pinterest API v5 changes how Feed Item Issues paginated results must be built. Now, with the new payload, we receive 25 rows and a hash of the next results...

type: enhancement
priority: high

Re-implement logging according to the article from here https://protonpower.wordpress.com/2024/01/19/be-a-good-logging-citizen/.

type: enhancement
priority: low

### Describe the bug: v3_create_commerce_partner_merchant is called repeatedly to register merchant. But in some error cases it should not be called. Instead we should stop calling it and ask the...

type: bug