Results 1 to 10 of 18

Hybrid View

  1. #1
    Join Date
    Sep 2006
    Location
    Colorado Springs CO USA
    Posts
    504
    Plugin Contributions
    2

    Default Removing Gift Certificate FAQ from sidebox in V1.3.8a

    I just completed a v 1.3.8a clean install and want to remove "Gift Certificate FAQ" and "Discount Coupons" from the Information sidebox.

    Several previous forum posts related to earlier ZenCart versions say to go to Admin->Modules->Order Total and de-install the related modules. I have verified that neither module was installed, yet the sidebox still lists these two items.

    How do I remove these items from the Information sidebox in ZenCart 1.3.8a?

    Ron
    www.aspenshopsonline.com - ZenCart 1.3.9h
    www.wilkssupply.com - ZenCart 1.3.9h
    www.un-du.net - ZenCart 1.3.8a

  2. #2
    Join Date
    May 2005
    Location
    Bath, Somerset
    Posts
    1,048
    Plugin Contributions
    3

    Default Re: Removing Gift Certificate FAQ from sidebox in V1.3.8a

    WIth a standard Zen 138, and the standard template you need to remove both of these modules to remove the links. If you have another template installed over the top of your store, you may need to check these template files. The two files to check are includes/modules/sideboxes/YOUR_TEMPALTE/information.php and includes/tempaltes/YOUR_TEMPLATES/sideboxes/tpl_information.php. These are the files which determine and show the information links.

    Zen 138 performs the following checks as standard, to determine whether or not to display the links:
    // 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>';
    }
    // only show Discount Coupon FAQ when installed
    if (DEFINE_DISCOUNT_COUPON_STATUS <= 1 && MODULE_ORDER_TOTAL_COUPON_STATUS == 'true') {
    $information[] = '<a href="' . zen_href_link(FILENAME_DISCOUNT_COUPON) . '">' . BOX_INFORMATION_DISCOUNT_COUPONS . '</a>';
    }

    Both of these constants: MODULE_ORDER_TOTAL_COUPON_STATUS and MODULE_ORDER_TOTAL_GV_STATUS only esist in the database if the modules are currently installed, and displaying in the admin under Modules >> Order Total with green dots.

    Absolute

  3. #3
    Join Date
    Sep 2006
    Location
    Colorado Springs CO USA
    Posts
    504
    Plugin Contributions
    2

    Default Re: Removing Gift Certificate FAQ from sidebox in V1.3.8a

    Absolute:

    Thanks for the very correct and concise response.

    I am using the iC_AcadameV1.2 template, so following your guidance I did the following:

    1. Created new directory: includes/modules/sideboxes/iC_AcadameV1.2/
    2. Copied /includes/modules/sideboxes/information.php to
      /includes/modules/sideboxes/iC_AcademeV1.2/information.php
    3. Created new directory: includes/templates/iC_AcadameV1.2/sideboxes/
    4. Copied /includes/templates/template_default/sideboxes/tpl_information.php to /includes/templates/iC_AcademeV1.2/sideboxes/tpl_information.php

    When done, my Information Sidebox now displays correctly.

    Ron
    www.aspenshopsonline.com - ZenCart 1.3.9h
    www.wilkssupply.com - ZenCart 1.3.9h
    www.un-du.net - ZenCart 1.3.8a

  4. #4
    Join Date
    May 2005
    Location
    Bath, Somerset
    Posts
    1,048
    Plugin Contributions
    3

    Default Re: Removing Gift Certificate FAQ from sidebox in V1.3.8a

    That is good news - thanks for the update.

    Absolute

  5. #5
    Join Date
    May 2006
    Posts
    76
    Plugin Contributions
    0

    Default Re: Removing Gift Certificate FAQ from sidebox in V1.3.8a

    Hi, I am after removing these to. I have v1.3.7 how do I go about it?

    Thanks in advance,

    Jason.

  6. #6
    Join Date
    May 2005
    Location
    Bath, Somerset
    Posts
    1,048
    Plugin Contributions
    3

    Default Re: Removing Gift Certificate FAQ from sidebox in V1.3.8a

    Under Modules >> Order Total, you will need to remove the coupon and gift cert modules.

    If you just want to remove the links, and leave the modules installed, you will need to edit includes/modules/sideboxes/YOUR_TEMPALTE/information.php and includes/tempaltes/YOUR_TEMPLATES/sideboxes/tpl_information.php accordingly.

    Absolute

  7. #7
    Join Date
    May 2006
    Posts
    76
    Plugin Contributions
    0

    Default Re: Removing Gift Certificate FAQ from sidebox in V1.3.8a

    Done that now and it works. Thanks for your help.

    Regards,

    Jason.

 

 

Similar Threads

  1. coupon for free gift with gift certificate purchase?
    By tkepler in forum Creating Discounts/Coupons, Gift Certificates, Newsletters
    Replies: 1
    Last Post: 24 Jul 2008, 03:31 PM
  2. Gift certificate and tax
    By dealbyethan.com in forum Creating Discounts/Coupons, Gift Certificates, Newsletters
    Replies: 4
    Last Post: 30 Dec 2007, 06:14 PM
  3. Disable buying gift certificate with a gift certifcate
    By eaglewu in forum Creating Discounts/Coupons, Gift Certificates, Newsletters
    Replies: 1
    Last Post: 28 Jan 2007, 04:46 AM
  4. Gift Certificate Order with no Gift Certificate?
    By Jeff_Mash in forum Bug Reports
    Replies: 20
    Last Post: 14 Oct 2006, 09:10 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
  •