fid
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] [API] Add Custom discounts instead of Coupons onlylol, I tried that too but definitely not a pretty workaround. For now what I do is, I send the discount amount as an order meta custom field and send the discounted total amount via the API. Not pretty but have to make it work somehow. I then display these custom fields using hooks in the order information.
Would love to have a core funtionality that does it though!
Forum: Plugins
In reply to: [WooCommerce] [API] Add Custom discounts instead of Coupons onlyThanks Claudio. Do you think is there a workaround for this right now without creating a coupon?
By the way, I’m amjad0 on github ??
Forum: Plugins
In reply to: [WooCommerce] Update order via Rest APIThanks so much guys.
Forum: Plugins
In reply to: [WooCommerce] Update order via Rest APIAlmost all of them are read-only. What if I wanted to remove a line item from a pending order? I tried making the quantity 0 but it did not work.
{ "errors": [ { "code": "woocommerce_api_invalid_product_quantity", "message": "Product quantity must be a positive float" } ] }
I am facing the same issue as well.
Forum: Plugins
In reply to: [WooCommerce] [API Issue] Unable to create a new product via appI managed to fix it by using SSL at first, then without SSL started to work too. (did few other configurations as well. I can’t post those here for security reasons, but if anyone else is having this same issue, let me know I’ll try to help out.
Same issue. Broke the entire site. 500 server error
Found it in User roles. Nevermind.
Forum: Plugins
In reply to: [WooCommerce] Orders show in ASC orderAny help please?
Forum: Plugins
In reply to: [WooCommerce] Product attributes sortingCustomize the templates for product page to suit your needs.
Forum: Plugins
In reply to: [Woocommerce CSV importer] Importing categories and sub-categoriesDoing this makes the slug for the sub category be like ‘cat-subcat’ – I only want it to be ‘subcat’ How can this be done?
Forum: Plugins
In reply to: [WooCommerce] PHP Error1 week and no replies! ??
Forum: Plugins
In reply to: [Smart Reporter For WooCommerce and WP eCommerce] CSS Issues ??This is silly. It fixed itself somehow. Didn’t do any changes whatsoever.
Thanks. that issue is resolved but now its Still giving Mismatch error after purchase.
I removed this code:
{ wp_die( "2Checkout Hash Mismatch... check your secret word." ); } else
And it works perfectly.
Forum: Plugins
In reply to: [Smart Reporter For WooCommerce and WP eCommerce] CSS Issues ??No luck. Tried disabling all plugins still the same issue. What could cause this conflict?