X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Help with modifying register page (https://forum.x-cart.com/showthread.php?t=29689)

pixellogo 03-14-2007 10:56 AM

Help with modifying register page
 
Hello Everybody!

I need a bit of help with modifying the register page on X-Cart version 4.1.5.

Basically, what I require to do is to have the "Country" field be displayed above the "States" field (it's the opposite now).

I would greatly appreciate any information as to which template to edit and how.

Also, is there any way to have the country field and state field to be blank instead of showing our default country? I ask this because some clients are confused and they think that we only do business in Canada... They don't bother to check the drop down list.

Thank you very much for all help!

Cheers!

balinor 03-14-2007 10:58 AM

Re: Help with modifying register page
 
Moving to Template Editing

inebriate 03-14-2007 11:06 AM

Re: Help with modifying register page
 
skin1/main/register_shipping_address.tpl

pixellogo 03-14-2007 11:11 AM

Re: Help with modifying register page
 
Hello Inebriate!

Thanks for directing me to that template mate! Would you be able to tell me which lines I should move? Completely new to PHP :-)

Thanks!

pixellogo 03-14-2007 11:28 AM

Re: Help with modifying register page
 
Mates, I found the solution for this mod.

Thanks to Inebriate for pointing me in the right direction :-)

Mates, to do this mod, we actually have to modify two templates for version 4.1.5:
1) /main/register_billing_address.tpl
2) /main/register_shipping_address.tpl

In both cases, simply locate the following respectively:

{if $default_fields.b_state.avail eq 'Y'} ...... {/if}
{if $default_fields.s_state.avail eq 'Y'} ...... {/if}

And place it after:

{if $default_fields.b_country.avail eq 'Y'} ..... {/if}
{if $default_fields.s_country.avail eq 'Y'} ..... {/if}

(again respectively).

Cheers!


All times are GMT -8. The time now is 05:44 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.