|
|
#1 |
|
Junior Member
Join Date: Nov 2008
Posts: 12
Rep Power: 2 ![]() |
Hi,
In step 3 of the usercheckout, I want to hide the Extra Options/Coupon Discount Number field. How can I do this? Thanks
__________________
Using v4.1.2 Developer |
|
|
|
|
|
#2 | |
|
Moderator
Join Date: Mar 2006
Posts: 4,065
Rep Power: 99 ![]() ![]() |
Quote:
To remove the coupon field, edit the template file/yourtemplate/checkout/step3.tpl and comment out or delete the following... Code:
<p>
<label for="coupon">{$smarty.const.LANG_ADD_COUPON}{$smarty.const.LANG_COLON}</label>
<input name="coupon" id="coupon" value="{$coupon}" type="text" size="{$smarty.const.FIELD_SIZE}" />
</p>
__________________
Larry. (Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free) Set your site apart from the competition with one of my modules...... Google Map Module | You Tube Module | Google Calendar Module | Event Calendar Module 68 Classifieds Important Links Customer Area | Issue Tracker | Knowledge Base | User Manuals |
|
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Nov 2008
Posts: 12
Rep Power: 2 ![]() |
Hi Lhotch,
Thanks for this. I followed your instructions and it worked ![]() But now, how and where can I comment out the text "Extra Options" ![]() Thanks again
__________________
Using v4.1.2 Developer |
|
|
|
|
|
#4 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 4,735
Rep Power: 109 ![]() |
That should be just above those lines.
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Remove Coupon or Discount Number Field | dyno | Pre Sales Questions | 1 | 09-26-2008 01:49 PM |
| coupon / discount | newone | v4 Questions & Support | 1 | 07-06-2007 05:43 PM |
| coupon / discount problems | newone | v3.1 Questions & Support | 0 | 07-06-2007 12:40 PM |
| Discount/Coupon Mod | sleepy | v3.0 Questions & Support | 2 | 06-12-2006 06:42 PM |
| Renew An Ad With Coupon/Discount | garysmith | v3.1 Modules & Modifications | 0 | 05-23-2006 06:33 AM |