Jump to content

[Resolved] Remove Coupon Option


CoderJim

Recommended Posts

I think that has been submitted as a code enhancement. That is, if there are no enabled coupons or valid Gift Certificates, then suppress the display of the "Enter Coupon Code Here" text entry field.

Until then, or you have a third-party skin, in the template content.checkout.php, find a reference to {$LANG.basket.coupon_add}. In Foundation, the complete block of code would be:

<div class="row">
  <div class="small-8 columns text-right">
    {$LANG.basket.coupon_add}
  </div>
  <div class="small-4 columns">
    <input name="coupon" id="coupon" type="text" maxlength="25">
  </div>
</div>

Add this line above that:
{*

Add this line below that:
*}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...