AbanteCart Community

AbanteCart Development => Customization help => Topic started by: thedarksyde on November 14, 2013, 02:44:19 PM

Title: Remove print button on product page, and write review...
Post by: thedarksyde on November 14, 2013, 02:44:19 PM
I am looking for a way to remove the print button on the product page.   I also would like to remove the write review option when you mouse over a product on the main pages.  Anyway to take both of these items out?
Title: Re: Remove print button on product page, and write review...
Post by: junkyard on November 15, 2013, 09:25:22 AM
Regarding the 'Write review':
http://forum.abantecart.com/index.php/topic,1208.0.html
Title: Re: Remove print button on product page, and write review...
Post by: michael m on December 14, 2013, 11:01:22 PM
To Remove Print Button from Product Page:

public_html>storefront>view>default_html5>template>pages>product>product.tpl>lines 175-178

comment this out:

<!--<a class="productprint btn btn-large" href="#"
      onclick="javascript:window.print()"><i
         class="icon-print"></i> <?php echo $button_print; ?></a>
   <?php echo $this->getHookVar('buttons'); ?> -->

Title: Re: Remove print button on product page, and write review...
Post by: fcbrasov1 on December 19, 2013, 02:44:33 PM
can anyone help me,i want to put the add to cart button smaller on html5,thank you