Title: Remove additional button
Last modified: October 6, 2016

---

# Remove additional button

 *  [angelique2016](https://wordpress.org/support/users/angelique2016/)
 * (@angelique2016)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/remove-additional-button/)
 * Hi, I noticed after installing the plugin it added an additional button which
   say “View Product” however this is not required, as woocommerce already has it
   owns Add to Cart or Read More button, how do I remove this button? Thanks

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

 *  Thread Starter [angelique2016](https://wordpress.org/support/users/angelique2016/)
 * (@angelique2016)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/remove-additional-button/#post-8257951)
 * In fact I removed this section of coding, and all seemed to work fine, and no
   longer had the additional button, perhaps you could add an admin settings, so
   you can either have this button on or off. That would be great!
 * function wc_mmax_remove_loop_button()
    { remove_action(‘woocommerce_after_shop_loop_item’,‘
   woocommerce_template_loop_add_to_cart’, 10); } add_action(‘init’, ‘wc_mmax_remove_loop_button’);
 * add_action(‘woocommerce_after_shop_loop_item’, ‘wc_mmax_replace_add_to_cart’);
   
   function wc_mmax_replace_add_to_cart() { global $product; $link = $product->get_permalink();
   echo ‘<center>[‘ . __(‘View Product’, ‘wcmmax’) . ‘](https://wordpress.org/support/topic/remove-additional-button/&apos; . $link . &apos;?output_format=md)
   </center>’; }
 *  Plugin Author [Ashok G](https://wordpress.org/support/users/wpashokg/)
 * (@wpashokg)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/remove-additional-button/#post-8258502)
 * Sure.

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

The topic ‘Remove additional button’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woo-min-max-quantity-limit.svg)
 * [Simple Minimum and Maximum Quantity Limit for WooCommerce](https://wordpress.org/plugins/woo-min-max-quantity-limit/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-min-max-quantity-limit/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-min-max-quantity-limit/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-min-max-quantity-limit/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-min-max-quantity-limit/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-min-max-quantity-limit/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Ashok G](https://wordpress.org/support/users/wpashokg/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/remove-additional-button/#post-8258502)
 * Status: not resolved