Your account expired support, please renew to get your support.

HomePage Forums Themes Support Technogy – Electronics Store WooCommerce Theme Remove Review counter, Cart Pop-Up on product page and more

Topic Resolution: Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #28760
    fingolfin75
    Support Expired

    Hello, I would like to know how to remove the review counter from products as well as availability on product page and the pop-up that appears on the bottom of the product page to add the product to the cart.
    Also, how to translate the “Search products” string so that I can put it in my own language?

    Many thanks for your support in advance.

    Best regards,
    Claudio

    #28780

    Hello,

    I resolved all issues, please recheck your site.

    #30538
    Mueen
    Support Expired

    please tell me how i remove this Thanks

    #30560

    Hello @mueen

    Please copy this code and paste into the file functions.php( child-theme):

    
    function technocy_woocommerce_template_loop_rating() {
    	return;
    }
    
    function technocy_stock_label() {
           return;
    }
    
    function technocy_sticky_single_add_to_cart() {
    	 return;
    }
    
    remove_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_add_to_cart’);
    
    remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_add_to_cart’);
    
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.