Page 1 of 1

Insert a Trustwave logo/link in the Opencart header

Posted: Wed Mar 18, 2015 11:58 pm
by jrb1
Hello.

I am using OpenCart 1.5.6.1 with the default theme.

I want to show a trustwave logo/link in the header section of my web store, to the right of my logo.

The site address is: https://www.duriteparts.com/

The code I need to add is: <script type="text/javascript" src="https://sealserver.trustwave.com/seal.j ... "></script>

Can anyone help me?

Many thanks Julian

Re: Insert a Trustwave logo/link in the Opencart header

Posted: Thu Mar 19, 2015 12:45 am
by labeshops
Edit your template /common/header.tpl filke and put it where you want the logo to appear. You may need to experiment with position, alignment etc until you get it just the way you want.

Re: Insert a Trustwave logo/link in the Opencart header

Posted: Thu Mar 19, 2015 12:54 am
by jrb1
Hi Labeshops.

It is help with the alignment that I need. When I add the code to /header.tpl the logo sits behind my logo where as I want it to appear to the right of it.

Thanks