XML Hotel Interface for Affiliates
 

V2 FAQ'S
About

Client Login

Email:

Password:


Server Check
Systems Requirements
 
 



Search:     Advanced search
Browse by category:
Glossary | Ask question



How do I create a currency pulldown
Views: 354
With no default
                  <!--{currencies_list assign="currencies_list"}-->
                 <select name="additionalCurrency" class="calendar">
                    <option value=""></option>
                    <!--{html_options options=$currencies_list selected=$additionalCurrency}-->
                </select>

With a default of Canadian Dollars. The CAD can be replaced with any supported currency code

                  <!--{currencies_list assign="currencies_list"}-->
                    <select name="additionalCurrency" class="calendar">
                        <option value=""></option>
                        <!--{html_options options=$currencies_list selected=$additionalCurrency|default:"CAD"}-->
                    </select>



Other questions in this category
What template engine does XML Travel use
How do I view all the variables that I can use in my template
I have entered custom meta tags in the admin but they don't show on my pages
Where can I find more information on creating more advanced templates
I have used a sample from the smarty website and it doesn't work
Can I use template variables more then once on a page
How to I create links to other pages
How do I insert the Calendar / Date fields on my page
How to I create auto updating room adults and children pulldowns
Can I display to lowest price for a country or city




©Copyright XML Systems Inc. 2006. All Rights Reserved.