Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

SSL issues

ssl security certificates

  • You cannot reply to this topic
44 replies to this topic

#41 germ

  • Community Member
  • 13,587 posts
  • Real Name:Jim
  • Gender:Male
  • Location:USA (GMT-6)

Posted 08 January 2012, 13:36

Change this code :

<?php //echo tep_image(DIR_WS_IMAGES . 'table_background_man_on_board.gif', HEADING_TITLE, '0', '0', 'align="left"') . TEXT_SUCCESS; ?>
 

To this:

<?php
//  echo tep_image(DIR_WS_IMAGES . 'table_background_man_on_board.gif', HEADING_TITLE, '0', '0', 'align="left"');
  echo TEXT_SUCCESS;
?>

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

"Headers already sent" - The definitive help

"Cannot redeclare ..." - How to find/fix it

SSL Implementation Help

Like this post? "Like" it again over there >

#42 ecook78

  • Community Member
  • 24 posts
  • Real Name:Eric Cook

Posted 26 January 2012, 16:25

Germ: I made the change you suggested and it says your email enquiry has been successfully sent to the LDSChurch Gifts Staff, however the email doesn't actually make it into my email. Where is the actually email address referenced? I think I may have the wrong email.
Thanks,
-Eric

#43 germ

  • Community Member
  • 13,587 posts
  • Real Name:Jim
  • Gender:Male
  • Location:USA (GMT-6)

Posted 26 January 2012, 17:45

Under "Configuration" (I think) in the Admin it uses the store owners address listed there.
If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

"Headers already sent" - The definitive help

"Cannot redeclare ..." - How to find/fix it

SSL Implementation Help

Like this post? "Like" it again over there >

#44 ecook78

  • Community Member
  • 24 posts
  • Real Name:Eric Cook

Posted 26 January 2012, 19:19

I have the correct address in the configuration in the Admin. ANy other ideas on why I wouldn't be receiving emails from the contact form. I have tested the email and am able to receive emails. Also, Where do I copy and paste the code provided by Authorize.net to show their verified seal?

<!-- © 2005, 2012. Authorize.Net is a registered trademark of CyberSource Corporation --> <div class="AuthorizeNetSeal"> <script type="text/javascript" language="javascript">var ANS_customer_id="*******************************************";</script> <script type="text/javascript" language="javascript" src="//verify.authorize.net/anetseal/seal.js" ></script> <a href="http://www.authorize.net/" id="AuthorizeNetText" target="_blank">Online Payments</a> </div>

#45 germ

  • Community Member
  • 13,587 posts
  • Real Name:Jim
  • Gender:Male
  • Location:USA (GMT-6)

Posted 04 February 2012, 17:39

Be sure the admin email address is like this:

admin@your_domain.com


This format might not work:

<admin>admin@your_domain.com


Beyond that I really haven't debugged email problems.

Adding content "sequentially" to the left (or right) column is pretty straight forward.

At the end of /catalog/includes/column_left.php (or column_right.php) after the closing php tag, add your code like this:

<tr><td align="center">

******** DELETE THIS LINE AND PUT THE HTML FOR CONTENT HERE  ********

</td></tr>

<tr><td align="center">

******** DELETE THIS LINE AND PUT THE HTML FOR CONTENT HERE  ********

</td></tr>

<tr><td align="center">

******** DELETE THIS LINE AND PUT THE HTML FOR CONTENT  ********

</td></tr>
And so on....
If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

"Headers already sent" - The definitive help

"Cannot redeclare ..." - How to find/fix it

SSL Implementation Help

Like this post? "Like" it again over there >