J. Tyler Wiest
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Advanced Product Quantities] Unable to remove NoticeAh I see, it is generated using the the following code but I’ll keep your situation in mind for the next update.
echo site_url() . $_SERVER['REQUEST_URI'];
Forum: Plugins
In reply to: [WooCommerce Advanced Product Quantities] Unable to remove NoticeHm, to dismiss the notice, you should only have to add the below get variable to an admin url like below.
?wpbo_thumbnail_plugin_dismiss=0
The full url could be:
mysite.com/wp-admin/?wpbo_thumbnail_plugin_dismiss=0
Can you try entering this in manually? Alternatively, you install WooCommerce Thumbnail Input Quantities ; ).
As of now we do not support this, we do however support grouped products. This would allow to you show all of your products on a single page with individual rules applied to each.
While this isn’t the ideal situation, individual variation support is on our list of github issues and it is something I’m going to try to do soon.
https://github.com/wpbackoffice/woocommerce-incremental-product-quantities/issues?state=open
Thanks.
Try going to the edit screen on one of the products in question and see what the ‘Quantities Rules’ input box says. If it shows you the rule you think should be applied then there might be a bug. If is says, ‘No rule is currently being applied’, your rule may not be applied correctly.
Furthermore, you can set site wide rules in the ‘Advanced Rule’ section and you can override rules on a per product basis by clicking the override checkbox on your edit product screen.
Please let me know what you find.
Thanks
Are you still having that issue atejena?
I’m having a hard time replicating this issue. It could be caused by a conflict with another plugin, could you try deactivating all but Advanced Product Quantities and WooCommerce and trying it again?
Also, what version of WordPress and WooCommece are you using?
– Thanks
Forum: Plugins
In reply to: [WooCommerce Advanced Product Quantities] quantity input box on category pageThat is actually more of a question for our WooCommerce Thumbnail Input Quantities plugin as that adds the input box to the category / shop / any product thumbnail page.
Either way however, we don’t support that feature, but if you familier with editing your functions.php file you can insert the below code to get your desired effect.
add_filter('woocommerce_loop_add_to_cart_link', 'wpbo_add_message', 10, 2 ); function wpbo_add_message( $text = null, $product = null ) { $message = '<span>Minimum Order: 12</span>' . $text; return $message; }
This will add your $message, to just before the input box.
Thanks and enjoy the plugins!
Forum: Reviews
In reply to: [WooCommerce Advanced Product Quantities] Amazing. Saved my life.Thanks for the suggestion, we’ve actually just added a blanket rule option in the latest version of the plugin 2.0.0. Under the quantity rules drop down, you should see a tab called ‘Advanced Rules’ which will allow you to set site wide rules.
No worries, glad I could help!
Happy selling!
Just added backward compatibility with Incremental Product Quantities version 1.1.4.
As I’m going through and debugging this, I found that it actually isn’t this plugin that is causing your error but the Incremental Product Quantities.
Either way, upgrading Woo is your best bet to get going fast.
Thanks.
Hey, your getting this error because WooCommerce updated their functions in WC 2.1. Until you upgrade WooCommerce on your site, I would recommend using the previous version of thumbnail input quantities (link below).
Also, I’ll try to get a backwards compatible batch out there for everybody else who hasn’t upgraded.
Thanks.
Forum: Plugins
In reply to: [WooCommerce Advanced Product Quantities] Doesn't work within group?Currently we only support simple products but we’ve added grouped, variable and affiliate support tickets on github. I’m hoping to get a chance to look at it within the next week or two.
https://github.com/wpbackoffice/woocommerce-incremental-product-quantities/issues
Thanks.
Forum: Plugins
In reply to: [WooCommerce Thumbnail Input Quantities] WooCommerce 2.1.2 version updateI just released WooCommerce Thumbnail Input Quantities v1.1.0 which should do the trick.
Thanks!
Forum: Plugins
In reply to: [WooCommerce Advanced Product Quantities] Problems with WooCommerce 2.1.1Just released version 1.1.0 which supports WooCommerce 2.1.2 and WordPress 3.8.1.
I’ve also updated WooCommerce Thumbnail Input Quantities to support this version as well so I would recommend updated both.
Thanks.