Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Gift Certificate Fixed Amount Drop Down menu

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions
 
Thread Tools Search this Thread
  #1  
Old 11-07-2012, 10:38 AM
 
cedaly1968 cedaly1968 is offline
 

eXpert
  
Join Date: May 2011
Posts: 225
 

Default Gift Certificate Fixed Amount Drop Down menu

Has anyone taken the time to amend the GC mod to fix the GC amounts in a drop down menu? If so, do you mind sharing code?

Thanks all!

-C. Daly
__________________
4.4.3
Reply With Quote
  #2  
Old 11-08-2012, 03:33 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: Gift Certificate Fixed Amount Drop Down menu

Never done it, but it should be easy.

Here is the template in question: /common_files/modules/Gift_Certificates/customer/giftcert.tpl

And here is the original code:
Code:
<td> <input type="text" name="amount" size="10" maxlength="9" value="{$giftcert.amount|formatprice}" /> {if $min_gc_amount gt 0 or $max_gc_amount gt 0} {$lng.lbl_gc_amount_msg} {if $min_gc_amount gt 0} {$lng.lbl_gc_from} {include file="currency.tpl" value=$min_gc_amount} {/if} {if $max_gc_amount gt 0} {$lng.lbl_gc_through} {include file="currency.tpl" value=$max_gc_amount} {/if} {/if} </td>

See the <input> Just change it to a <select> with the same name. http://www.w3schools.com/tags/tag_select.asp
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote

The following user thanks totaltec for this useful post:
cedaly1968 (11-08-2012)
  #3  
Old 11-08-2012, 08:02 AM
 
cedaly1968 cedaly1968 is offline
 

eXpert
  
Join Date: May 2011
Posts: 225
 

Default Re: Gift Certificate Fixed Amount Drop Down menu

Should be easy - but I am so lazy right now I am all about cut paste and move on!!! Busy time of the year! Thanks!
__________________
4.4.3
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 07:59 AM.

   

 
X-Cart forums © 2001-2020