amejiarosario / meanshop

🛒 Building an e-commerce application with the MEAN stack
http://meanshop.com
GNU General Public License v2.0
149 stars 104 forks source link

Can't select category for adding or editing product #49

Open Manu270891 opened 8 years ago

Manu270891 commented 8 years ago

When creating or editing a product, there is no category field for selecting a category. How can we implement that?

amejiarosario commented 8 years ago

You can list the Categories in a dropdown and associate them with the product. Take a look at seed.js to see how to associate products with categories

Manu270891 commented 8 years ago

Can you give me an example code please? I suppose I must edit the _product_form.html file, but I don't know how to implement it :(

merry75 commented 7 years ago

yes an example of code to set up categories in the product controller would be appreciated, having a hard time on that

costadanilofreitas commented 6 years ago

Any answers?