RenzoF
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Rest API update order filterHi Caleb,
Thanks for the fast response.
At any point was this a complaint about not keeping it consistent but more an enquiry about the plans for this functionality.Unfortunately, I am not a PHP developer to send a pull request and would probably end up messing it.
I’ll just wait patiently for this to be implemented meanwhile I’ll use a workaround.
Thanks again for your answer.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Bulk Discount applying to each product variationHi
Ok here is a screen capture of the discount
https://pasteboard.co/2BVXvyvT.pngThe discount apply to 2 or more.
This is variant of the same product.
When you say a product of type one and another of type 2, this is using the woocommerce product variant functionality right?
So from your admin page you product looks something like this?
https://pasteboard.co/2BWlIozE.pngJust trying to workout if we are talking about the same ??
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Bulk Discount applying to each product variationHi,
I just tried it again and seems to be working ok for me, are you using any caching plugin ?
And what versions of WordPress and Woocommerce are you using ?Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Bulk Discount applying to each product variationThe answer is there by @patkirts
Go to the woocommerce settings page then Bulk Discount Tab and uncheck the checkbox that reads “You need to have this option unchecked to apply discounts to variations by shared quantity.”
Hi Tatvic,
Thanks for the quick response!
Is good to know about the admin, though will be nice to have a filter maybe to add another capability?
or to override the disable_tracking function. (Just an idea :-))For now I just modified a bit your plugin to also check for manage_woocommerce capability.
Thanks again for the great plugin.
Cheers!
Forum: Plugins
In reply to: [WooCommerce] REST API PUT change order statusNevermind got it.
If anyone has the same issue the solution put the data in the request as JSONeg:
{
“status”:”cancelled”
}Great documentation here
https://www.skyverge.com/woocommerce-rest-api-docs.html#orders/order-propertiescheers