Results 1 to 10 of 11

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Posts
    71
    Plugin Contributions
    0

    Default How to delete 'Gift Certificate FAQ ' link in the information sector?

    I found this link cann't be deleted by define page editor.How to delete 'Gift Certificate FAQ ' and ' Newsletter Unsubscribe' link in the information sector?

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

    Default Re: How to delete 'Gift Certificate FAQ ' link in the information sector?

    You can turn the GV FAQ off if not using the GVs by just going to the Modules ... Order Total ... and Remove Gift Certificates ot_gv ...

    Newsletter Unsubscribe in the Configuration ... E-Mail Options ...
    Display "Newsletter Unsubscribe" Link?
    Show "Newsletter Unsubscribe" link in the "Information" side-box?

    true
    false
    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
    Jun 2007
    Posts
    71
    Plugin Contributions
    0

    Default Re: How to delete 'Gift Certificate FAQ ' link in the information sector?

    Quote Originally Posted by Ajeh View Post
    You can turn the GV FAQ off if not using the GVs by just going to the Modules ... Order Total ... and Remove Gift Certificates ot_gv ...

    Newsletter Unsubscribe in the Configuration ... E-Mail Options ...
    Thanks for your kind help.

  4. #4
    Join Date
    Feb 2009
    Posts
    50
    Plugin Contributions
    0

    Default Re: How to delete 'Gift Certificate FAQ ' link in the information sector?

    I downloaded the lastest version of 1.3.8 today. I am trying to disable both the "Gift Certificate FAQ" and the "Newsletter Unsubscribe" pages and the links to them in the information sidebar.

    I have uninstalled the first 4 buttons (now red) under Modules/Order Total including the "Gift Certificates" module, but both links still appear on my homepage information box and the pages also still exist. Anyone have any advice? Thank you in advance!!

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

    Default Re: How to delete 'Gift Certificate FAQ ' link in the information sector?

    In the Information sidebox, there is an IF for controlling the GV FAQs when installed or not installed:
    Code:
      // only show GV FAQ when installed
      if (MODULE_ORDER_TOTAL_GV_STATUS == 'true') {
        $information[] = '<a href="' . zen_href_link(FILENAME_GV_FAQ) . '">' . BOX_INFORMATION_GV . '</a>';
      }
    If you have hit REMOVE on the Modules ... Order Totals ... Gift Certificate ot_gv ... I am not sure why it would still be showing unless your sidebox has removed this code to control it ...

    Peek in the file:
    /includes/modules/sideboxes/information.php

    and you should see the IF statement in there ...
    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!

  6. #6
    Join Date
    Feb 2009
    Posts
    50
    Plugin Contributions
    0

    Default Re: How to delete 'Gift Certificate FAQ ' link in the information sector?

    Thanks. I rechecked it again today, and it did not show that I had uninstalled it...?? All fixed. Now I'm trying to remove the Newsletter page....

  7. #7
    Join Date
    Mar 2009
    Location
    Shenzhen
    Posts
    10
    Plugin Contributions
    0

    Default Re: How to delete 'Gift Certificate FAQ ' link in the information sector?

    Quote Originally Posted by Ajeh View Post
    You can turn the GV FAQ off if not using the GVs by just going to the Modules ... Order Total ... and Remove Gift Certificates ot_gv ...

    Newsletter Unsubscribe in the Configuration ... E-Mail Options ...
    Thanks Ajeh!

    Your words really helps me!

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

    Default Re: How to delete 'Gift Certificate FAQ ' link in the information sector?

    You are most welcome ... glad that this could help you out ...
    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!

  9. #9
    Join Date
    Jan 2006
    Location
    Downunder - QLD - Gold Coast
    Posts
    964
    Plugin Contributions
    0

    red flag Re: How to delete 'Gift Certificate FAQ ' link in the information sector?

    Hi

    In may case, I have uninstalled GV but FAQ page still listing following text. How do I stop displaying this information as it is no longer relevant since GV are removed?

    Thank you with pretty Santa :-)
    ===============================
    Gift Certificate FAQ
    Purchasing Gift Certificates
    How to send Gift Certificates
    Buying with Gift Certificates
    Redeeming Gift Certificates
    When problems occur
    How to Send Gift Certificates
    To send a Gift Certificate you need to go to our Send Gift Certificate Page. You can find the link to this page in the Shopping Cart Box in the right hand column of each page. When you send a Gift Certificate, you need to specify the following. The name of the person you are sending the Gift Certificate to. The email address of the person you are sending the Gift Certificate to. The amount you want to send. (Note you don't have to send the full amount that is in your Gift Certificate Account.) A short message which will appear in the email. Please ensure that you have entered all of the information correctly, although you will be given the opportunity to change this as much as you want before the email is actually sent.
    ===============================
    Downunder QLD

 

 

Similar Threads

  1. Gift Certificate FAQ link
    By Sanguinarius in forum Customization from the Admin
    Replies: 2
    Last Post: 21 Aug 2013, 04:43 AM
  2. how to edit the text in Gift Certificate FAQ?
    By lina0962 in forum General Questions
    Replies: 1
    Last Post: 8 Sep 2010, 01:36 AM
  3. Cannot Find Gift Certificate FAQ Link
    By parmaham in forum Basic Configuration
    Replies: 0
    Last Post: 15 Mar 2007, 12:28 PM
  4. How do I delete a gift certificate in the queue?
    By takeaclass in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 3
    Last Post: 24 Jun 2006, 06:34 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