Products module: detailtemplate in summary view
Posted: Fri Jul 13, 2012 12:00 pm
The product module (version 2.18.2) still doesn't allow you to specify the detailtemplate to use when opening viewing a product from the summary view.
I've been poking around the php code and made a comparison to the news module that has this feature implemended.
Basically what news does for now is to add a /d,mydetailtemplate to the end of the pretty url (wich is the cause of the initial problem).
Here is how i managed to implement this to products:
could this be ported as a 'fix' ?
I've been poking around the php code and made a comparison to the news module that has this feature implemended.
Basically what news does for now is to add a /d,mydetailtemplate to the end of the pretty url (wich is the cause of the initial problem).
Here is how i managed to implement this to products:
could this be ported as a 'fix' ?