Question

I am trying to set up grouped products in my store. I created a grouped product with using magento admin panel and associated it with 2 simple products. Product is created but when I try to access grouped product's page I see the normal product page.

I checked the local.xml and there is nothing related to grouped products template. I checked the catalog.xml and I found that the grouped product template is set to

template="catalog/product/view/type/grouped.phtml"

Which is correct. But I still see the normal product template when ever I call the page

/gr1.html 

I am in need of some help on this issue.

I use Magento CE 1.7.0.2

Cheers

Was it helpful?

Solution

I solved my problem via creating an IF statement in product view. Checked for the type of the product and then load the proper design for it. This fixed the issue.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top