Kowsar Hossain
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Filter Orders by Product] get all categoriesWill try to add this feature in a future release.
Here’s a way to achieve this now if you’re comfortable editing plugin files. In file “plugins/woocommerce-filter-orders-by-product/inc/filter-by-category.php” line 21, replace the following code:
$terms = get_terms( array('taxonomy' => 'product_cat', 'fields' => 'id=>name' ) );
with this one:
$terms = get_terms( array('taxonomy' => 'product_cat', 'fields' => 'id=>name', 'hide_empty' => false ) );
Thanks for the contribution, will try to include those translations in future update
Yes
Forum: Plugins
In reply to: [WooCommerce Filter Orders by Product] Filter by variationSorry, currently I don’t have time to extend it at the moment. Maybe in future.
25k is a very long list of products which is very rare, we didn’t think of handling that kind of optimization in mind. Sorry that it didn’t work for you. We’ll try to improve in future.
Forum: Reviews
In reply to: [Woo EDD Email Domain Blacklist] Does not workThis is very discouraging for a developer who gives free stuff to the community to get a 1-star review like this without prior notice or support request just because one user thinks that it does not work.
Just because a plugin doesn’t work for you doesn’t mean its broken. It can happen due to many other reasons eg. conflict with other plugins/themes on your website. Without a proper test, it’s hard to tell. You could open a support thread about this and give me a chance to test if it’s really broken.
Even if this plugin is broken, you could notify me about this before giving a 1-star review so that I can fix the issue. Don’t developers deserve a second chance? I guess someday I have to stop giving free stuff, it doesn’t make me a single penny anyway.
I hope you’d consider this review but it’s totally up to you. I’m happy to help once you’ve changed your mind and give me more details about this issue in a support thread.
Yes it skips some security checks but it works, I tested. Not sure about subscriptions, it could be different issue. I’m using this solution anyway, better than manual process.
- This reply was modified 4 years, 8 months ago by Kowsar Hossain.
- This reply was modified 4 years, 8 months ago by Kowsar Hossain.
@marcelobruno
After hours of debugging I found a quick dirty solution(though I don’t recommend using it).Just delete this line from file “edd-2checkout/edd-2checkout.php” and it’ll work, screenshot: https://prntscr.com/thn96y
Yes changing the code can fix this but it’ll require some works to do. It’s better if they update that plugin officially.
Hi, this bug truly exists in 2checkout plugin because i see some wrong/outdated code in the plugin file(v-1.3.12).
For example, it’s using $_POST[‘sale_id’] in the code but 2checkout never send that parameter in API IPN request. Here’s the list of IPN parameters sent by 2checkout: https://knowledgecenter.2checkout.com/API-Integration/Webhooks/06Instant_Payment_Notification_(IPN)/IPN-parameters
Here’s a screenshot of outdated code: https://prntscr.com/tgddwn
Unless the bug is fixed 2checkout plugin will never really work properly and can never mark any order as complete.
Thanks for your suggestion, I’ll look about it.
Forum: Plugins
In reply to: [Woo Force Coupon] Force Coupon for specific products only?No, currently it doesn’t have this functionality
Forum: Plugins
In reply to: [WooCommerce Filter Orders by Product] Compatible 5.4Yes
Forum: Plugins
In reply to: [WooCommerce Filter Orders by Product] Filter by Order Date Range too?Currently I don’t have a plan for that but since it seems like a nice feature I’ll keep it in mind
Forum: Plugins
In reply to: [WooCommerce Filter Orders by Product] Pro versionSorry not ready yet, I’ve been busy. I’ll let you know if I release any pro version.