Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 32

What do i need to do to make my SSL certificate work?

This is a discussion on What do i need to do to make my SSL certificate work? within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; .. Mike helped me greatly with this in the past. That's 'cos he's a very nice man - even though ...

      
  1. #21
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,374
    Rep Power
    57


    Default Re: What do i need to do to make my SSL certificate work?

    .. Mike helped me greatly with this in the past.
    That's 'cos he's a very nice man - even though he's changed from a cute pic, to some dude in shades!
    Hosting plans with installation, configuration, contributions, support and maintenance.

  2. #22
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    20,759
    Rep Power
    573


    Default Re: What do i need to do to make my SSL certificate work?

    That is a photo of me on a beach in Kauai. Since I spend so much time looking at this site, I wanted to be reminded of "happy thoughts" every thread I post to.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #23
    osCMax Development Team
    Join Date
    Nov 2002
    Location
    Orlando
    Posts
    433
    Rep Power
    15


    Default Re: What do i need to do to make my SSL certificate work?

    Happy thoughts are definitely a good thing and a positive attitude can be contagious.

    I think the best and worst part of any business, forum, job, etc is always people. When you think about your very best day at work it most likely revolved around someone's actions, and when you think about your worst day it was most likely due to the same.
    John

  4. #24
    New Member
    Join Date
    Oct 2009
    Posts
    16
    Rep Power
    0


    Default Re: What do i need to do to make my SSL certificate work?

    michael, that product_info.tpl.php function.. By editing it, do you mean just deleting that part? Because i see no difference between your code and mine..

  5. #25
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    20,759
    Rep Power
    573


    Default Re: What do i need to do to make my SSL certificate work?

    I am just pointing out the code to remove.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  6. #26
    New Member
    Join Date
    Oct 2009
    Posts
    16
    Rep Power
    0


    Default Re: What do i need to do to make my SSL certificate work?

    When i deleted that code all of my products were not showing and gave me a parse syntax error..

  7. #27
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    20,759
    Rep Power
    573


    Default Re: What do i need to do to make my SSL certificate work?

    I think I included a bit of extra stuff that is not supposed to be removed. I recommend a good beginners book on php if you are going to be doing much editing.

    Try this:
    PHP Code:
        if ($product_info['products_date_available'] > date('Y-m-d H:i:s')) {
    ?>
          <tr>
            <td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_AVAILABLEtep_date_long($product_info['products_date_available'])); ?></td>
          </tr>
    <?php
        
    } else {
    ?>
          <tr>
            <td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDEDtep_date_long($product_info['products_date_added'])); ?></td>
          </tr>
    <?php
        
    }
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  8. #28
    New Member
    Join Date
    Oct 2009
    Posts
    16
    Rep Power
    0


    Default Re: What do i need to do to make my SSL certificate work?

    Thanks Michael, now it worked. I have one more question. Its about the infobox admin.. How can i edit my infoboxes? I would like to take one page out so it is not seen on the site.. As far as i have found out i can only show or hide an infobox but not alter it. Where can i do this?

  9. #29
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    3,126
    Rep Power
    55


    Default Re: What do i need to do to make my SSL certificate work?

    defanlesi,

    It is best if you start a new thread if you change topic ...

    You need to give a bit more information ... which link are you trying to remove? Is it within one of the infoboxes?

    Regards,
    pgmarshall
    _______________________________

  10. #30
    New Member
    Join Date
    Oct 2009
    Posts
    16
    Rep Power
    0


    Default Re: What do i need to do to make my SSL certificate work?

    Yes, it is within the Information infobox.. I would like to currently the printable catalog page for now..

    Do you really think i should start a new topic? If yes, then i will but i believe that this is just a quick question.. Correct me if i am wrong..

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Make us your homepage link - Does anyone know how to make?
    By markymrk22 in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 06-05-2005, 08:49 AM
  2. SSL - I have a certificate installed but...
    By reggiman in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 02-14-2005, 09:12 AM
  3. certificate problems
    By pete76uk in forum osCommerce 2.2 Installation Help
    Replies: 3
    Last Post: 10-20-2004, 10:15 AM
  4. SSL/Certificate question
    By vdgg in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 03-29-2004, 07:13 AM
  5. Do I need one ssl certificate per shop?
    By alisonpurcell in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 04-10-2003, 12:45 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •