Sunday 09 July 2006 11:54:45 pm
Hi, Override standard template design/standard/templates/shop/userregister.tpl (just copy it to your design) Then edit your override template replace code:
{include uri='design:shop/country/edit.tpl' select_name='Country' select_size=5 current_val=$country}
with:
{include uri='design:shop/country/edit.tpl' select_name='Country' select_size=5 current_val=$country default_val='Germany' default_desc='Germany'}
You can define default country using parameters:
default_val='Germany'
default_desc='Germany'
Please test and let us know if this work ;)
Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog
|