Inserting the SSL Graphic to Checkout

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
Witchdoctor
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 38
Joined: Sun Sep 06, 2009 5:31 pm
Location: Brisbane, Australia

Inserting the SSL Graphic to Checkout

Post by Witchdoctor » Sun Aug 08, 2010 7:59 pm

Hi,

I would like to display the SSL Certificate graphic on the Checkout page, around the area of the payment methods (which includes credit card as one method).

Unlike a normal graphic to display, Thwate have generated a link to put on the website, along with the relevant code etc:
<div id="thawteseal" style="text-align:center;" title="Click to Verify - This site chose Thawte SSL for secure e-commerce and confidential communications.">
<div><script type="text/javascript" src="https://seal.thawte.com/getthawteseal?h ... ript></div>
<div><a href="http://www.thawte.com/products/" target="_blank" style="color:#000000; text-decoration:none; font:bold 10px arial,sans-serif; margin:0px; padding:0px;">ABOUT SSL CERTIFICATES</a></div>
</div>

Where is the best place to insert this coding, so that it displays in the credit card area of the checkout?


Thanks, Wendy

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Inserting the SSL Graphic to Checkout

Post by mazhar » Mon Aug 09, 2010 5:39 am

Edit your ConLib/OnePageCheckout.ascx file and locate following code line

Code: Select all

<h2 class="sectionHeader">Payment Method</h2>
and update it with following code

Code: Select all

<h2 class="sectionHeader">Payment Method</h2>
<div id="thawteseal" style="text-align:center;" title="Click to Verify - This site chose Thawte SSL for secure e-commerce and confidential communications.">
<div><script type="text/javascript" src="https://seal.thawte.com/getthawteseal?host_name=www.qhashop.org.au&size=M&lang=en"></script></div>
<div><a href="http://www.thawte.com/products/" target="_blank" style="color:#000000; text-decoration:none; font:bold 10px arial,sans-serif; margin:0px; padding:0px;">ABOUT SSL CERTIFICATES</a></div>
</div>

Witchdoctor
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 38
Joined: Sun Sep 06, 2009 5:31 pm
Location: Brisbane, Australia

Re: Inserting the SSL Graphic to Checkout

Post by Witchdoctor » Mon Aug 09, 2010 7:21 pm

Thanks!

User avatar
AbleOne
AbleCommerce Partner
AbleCommerce Partner
Posts: 28
Joined: Thu Jan 22, 2004 3:47 pm
Location: Laguna Hills, CA
Contact:

Re: Inserting the SSL Graphic to Checkout

Post by AbleOne » Thu Aug 12, 2010 2:07 pm

Hi,

When i am placing my control near payment method at the checkout page the image is not getting rendered.But the same code block in the same usercontrol when i am placing near billing addreess it shows up.

<!-- GeoTrust QuickSSL [tm] Smart Icon tag. Do not edit. -->
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"
SRC="//smarticon.geotrust.com/si.js"></SCRIPT>
<!-- end GeoTrust Smart Icon tag -->

Please advice.
Randy Ford
Randy@AbleCommerceHosting.com
949-544-7170 Direct
949-246-9921
Image

Witchdoctor
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 38
Joined: Sun Sep 06, 2009 5:31 pm
Location: Brisbane, Australia

Re: Inserting the SSL Graphic to Checkout

Post by Witchdoctor » Thu Aug 12, 2010 5:59 pm

I can confirm that the graphic part doesn't display when in the 'payment method' area.

Wendy

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Inserting the SSL Graphic to Checkout

Post by mazhar » Thu Aug 12, 2010 8:19 pm

I am not sure. Are you sure the script you are using is correct? There could be something missing in script. I am not seeing any reason that why AbleCommerce could have some problem with this.

Witchdoctor
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 38
Joined: Sun Sep 06, 2009 5:31 pm
Location: Brisbane, Australia

Re: Inserting the SSL Graphic to Checkout

Post by Witchdoctor » Thu Aug 12, 2010 8:36 pm

Well, except for the fact that I am using my specific script (which was copy/pasted from the Thwate website generator), rather than Randy's script, as far as I know, the script is correct.

Thanks, Wendy

Post Reply