Sébastien Dumont
Forum Replies Created
-
Forum: Plugins
In reply to: [CoCart - Decoupling Made Easy for WooCommerce] Product Not Deleting@moderncaliber Patch v4.3.14 now released to solve this issue. Thank you for reporting.
Forum: Plugins
In reply to: [CoCart - Decoupling Made Easy for WooCommerce] Product Not DeletingThe issue is being worked on @moderncaliber You can follow this issue for further updates or join in the conversation.
Forum: Plugins
In reply to: [CoCart - Decoupling Made Easy for WooCommerce] Product Not Deleting@moderncaliber Your clearly authenticating. Mind sharing which authentication method your using so we can try and replicate the issue?
So what about the filter I requested? As i previously mentioned i also want to support my plugin CoCart.
Hi @sebastianrybacki
Any updates on the support?Forum: Plugins
In reply to: [CoCart - Decoupling Made Easy for WooCommerce] Convert cart to an orderMarking as resolved as there is no further response.
Marking as resolved as there is no further response.
Thank you @sebastianrybacki Look forward to that update.
Forum: Plugins
In reply to: [CoCart - Cart API Enhanced] Error on CoCart_API_ControllerWrong plugin! Responded in Discord.
The documentation is currently being updated. As for the need to validate items, CoCart already does that for you should an item being stock managed get added or updated. However, if you are looking to display the stock status of the item added to the cart. Might I suggest installing the Cart Enhanced add-on.
Forum: Plugins
In reply to: [CoCart - Decoupling Made Easy for WooCommerce] Convert cart to an orderHi @mishaml
It is on the roadmap to convert carts into orders. In the mean time you will have to use the WooCommerce REST API to create an order. Here is an example on how to convert the cart items. It’s a little out dated but it gives the gist.
Forum: Plugins
In reply to: [CoCart - Cart API Enhanced] API Enhanced Plugin and 502 bad gateway errorThank you for reporting the exact error. Much appreciated. A patch will be uploaded soon.
Forum: Plugins
In reply to: [CoCart - Cart API Enhanced] API Enhanced Plugin and 502 bad gateway errorSeems there was an issue with the third product, so that part of the code you disabled could not identify and it crashed when returning the response. Would be better if you had the actual error to identify the exact line to fix.
Hi @supermahesh
Sorry for the late response. I have tested in Postman using your routes adding a product to cart and updating the item quantity and it was successful.
curl --location --request POST 'https://agivant.wpenginepowered.com/wp-json/cocart/v2/cart/item/e369853df766fa44e1ed0ff613f563bd?cart_key=de94df7b24e24b8d4450f07e793a35&quantity=4'
Are you still having issues?
Forum: Plugins
In reply to: [CoCart - Decoupling Made Easy for WooCommerce] CoCart Plugin V4 CORS errorOK all versions since v4 have been patched. You can update any version above v3.12 with no issues.