Zen Cart Logo
Forums / Bug Reports / [Not a bug] Module files are common, so we can easily change template

[Not a bug] Module files are common, so we can easily change template

Locked

Views: 1,727

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
4 Nov 2008, 7:28 AM
#1
manoilayans avatar

manoilayans

New Zenner

Join Date:
Sep 2008
Location:
India
Posts:
15
Plugin Contributions:
0

[Not a bug] Module files are common, so we can easily change template

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..!!:clap:

4 Nov 2008, 7:33 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: [Not a bug] Module files are common, so we can easily change template

If you want to override files in the /includes/modules/ folder, simply create an override folder in which to place them.

ie:
/includes/modules/classic/
/includes/modules/mytemplate/
etc

4 Nov 2008, 8:26 AM
#3
manoilayans avatar

manoilayans

New Zenner

Join Date:
Sep 2008
Location:
India
Posts:
15
Plugin Contributions:
0

Re: [Not a bug] Module files are common, so we can easily change template

Thats Great..! Thanks !! :hug:

4 Nov 2008, 4:25 PM
#4
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: [Not a bug] Module files are common, so we can easily change template

Just being curious, but can we do that with modules/pages?

4 Nov 2008, 4:38 PM
#5
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,611
Plugin Contributions:
0

Re: [Not a bug] Module files are common, so we can easily change template

but can we do that with modules/pages?

No, not at this time.