Post by jokernippe » Thu Jan 12, 2017 2:44 pm

Hi,

How can I remove this from my page?

Thanks!!

Attachments

remove.jpg

remove.jpg (56.85 KiB) Viewed 659 times


Active Member

Posts

Joined
Fri Aug 02, 2013 1:44 am
Location - Usa

Post by sachin6609 » Thu Jan 12, 2017 2:58 pm

jokernippe wrote:Hi,

How can I remove this from my page?

Thanks!!

This is a product page so you need to edit the product.tpl of your theme folder and make that code comment

Or You can share your site url so i can give a css code to hidde that div

Thanks

sachin

Active Member

Posts

Joined
Thu Jul 23, 2015 2:57 pm

Post by jokernippe » Thu Jan 12, 2017 3:04 pm


Active Member

Posts

Joined
Fri Aug 02, 2013 1:44 am
Location - Usa

Post by sachin6609 » Thu Jan 12, 2017 3:26 pm

jokernippe wrote:HI,

Here is the Url http://hangokniv.fi/shop/index.php?rout ... uct_id=789

Thanks
Hii

Just open Product.tpl file from the below folder path location

catalog/view/theme/tt_lepus/template/product

Product.tpl

Search <div class="btn-group"> and put that whole Div In Comment To Hide the two Buttons

Then Just Below That Div You Will Find The Below Code

<h1><?php echo $heading_title; ?></h1>

Also Put That Line In Comment to Hide The Product Name if You want to hide product name Below That Buttons

So All The Below Code You Need To Comment In Short

<div class="btn-group">
<button type="button" data-toggle="tooltip" class="btn btn-default" title="<?php echo $button_wishlist; ?>" onclick="wishlist.add('<?php echo $product_id; ?>');"><i class="fa fa-heart"></i></button>
<button type="button" data-toggle="tooltip" class="btn btn-default" title="<?php echo $button_compare; ?>" onclick="compare.add('<?php echo $product_id; ?>');"><i class="fa fa-exchange"></i></button>
</div>
<h1><?php echo $heading_title; ?></h1>

Thanks

sachin

Active Member

Posts

Joined
Thu Jul 23, 2015 2:57 pm
Who is online

Users browsing this forum: No registered users and 47 guests