pinterest-for-woocommerce
pinterest-for-woocommerce copied to clipboard
A native Pinterest integration for WooCommerce. Development is managed by Ventures.
### 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...
### 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...
Issues table pagination does not respect the page number and page size, and always return all issues
### 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...
### 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...
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...
Ref. https://venturesp2.wordpress.com/2024/03/03/project-thread-woocommerce-8-7-compatibility-for-ventures-extensions/
`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.
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...
Re-implement logging according to the article from here https://protonpower.wordpress.com/2024/01/19/be-a-good-logging-citizen/.
### 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...