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

Change Text field to drop down in Product_details.tpl?

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 04-01-2008, 09:32 AM
 
PrairielandGolfCars PrairielandGolfCars is offline
 

Newbie
  
Join Date: Mar 2008
Posts: 4
 

Default Change Text field to drop down in Product_details.tpl?

We have the Brand/Year/Model modification installed and would like to pre-populate a drop down for onf of the new fields it created, "type".

We currently have this in the code:
PHP Code:
{if $productids ne ''}<TD width="15" class="TableSubHead"><INPUT type="checkbox" value="Y" name="fields[type]"></TD>{/if}
  <
td class="FormButton" nowrap>{$lng.lbl_type}</td>
  <
td class="ProductDetails"
    <
input type="text" name="type" size="45" value="{ $product.type}"

How would we change it to a <SELECT statement?

It list doesn't have to be database driven, we only have three types, (Gas, Electric, Common)

I know how to do a regular HTML form <Select ... statement, but I'm not sure how/where to code the database name and field to insert the data selected?
__________________
4.1.9 GOLD
Reply With Quote
  #2  
Old 04-02-2008, 12:33 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: Change Text field to drop down in Product_details.tpl?

PHP Code:
<select name="type">
        <
option value="Gas" {if $product.type eq "Gas"}selected{/if}>Gas</option>
        <
option value="Electric" {if $product.type eq "Electric"}selected{/if}>Electric</option>
        <
option value="Common" {if $product.type eq "Common"}selected{/if}>Common</option>
 </
select
Reply With Quote
  #3  
Old 04-02-2008, 05:06 AM
 
PrairielandGolfCars PrairielandGolfCars is offline
 

Newbie
  
Join Date: Mar 2008
Posts: 4
 

Default Re: Change Text field to drop down in Product_details.tpl?

Thank you!

I've bookmarked your site
__________________
4.1.9 GOLD
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



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 06:43 PM.

   

 
X-Cart forums © 2001-2020