Announcement

Collapse
No announcement yet.

SSL error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    SSL error

    Hi All

    I'm abusing Actinic 8 USA for client www.personal-prints.com

    I added a image and ink to sign up for email (Constant Contact) on top of every page. The problem is that when checking out customers get a ssl error message dialog box. I think that the either the link to constant contact or the link to image is interferring with SSL. See below


    and my code here:

    <td align="center">
    <div align="center">
    <table width="160" border="0" cellspacing="0" cellpadding="0" bgcolor="#ooooo">
    <tr>
    <td bgcolor="#FFFFFF" align="center"><div style="float: right; margin-right:0px; margin-top:0px; background-color: #oooooo;"><a

    href="http://visitor.constantcontact.com/d.jsp?m=1101631005404&p=oi" target="_blank"><img src="http://personal-prints.com/pp-discount_160.jpg"

    alt="Click here" border="0" align="absmiddle"></a></div>
    <a href="http://visitor.constantcontact.com/d.jsp?m=1101631005404&p=oi" style="text-decoration:none; font-weight:bold; font-family:Verdana;

    font-size:12px; color:#003333;" target="_blank"></a></td>
    </tr>
    </table>
    </div>

    Any suggestions gratefully welcomed.

    Bob
    Bob Collins Design
    Fort Collins, Colorado USA
    bob@bobcollinsdesign.com

    #2
    http versus https, secure pages need https.

    Comment


      #3
      Change the layout in the checkout to be a different one to the catalog pages, leave the signup to constant contact on the catalog pages ie the non ssl pages (http) and remove it from the ssl pages (https)

      Comment

      Working...
      X