cancel
Showing results for 
Search instead for 
Did you mean: 

create a module

create a module

hi, i am proud to be here and also i am so newbie in magento

want to create my first module that can do these steps:

 

1. In the admin panel, create a new tab for promotions which is part of
products

2. In the promotions tab, create the option to set a product as featured
yes or no (drop-down). Create the corresponding product attribute
programatically (for this you need to see how Magento migrations work).

3. In the frontend, create a new page that lists all products which have
been marked as featured in the admin panel.

 

How can i do that, im in hurry

 

thanks in advance

2 REPLIES 2

Re: create a module

any help?

Re: create a module

Hello,

 

You should try this module:

https://github.com/buric/Inchoo_FeaturedProducts

Problem solved? Click Accept as Solution!