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.
Add SSL Cert Site Seal Icon to Check Out Page?
Submitted by TutusForToddlers on Mon, 09/08/2008 - 13:05
|
|
Yes, I would like to do the exact same thing. That would be great.
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
|
|






Joined: 11/17/2007