Hi all,
I am new to Magento i am currently using a different engine for my webshop. I would like to create a direct URL to a manufacurer page that includes products.
I would like to do this using atributes. Any way that i could do that?
Kind regards,
Meton
Hi Damian,
The URL will be located in my own store. Example: STOREURL / NIKE
Kind regards,
Meton
Hi @Meton,
I guess you can try several approaches.
1) You can use a subcategory to group products (the problem is that you maybe will have to add a product to the real category and then to the manufacturer category).
This is the easy way but you could find some troubles trying to maintain your catalog.
2) Search for a good module that allows you "Shop by brand".
Faster if you find a good module.
3) Create your own solution based on manufacturer attribute values to create dynamic pages with products using that attribute value.
More expensive but it will work as you want.