Jump to content
thirty bees forum

remove print button


Fernando

Recommended Posts

TB 1.1.0
Theme Niara version 1.1.0

Hello,
Please tell me how to remove the 'print' button from the single product page?

I see
id
usefull_link_block
class
list-unstyled hidden-print

is there a module or best to just use CSS?

Thank you

Link to comment
Share on other sites

2 hours ago, Fernando said:

usefull_link_block
class
list-unstyled hidden-print

is there a module or best to just use CSS?

Thank you

As far as I know you will have to delete that part from products' template.
(make a backup first)

Edit /themes/niara/product.tpl

Search for these lines:

            <li>
              <a href="javascript:print();" title="{l s='Print this page'}">
                <i class="icon icon-fw icon-print"></i> {l s='Print'}
              </a>
            </li>


And erase them.

Write this down, as if you update TB this change will be overwritten.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...