Title: CodeAstrology IT Firm's Replies - page 9 | WordPress.org

---

# CodeAstrology IT Firm

  [  ](https://wordpress.org/support/users/codeastrology/)

 *   [Profile](https://wordpress.org/support/users/codeastrology/)
 *   [Topics Started](https://wordpress.org/support/users/codeastrology/topics/)
 *   [Replies Created](https://wordpress.org/support/users/codeastrology/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/codeastrology/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/codeastrology/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/codeastrology/engagements/)
 *   [Favorites](https://wordpress.org/support/users/codeastrology/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 121 through 129 (of 129 total)

[←](https://wordpress.org/support/users/codeastrology/replies/page/8/?output_format=md)
[1](https://wordpress.org/support/users/codeastrology/replies/?output_format=md)
[2](https://wordpress.org/support/users/codeastrology/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/codeastrology/replies/page/3/?output_format=md)…
[7](https://wordpress.org/support/users/codeastrology/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/codeastrology/replies/page/8/?output_format=md)
9

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Min Max Control - Min Max Quantity & Step Control for WooCommerce] Step, what does that do?](https://wordpress.org/support/topic/step-what-does-that-do/)
 *  Plugin Contributor [CodeAstrology IT Firm](https://wordpress.org/support/users/codeastrology/)
 * (@codeastrology)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/step-what-does-that-do/#post-13138529)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Table for WooCommerce] Variable Drop Down has no effect after first use](https://wordpress.org/support/topic/variable-drop-down-has-no-effect-after-first-use/)
 *  Plugin Support [CodeAstrology IT Firm](https://wordpress.org/support/users/codeastrology/)
 * (@codeastrology)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/variable-drop-down-has-no-effect-after-first-use/#post-13138522)
 * Recently we are going to update our plugin. This issue has been fixed.
 * Thank you for using our plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Table for WooCommerce] How can I remove Order By and Order from Search Box?](https://wordpress.org/support/topic/how-can-i-remove-order-by-and-order-from-search-box/)
 *  Plugin Support [CodeAstrology IT Firm](https://wordpress.org/support/users/codeastrology/)
 * (@codeastrology)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/how-can-i-remove-order-by-and-order-from-search-box/#post-12990896)
 * 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 [http://prntscr.com/t0j3vt](http://prntscr.com/t0j3vt)
 * Thank you for using our plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Min Max Control - Min Max Quantity & Step Control for WooCommerce] Min Max Quantity of a proudct](https://wordpress.org/support/topic/min-max-quantity-of-a-proudct/)
 *  Plugin Contributor [CodeAstrology IT Firm](https://wordpress.org/support/users/codeastrology/)
 * (@codeastrology)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/min-max-quantity-of-a-proudct/#post-12495255)
 * 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
    CodeAstrology
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Min Max Control - Min Max Quantity & Step Control for WooCommerce] quantity on pages showing products of specific category](https://wordpress.org/support/topic/quantity-on-pages-showing-products-of-specific-category/)
 *  Plugin Contributor [CodeAstrology IT Firm](https://wordpress.org/support/users/codeastrology/)
 * (@codeastrology)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/quantity-on-pages-showing-products-of-specific-category/#post-12443900)
 * Thanks 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](https://prnt.sc/r3c1fm) 2. [https://prnt.sc/r3c079](https://prnt.sc/r3c079)
   3. [https://prnt.sc/r3c0xb](https://prnt.sc/r3c0xb)
 * I hope you got the point.
    Please let me know. THanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Table for WooCommerce] Display particular products](https://wordpress.org/support/topic/display-particular-products/)
 *  Plugin Support [CodeAstrology IT Firm](https://wordpress.org/support/users/codeastrology/)
 * (@codeastrology)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/display-particular-products/#post-12052746)
 * Yes. 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 [http://prntscr.com/pml8gi](http://prntscr.com/pml8gi)
 * Thanks and let me know..
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Min Max Control - Min Max Quantity & Step Control for WooCommerce] Perfect](https://wordpress.org/support/topic/perfect-6467/)
 *  Plugin Contributor [CodeAstrology IT Firm](https://wordpress.org/support/users/codeastrology/)
 * (@codeastrology)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/perfect-6467/#post-12046951)
 * Thanks for your nice feedback..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Min Max Control - Min Max Quantity & Step Control for WooCommerce] Translate message Please enter a valid value](https://wordpress.org/support/topic/translate-message-please-enter-a-valid-value/)
 *  Plugin Contributor [CodeAstrology IT Firm](https://wordpress.org/support/users/codeastrology/)
 * (@codeastrology)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/translate-message-please-enter-a-valid-value/#post-12038139)
 * 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..
    Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Table for WooCommerce] Customize mini-cart](https://wordpress.org/support/topic/customize-mini-cart/)
 *  Plugin Support [CodeAstrology IT Firm](https://wordpress.org/support/users/codeastrology/)
 * (@codeastrology)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/customize-mini-cart/#post-12024381)
 * Yes, You able to do it by Custom CSS. You can do css to your WordPress Customizer-
   > Additional CSS.
 * Looking forward to hearing your response.

Viewing 9 replies - 121 through 129 (of 129 total)

[←](https://wordpress.org/support/users/codeastrology/replies/page/8/?output_format=md)
[1](https://wordpress.org/support/users/codeastrology/replies/?output_format=md)
[2](https://wordpress.org/support/users/codeastrology/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/codeastrology/replies/page/3/?output_format=md)…
[7](https://wordpress.org/support/users/codeastrology/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/codeastrology/replies/page/8/?output_format=md)
9