How to get rid off Wish List and Compare Product from Category page in OpenCart
Opencart Version 2.3.0.2 Some online shops like restaurants may not require 'Add to wish List' and 'Compare the Product' buttons on the category view page. Go to category.tpl which is the template file for category view and comment out the two lines of code. Where is the template file located? pbulic_html/catalog/view/theme/default/template/product/category.tpl Where is the code? Approximately at line no:130 you will see the following <div class="button-group"> <button type="button" onclick="cart.add('<?php echo $product['product_id']; ?>', '<?php echo $product['minimum']; ?>');"><i class="fa fa-shopping-cart"></i> <span class="hidden-xs hidden-sm hidden-md"><?php echo $button_cart; ?></span></button> <button type="button" data-toggle="tooltip" title="...