Page 1 of 1

Adding a module, like Sale items

Posted: Wed Jun 08, 2011 6:24 pm
by davidh6781
How would I go about adding a new module for sale items? I noticed there is latest, best sellers etc all with uninstall links,

If I wanted to create a new one for "sale" how would I do that?

any help would be appreciated

Re: Adding a module, like Sale items

Posted: Wed Jun 08, 2011 6:38 pm
by SapporoGuy
Basically copy a module.
copy the controller, model, template ... front and back
Then edit them.

Basic php will get you a long way on this type of mod. But there might be an extension already.

Re: Adding a module, like Sale items

Posted: Wed Jun 08, 2011 7:22 pm
by davidh6781
never thought of looking for a module lol, but if not will have to copy one, :(

Re: Adding a module, like Sale items

Posted: Thu Jun 09, 2011 1:13 am
by SapporoGuy
You could probably have the latest module do it for you. Have the sale items be the "latest" items. ...