CodeAstrology IT Firm
Forum Replies Created
-
If you want to increase or decrease the quantity by a specific number then use step. Example if you set step 5 then when you increase/decrease quantity will increase/decrease by 5 like 5, 10, 15, 20
Recently we are going to update our plugin. This issue has been fixed.
Thank you for using our plugin.
You can hide those fields by adding below this custom CSS to Dashboard >> Appearance >> Customize >> Additional CSS Block
.wptf_product_table_wrapper .search_single_order_by, .wptf_product_table_wrapper .search_single_order { display: none; }
Our premium users can do it from design tab see this https://prntscr.com/t0j3vt
Thank you for using our plugin.
HI, Thanks for your comment. This plugin will work for the variable product but you are not able to add quantity separately for each variation.
We are working on this feature so that users can set quantity to the each variation of a variable product.
Thanks
CodeAstrologyThanks for your topic.
Our Min Max also work on the default archive page where only add to cart button available. If you already set the minimum quantity of those products then you will be able add the predefined quantity. Even there will be a title showing that there is available minimum quantity. See following screenshots 1. https://prnt.sc/r3c1fm 2. https://prnt.sc/r3c079 3. https://prnt.sc/r3c0xbI hope you got the point.
Please let me know.
THanksYes. You have edit the shortcode.php file and add this code at around line no.245
$args['tax_query'][] = array( 'taxonomy' => 'product_type', 'field' => 'slug', 'terms' => 'simple', );
You can follow this screenshot where to put this code. See https://prntscr.com/pml8gi
Thanks and let me know..
Forum: Reviews
In reply to: [Min Max Control - Min Max Quantity & Step Control for WooCommerce] PerfectThanks for your nice feedback..
Actually that message neither come from your theme nor from our plugin. It comes from the browser for HTML validation. But I think you have to use Custom JavaScript to change that message..
ThanksYes, You able to do it by Custom CSS. You can do css to your WordPress Customizer -> Additional CSS.
Looking forward to hearing your response.