Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: Remove Print Button & Icon  (Read 5007 times)

Offline flyn

  • Full Member
  • ***
  • Posts: 142
  • Karma: +8/-0
    • View Profile
Remove Print Button & Icon
« on: July 07, 2014, 02:42:16 PM »
We do not need the print button nor the icon for our products. Where in the .CSS can I remove it?

.btn disables all and that is not good. Edit.. I just managed to remove the icon at least.

Thanks

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Remove Print Button & Icon
« Reply #1 on: July 07, 2014, 09:30:35 PM »
Look at the file:

https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default_html5/template/pages/product/product.tpl

Line: 180

Remove:
Code: [Select]
<a class="productprint btn btn-large" href="javascript:window.print();"><i
class="icon-print"></i> <?php echo $button_print?></a>
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline flyn

  • Full Member
  • ***
  • Posts: 142
  • Karma: +8/-0
    • View Profile
Re: Remove Print Button & Icon
« Reply #2 on: July 08, 2014, 06:10:27 AM »
Thanks

 

Powered by SMFPacks Social Login Mod