PowlaG
Forum Replies Created
-
Forum: Plugins
In reply to: [Form Lightbox] Clicking Add Form Lightbox button doesn't worksHas there been any updates on this ? I’m getting the same issues as lsilver.
I’ve updated to the latest versions of WooCommerce & Canvas (along with some other Woo extensions), and yet the product category pages aren’t listing products for me either. Instead I see the error message “No products found which match your selection.” When I can see in the backend that there are products assigned to that category.
Example: https://www.freetolive.com.au/product-category/building/
Any help please ?
Forum: Plugins
In reply to: [WooCommerce] Adding Quantity to archive page add to cartTrue,in which case WooCommerce’s “QuickView” plugin is the ajax solution you’re after.
Why re-invent the wheel ? More of a lightbox solution though, but atleast it doesn’t refresh the page.
Forum: Plugins
In reply to: [WooCommerce] Adding Quantity to archive page add to cartThis snippet ended up working for me perfectly. Just add it to your functions.php file.
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart'); // remove that ajaxified Add To Cart button that automatically adds 1 item to the cart. add_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_single_add_to_cart', 1); // replace it with the Add To Cart Button, complete with QTY field.. the same one that is used on the Single Product page.
More of an elegant solution. Hoping this helps.
Forum: Plugins
In reply to: [WooCommerce] Adding Quantity to archive page add to cartJerome Fitzpatrick > Is there anyway your solution above can take into account multiple quantities (setup by the min/max extension) ?
This is the issue I’m having from the archive page when adding quantities.
Thanks mbrsolution.
I’ve since found this solution, at a database level: https://bit51.com/fixing-better-wp-security-lockouts/
weakticket – did you finally get an answer you to problem ?
I’ve got the exact same issue!
Forum: Plugins
In reply to: [WooCommerce] Tax not calculated on shippingIs there a way to display the shipping tax as a dollar amount beside the Flat rate amount on the cart/checkout page ?
Eg. Shipping | Flat Rate: $12.00 (Includes $1.50 GST)