Results 1 to 6 of 6
  1. #1
    Join Date
    May 2006
    Location
    Japan
    Posts
    36
    Plugin Contributions
    0

    Godaddy SSL Seal

    Hi. I installed this module and followed the instruction. However, am having problems.

    The SECURE category is supposed to have 'go daddy' seal right below it. but for some reasons, the sub-menus from 'MORE INFORMATION' is showing in 'SECURE' as well.

    Any idea how to fix the problem? I have been checking and checking but I cant find the answer. Please help!

    Here is the image of my site's sidebox:


  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Godaddy SSL Seal

    Sounds like the sidebox with your Secure Seal is not resetting itself ... so it still has the previous box stored to its settings ...

    The /includes/modules/whatever_sidebox.php

    If it is using $more_information at the top, should have a setting of:

    PHP Code:
      unset($more_information); 
    To clear the previous settings ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    May 2006
    Location
    Japan
    Posts
    36
    Plugin Contributions
    0

    Default Re: Godaddy SSL Seal

    hi ajeh!

    thanks for responding to my query.
    however, the file godaddy.php @ includes/modules doesnt have the
    $more_information
    line.

    i have included this line on top of the code anyways

    unset($more_information);
    even after inclusion of above line on code, the problem is still there
    i have decided to remove godaddy ssl seal module and just entered the SSL Seal as a banner. and its working cool for now.

    thanks very much ajeh!

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Godaddy SSL Seal

    Find the $something[] in the sidebox ... that would match the $more_information[] in the more_information box ...

    Use that for the unset($something);
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    May 2006
    Location
    Japan
    Posts
    36
    Plugin Contributions
    0

    Default Re: Godaddy SSL Seal

    Hi Ajeh!

    Sorry for responding just now.
    Followed your instruction and added the line 'unset($content)' at
    includes\templates\template_default\sideboxes\tpl_godaddy.php

    Works well! Thank you very much!

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Godaddy SSL Seal

    You are most welcome ... glad that worked for you ...

    Note the other way to prevent the issue is that when cloning ... pick your own key variables etc.

    The way I do it is to use something like Beyond Compare from scootersoftware.com and open and compare for example the:

    information.php
    more_information.php

    While different, you will see the patterns ...

    Or, you can eye the differences by editting the two files ... or print them and highlight differences in the variables, constants, etc.

    We try to be very, very pattern oriented in how variables, constants, functions, etc. are named ...

    This usually helps in spotting errors, cloning code, etc. ... usually ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. How to add Godaddy SSL seal to sidebox?
    By sewingzfun in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Apr 2011, 03:40 AM
  2. Godaddy SSL Seal?
    By PetesTown in forum Addon Sideboxes
    Replies: 42
    Last Post: 3 Jul 2010, 06:14 PM
  3. GoDaddy SSL Site Seal sidebox blank
    By capete in forum Basic Configuration
    Replies: 0
    Last Post: 2 Jun 2009, 05:55 PM
  4. Installing GoDaddy seal and ssl
    By hamid84 in forum General Questions
    Replies: 4
    Last Post: 26 Nov 2007, 07:00 AM
  5. Godaddy SSL Seal sidebox
    By Linux in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 19 Jun 2007, 12:29 AM

Posting Permissions

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