3 replies [Last post]
TutusForToddlers's picture
Offline
Joined: 11/17/2007
Juice: 158
Was this information Helpful?

I want to display the site seal that my SSL Cert provider gave me on the Check Out page.
Any ideas on which file to modify to get that to happen?
I do not want to put it in a block, that is why I am asking.

Thanks,
Claire
Tutus for Toddlers sells Tutus using UberCart for e-commerce with Drupal.

cwhitcoe's picture
Offline
Joined: 07/28/2008
Juice: 8
Ditto

Yes, I would like to do the exact same thing. That would be great.

mikejoconnor's picture
Offline
AdministratorBug FinderGetting busy with the Ubercode.
Joined: 08/07/2007
Juice: 536
Re: Ditto

I would consider adding something to your page.tpl.php in your theme. for instance

if(substr($q, 0, 3) == 'cart') {
print "ssl logo";
}

or something like that

TutusForToddlers's picture
Offline
Joined: 11/17/2007
Juice: 158
Re: Re: Ditto

Thanks. I'll give that a shot.

Thanks,
Claire
Tutus for Toddlers sells Tutus using UberCart for e-commerce with Drupal.