Hi,

Current zencart flow is not perfect, because the 'includes/modules' files are common to all the template files..

If you have more than one template files like below

1. 'includes/templates/classic'
2. 'includes/templates/mytemplate'
3. 'includes/templates/futuretemplate'


but no use for these, because you are using common files inside
'include/module/' folder files for all the templates


So, in future i hope the MODULE files for all the templates should be separated and user can change their templates easily..!!