Title: naveeed's Replies | WordPress.org

---

# naveeed

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

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

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Product Builder or Configurator for WooCommerce] Adding Product Manually](https://wordpress.org/support/topic/adding-product-manually/)
 *  Thread Starter [naveeed](https://wordpress.org/support/users/naveeed/)
 * (@naveeed)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/adding-product-manually/#post-18529161)
 * Hi
 * Any update on this request?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShopLentor – All-in-One WooCommerce Growth & Store Enhancement Plugin] Hiding Out of Stock Products Woolentor Product Grid](https://wordpress.org/support/topic/hiding-out-of-stock-products-woolentor-product-grid/)
 *  Thread Starter [naveeed](https://wordpress.org/support/users/naveeed/)
 * (@naveeed)
 * [4 years ago](https://wordpress.org/support/topic/hiding-out-of-stock-products-woolentor-product-grid/#post-15935569)
 * Hi Tarek,
 * I appreciate your quick reply.
 * I have tried that option, but still the products show with READ MORE.(checked/
   unchecked option to see custom code might override settings)
 * Tried,with below code also.
 * add_filter( ‘woocommerce_products_widget_query_args’, ‘custom_products_widget_query_arg’,
   10, 1 );
    function custom_products_widget_query_arg( $query_args ) {     if( !
   is_admin() ) {         $query_args[‘meta_query’][] = array(             ‘key’
   => ‘_stock_status’,             ‘value’   => ‘outofstock’,             ‘compare’
   => ‘!=’         );     }     return $query_args; }
 * add_filter( ‘woocommerce_products_widget_query_args’, ‘custom_products_widget_query_arg’,
   10, 1 );
    function custom_products_widget_query_arg( $query_args ) {     if( !
   is_admin() ) {         $query_args[‘tax_query’][] = array(             ‘taxonomy’
   => ‘product_visibility’,             ‘field’    => ‘name’,             ‘terms’
   => array(‘outofstock’),             ‘operator’ => ‘NOT IN’         );     }  
   return $query_args; }
 * ————add_filter( ‘woocommerce_product_query_meta_query’, ‘shop_only_instock_products’,
   10, 2 );
    function shop_only_instock_products( $meta_query, $query ) { // Only
   on shop archive pages if( is_admin() || is_search() || ! is_shop() ) return $
   meta_query; $meta_query[] = array( ‘key’ => ‘_stock_status’, ‘value’ => ‘outofstock’,‘
   compare’ => ‘!=’ ); return $meta_query; }
 * add_filter( ‘woocommerce_product_query_meta_query’, ‘filter_product_query_meta_query’,
   10, 2 );
    function filter_product_query_meta_query( $meta_query, $query ) { //
   On woocommerce home page only if( is_front_page() ){ // Exclude products “out
   of stock” $meta_query[] = array( ‘key’ => ‘_stock_status’, ‘value’ => ‘outofstock’,‘
   compare’ => ‘!=’, ); } return $meta_query; }———-
 * PS. product are added as menu tfwooproductgrid
 * class=”elementor-element elementor-element-8302056 elementor-widget elementor-
   widget-tfwooproductgrid”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Min and Max Quantity Rule For Woocommerce] Group Manager settings in product](https://wordpress.org/support/topic/group-manager-settings-in-product/)
 *  Thread Starter [naveeed](https://wordpress.org/support/users/naveeed/)
 * (@naveeed)
 * [5 years ago](https://wordpress.org/support/topic/group-manager-settings-in-product/#post-14803288)
 * Hi,
 * It’s been a week, waiting for any reponse from the support team.
    Should I expect
   the reply, or look for the alternate plugin from other programmer to get our 
   job done. (We will buy the pro)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Show subtotal amout without TAX and tax amout in cart and checkout for Tax inclu](https://wordpress.org/support/topic/show-subtotal-amout-without-tax-and-tax-amout-in-cart-and-checkout-for-tax-inclu/)
 *  Thread Starter [naveeed](https://wordpress.org/support/users/naveeed/)
 * (@naveeed)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/show-subtotal-amout-without-tax-and-tax-amout-in-cart-and-checkout-for-tax-inclu/#post-14547662)
 * Hi,
    Thanks for the reply.
 * I have products with prices mixed with tax and without tax.
    I need to show the
   tax amount for the product price with including tax, separately in Cart and Checkout.
 * Now for including vat products shows 0 as tax amount, which make big issue for
   the TAX authorities.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DHL Shipping Germany for WooCommerce] The DHL plugin is not supported in your store’s “Base Location”](https://wordpress.org/support/topic/the-dhl-plugin-is-not-supported-in-your-stores-base-location/)
 *  [naveeed](https://wordpress.org/support/users/naveeed/)
 * (@naveeed)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/the-dhl-plugin-is-not-supported-in-your-stores-base-location/#post-10530285)
 * Hello,
 * I am from Saudi Arabia, and I am getting this error “The DHL plugin is not supported
   in your store’s “Base Location””, is there any way, I can use it from my location.
 * Thank you

Viewing 5 replies - 1 through 5 (of 5 total)