Add SSL Cert Site Seal Icon to Check Out Page?

Posts: 53
Joined: 11/17/2007

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.

Posts: 4
Joined: 07/28/2008

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

Posts: 107
Joined: 08/07/2007
Bug FinderGetting busy with the Ubercode.

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

Posts: 53
Joined: 11/17/2007

Thanks. I'll give that a shot.

--

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