Thread: Coupons Area

Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2006
    Posts
    115
    Plugin Contributions
    0

    Default Coupons Area

    How can i hide the option "Coupons area" in the website?

  2. #2

    Default Re: Coupons Area

    Do you use the coupons if not if you turn that off that will go away if you do use it just do not want it there then if you go to

    If you do use them then you need to go fine this code

    In the file

    /includes/modules/sideboxes/information.php

    Around like 41
    Code:
      }
      // 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>';
      }
    Where is says Coupon_status =='true' change that to false and that should do what you want.

 

 

Similar Threads

  1. not show in public area the page about gift coupons
    By matteoraggi in forum Customization from the Admin
    Replies: 3
    Last Post: 25 Jan 2009, 11:02 PM
  2. Change main logo area to HTML area to add effects
    By phillpal in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 19 May 2008, 10:52 AM
  3. coupons
    By keef6666 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 23 Jan 2008, 05:06 PM
  4. "not shipping to your area" and "no payment options for your area"
    By Dinnages in forum Built-in Shipping and Payment Modules
    Replies: 22
    Last Post: 11 Jul 2007, 01:24 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
  •