Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2009
    Posts
    28
    Plugin Contributions
    0

    Default remove redemption code boxes from gv_faq?

    I'm using gv_faq.php and cant remove the: 'Please enter redemption code' and the input box. I have removed gift certificates from the order totals module.

    Any ideas? thanks

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: remove redemption code boxes from gv_faq?

    Try removing ot_discount in Admin - Modules - Order Totals

  3. #3
    Join Date
    Oct 2009
    Posts
    28
    Plugin Contributions
    0

    Default Re: remove redemption code boxes from gv_faq?

    its already removed the only things installed are ot_shipping, subtotal, total and tax.

  4. #4
    Join Date
    Oct 2009
    Posts
    28
    Plugin Contributions
    0

    Default Re: remove redemption code boxes from gv_faq?

    solved by removing this code

    <!--
    <form action="<?php echo zen_href_link(FILENAME_GV_REDEEM, '', 'NONSSL', false); ?>" method="get">
    <?php echo zen_draw_hidden_field('main_page',FILENAME_GV_REDEEM) . zen_draw_hidden_field('goback','true') . zen_hide_session_id(); ?>
    <fieldset>
    <legend><?php echo TEXT_GV_REDEEM_INFO; ?></legend>
    <label class="inputLabel" for="lookup-gv-redeem"><?php echo TEXT_GV_REDEEM_ID; ?></label>
    <?php echo zen_draw_input_field('gv_no', $_GET['gv_no'], 'size="18" id="lookup-gv-redeem"');?>
    </fieldset>
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_REDEEM, BUTTON_REDEEM_ALT); ?></div>
    </form>

    from tpl_gv_faq_default.php

    thanks

 

 

Similar Threads

  1. Redemption Code Prompt
    By CustomBooks in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 16 Jan 2011, 08:52 PM
  2. How To Remove Gift Cert. Redemption box from Checkout?
    By Jeff_Mash in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 21 Sep 2010, 03:19 PM
  3. GC redemption code
    By 2scrappychixdesigns in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 4
    Last Post: 13 Dec 2006, 03:21 AM
  4. No Redemption Code in Email
    By urbanfarmer in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 15
    Last Post: 26 May 2006, 12:53 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