Ashok G
@wpashokg on WordPress.org
- Member Since: March 11th, 2013
- Location: Coimbatore, Tamilnadu, India
- Website: ashokg.in
- Job Title: Sr. Programmer, Web
Bio
Interests
WordPress Origin Story
Contribution History
Ashok G’s badges:- Plugin Developer
- Translation Contributor
-
Posted a reply to Minimum Count can be changed/updated on My Cart Page, on the site WordPress.org Forums:
@sandeepsingh007, Thanks for pointing the bug. will let you know asap.2 weeks ago
-
Posted a reply to Woocommerce Minimum and Maximum Quantity not working on my site, on the site WordPress.org Forums:
@samanthab01, Sorry for the delay in response. To avoid quantity conflicts by default we've set…5 months ago
-
Posted a reply to “Select options” button URL parameter causes 404, on the site WordPress.org Forums:
@w-sky, Sorry for the inconvenience caused. Will try to fix it ASAP.5 months ago
-
Posted a reply to Custom quantity bypass | Not working on cart, on the site WordPress.org Forums:
@manish009, Sorry for the delay in response. Can you share me a demo link and…5 months ago
-
Posted a reply to Add to Cart on Variable products, on the site WordPress.org Forums:
@tigerrockmartialarts, @galbaras thanks for finding the issue. I've updated the plugin, check now.5 months ago
-
Posted a reply to Minimum Qty no longer working, on the site WordPress.org Forums:
@elliecoxy, @galbaras, update to the latest version of plugin and check now.5 months ago
-
Posted a reply to WC Compatibility issue: id is called incorrectly, on the site WordPress.org Forums:
@galbaras added the changes and posted a new version. Check now.5 months ago
-
Committed [2391431] to Plugins Trac:
Added few fix for quantity issues as mentioned by @galbaras, ...5 months ago
-
Posted a reply to Minimum Qty no longer working, on the site WordPress.org Forums:
@elliecoxy, can you share me admin screenshot of this specific product that you've shared.5 months ago
-
Posted a reply to Min Qty not working, on the site WordPress.org Forums:
@naveen147, did you get the issue resolved ?6 months ago
-
Posted a reply to The comparison page does not work when the plugin is active, on the site WordPress.org Forums:
@doyuk, The issue is not with the plugin. It somewhere breaking the product object inside…6 months ago
-
Posted a reply to The comparison page does not work when the plugin is active, on the site WordPress.org Forums:
@doyuk what's the plugin you use for product comparison.6 months ago
-
Posted a reply to The comparison page does not work when the plugin is active, on the site WordPress.org Forums:
@doyuk it says wrong password.6 months ago
-
Posted a reply to The comparison page does not work when the plugin is active, on the site WordPress.org Forums:
@doyuk, this looks weird to me. can you set up a demo or testing environment,…6 months ago
-
Posted a reply to Min Qty not working, on the site WordPress.org Forums:
@naveen147 can you share admin screenshot of the product6 months ago
-
Posted a reply to Upload links not shown after checkout, on the site WordPress.org Forums:
@julian8109 check the order details page6 months ago
-
Posted a reply to Bug in “Select Options” for product variations, on the site WordPress.org Forums:
@coreytacos closing the ticket7 months ago
-
Posted a reply to Bug in “Select Options” for product variations, on the site WordPress.org Forums:
Hope my previous response solves your reqmt.7 months ago
-
Posted a reply to default order quantity is wrong, on the site WordPress.org Forums:
@dave8441, This seems to be a variable / grouped product. This plugin doesn't support variable…7 months ago
-
Posted a reply to Minimum quantity on variable product, on the site WordPress.org Forums:
@ggoldin this plugin doesn't support variable product.8 months ago
-
Posted a reply to Status warning message, on the site WordPress.org Forums:
updated it.8 months ago
-
Posted a reply to Bug in “Select Options” for product variations, on the site WordPress.org Forums:
@coreytacos the plugin doesn't support variable product. Check in backend wether in the specific product…8 months ago
-
Posted a reply to Grouped product Link Problem, on the site WordPress.org Forums:
@doyuk, Check the new version. I thought the earlier version will solve the purpose. Sorry…9 months ago
-
Posted a reply to Incorrect URL on Select Options buttons for variable products, on the site WordPress.org Forums:
@galbaras, @iceninexp Now I've added the condition to check the simple product alone. Thanks guys…9 months ago
-
Committed [2326222] to Plugins Trac:
Changed the condition to check the product type is simple since we ...9 months ago
-
Posted a reply to Incorrect URL on Select Options buttons for variable products, on the site WordPress.org Forums:
@iceninexp can you uncheck the min max settings in the product level for product https://dev.yournextpromo.net/product/4x6-notepad-qty-250-copy/…9 months ago
-
Posted a reply to Grouped product Link Problem, on the site WordPress.org Forums:
@doyuk I'm unable to see the problem that you're saying. can you give me the…9 months ago
-
Posted a reply to Grouped product Link Problem, on the site WordPress.org Forums:
@doyuk, I've already pushed an update regarding this couple of weeks ago.9 months ago
-
Posted a reply to Great plugin, on the site WordPress.org Forums:
@pepijnkosman thanks..9 months ago
-
Committed [2316663] to Plugins Trac:
Bug fix for variable product view link in shop and category pages9 months ago
-
Posted a reply to Incorrect URL on Select Options buttons for variable products, on the site WordPress.org Forums:
@galbaras yes. it's a simple fix but I've been tied up with other priorities. will…9 months ago
-
Posted a reply to Incorrect URL on Select Options buttons for variable products, on the site WordPress.org Forums:
sorry guys. need to wait few more days. stuck in another development.10 months ago
-
Posted a reply to Plugin is breaking add to cart on website, on the site WordPress.org Forums:
for the product which min max is enabled ajax add to cart will not work.10 months ago
-
Posted a reply to 2.1.0 is breaking ajax in archives, on the site WordPress.org Forums:
Ajax will not work for the products in which min max is enabled @spyrosntanos10 months ago
-
Posted a reply to Plugin is breaking add to cart on website, on the site WordPress.org Forums:
you're welcome10 months ago
-
Posted a reply to 2.1.0 is breaking ajax in archives, on the site WordPress.org Forums:
@frafor check for the latest update10 months ago
-
Posted a reply to Plugin is breaking add to cart on website, on the site WordPress.org Forums:
add_filter('woocommerce_loop_add_to_cart_link','__wcmmax_add2cart'); function __wcmmax_add2cart($link) { global $product; $product_id = $product->id; $product_sku = $product->get_sku(); $mmaxEnable = get_post_meta($product_id,…10 months ago
-
Posted a reply to Plugin is breaking add to cart on website, on the site WordPress.org Forums:
can you deactivate my plugin for a while10 months ago
-
Posted a reply to Plugin is breaking add to cart on website, on the site WordPress.org Forums:
what's the problem that you're facing ?10 months ago
-
Posted a reply to Works great, on the site WordPress.org Forums:
Thanks.10 months ago
-
Posted a reply to Adds extra “Add To Cart” link when plugin activated…, on the site WordPress.org Forums:
fixed with the latest update check now.10 months ago
-
Committed [2298429] to Plugins Trac:
Added fix for ajax add to cart in shop and category pages, and tagged ...10 months ago
-
Posted a reply to double add to cart buttons, on the site WordPress.org Forums:
done with the latest update10 months ago
-
Posted a reply to 2.1.0 is breaking ajax in archives, on the site WordPress.org Forums:
@frafor thanks for updating the bug working on it will be updated asap10 months ago
-
Committed [2297607] to Plugins Trac:
Added fix for double add to cart buttons, and tagged it to 2.1.010 months ago
-
Posted a reply to double add to cart buttons, on the site WordPress.org Forums:
@dionnekathleen planning for an update this weekend or early nextweek. Let me check what all…10 months ago
-
Posted a reply to Translation, on the site WordPress.org Forums:
need to check10 months ago
-
Posted a reply to How to limits for product variations?, on the site WordPress.org Forums:
still solutioning is in process10 months ago
-
Posted a reply to Min QTY stops working as soon as variables are selected, on the site WordPress.org Forums:
This plugin doesn't support variable products yet. Thinking of a solution.10 months ago
-
Posted a reply to Works Flawlessly, on the site WordPress.org Forums:
@graphicidentity, Thanks for the review & support.11 months ago
Developer
-
Easy Child Theme Creator
Active Installs: 500+
-
Select And Share
Active Installs: Less than 10
-
Woocommerce Minimum and Maximum Quantity
Active Installs: 6,000+
-
WooCommerce Pay to Upload
Active Installs: 100+