Site Secure Emblem Placement

Open to all! Ask other shopowners for help.
Post Reply
PBR Streetgang
Member
Posts: 48
Joined: Fri Nov 19, 2021 4:09 pm
Phoenix Version:
Has thanked: 24 times

Site Secure Emblem Placement

Post by PBR Streetgang »

Where is the best place to post this code so it shows the site is secure?

Code: Select all

<span id="siteseal"><script async type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=8gXpsfnxj1iBibcQIjbIdvGZRx51bBGuGO4uNuu0X"></script></span>


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
burt
Core Team
Posts: 4551
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: Site Secure Emblem Placement

Post by burt »

There must be some instructions on the godaddy as to where it needs to be placed.
If you can link to their help pages, or post some more details, advice can better be given.

You need to ~always~ state what version of Phoenix you are using, when asking for help, as instructions might be different depending on version.
I am not here to build for you.
I am here to build with you. Let's help each other.
Dan Cole
Senior Contributor
Posts: 499
Joined: Fri Oct 25, 2019 2:14 pm
Phoenix Version: 1.0.8.21
Has thanked: 67 times
Been thanked: 61 times

Re: Site Secure Emblem Placement

Post by Dan Cole »

PBR Streetgang wrote: Sat Mar 23, 2024 3:31 pm Where is the best place to post this code so it shows the site is secure?
I haven't bothered using seals, of any type, for quite a few years but if I was to add one I would put it in the footer area so it can be seen on all pages.

Dan
14Steve14
Senior Contributor
Posts: 923
Joined: Fri Oct 25, 2019 7:01 pm
Phoenix Version: v1.0.9.1
Has thanked: 17 times
Been thanked: 103 times

Re: Site Secure Emblem Placement

Post by 14Steve14 »

PBR Streetgang wrote: Sat Mar 23, 2024 3:31 pm Where is the best place to post this code so it shows the site is secure?
I would do as Dan suggested. Make a footer module to show just the image and make the image clickable to any further page to show more information.
PBR Streetgang
Member
Posts: 48
Joined: Fri Nov 19, 2021 4:09 pm
Phoenix Version:
Has thanked: 24 times

Re: Site Secure Emblem Placement

Post by PBR Streetgang »

Thank all. Why do I see a thumbs down when I click on the thanks button here?
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

Re: Site Secure Emblem Placement

Post by ecartz »

Before you click it, it shows "Thumbs Up" in case you want to thank. After you click it, it shows "Thumbs Down" in case you want to remove your previous thanks. I'm pretty sure that is just how the forum software works, not something that we did deliberately.
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: Site Secure Emblem Placement

Post by heatherbell »

PBR Streetgang wrote: Sat Mar 23, 2024 3:31 pm Where is the best place to post this code so it shows the site is secure?

Code: Select all

<span id="siteseal"><script async type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=8gXpsfnxj1iBibcQIjbIdvGZRx51bBGuGO4uNuu0X"></script></span>
In the footer-suffix of the site. This is often used for 'seals' or 'logos', e.g. for payment or shipping partners etc.
A copy of the core cm_footer_extra_copyright.php module would suit this purpose.
For how to do this, see User Guide here - https://phoenixcart.org/phoenixcartwiki ... ent_Module
PBR Streetgang wrote: Sun Mar 24, 2024 2:05 pm Why do I see a thumbs down when I click on the thanks button here?
Generally on the forum, if a post provides a working answer, the Thumbs Up icon button in the post should be used to indicate to future readers that the answer works although it can also be used to literally 'thank' the poster.
The Thumbs Down icon will then appear to reverse if the action was in haste or error.
Of course, if someone's time saves your time or helps to develop your store then the Buy Me A Beverage button (if displayed) is also an option :)


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply