Developer forum
E-mail notifications
Showing group name
Posted on 03/05/2007 14:18:35
I would like to show the product group name on the product list page - any template tag available for that? I only seem to be able to show GroupID
Replies
Posted on 08/05/2007 21:34:26
thomas@2krogh.dk wrote:
I would like to show the product group name on the product list page - any template tag available for that? I only seem to be able to show GroupID
Hi Thomas
Try this just following your Product Loop
@LoopEnd(Products)(This one you should have already.)
@LoopStart(ProductGroups)
@DwTemplateTags
@LoopEnd(ProductGroups)
The tag is @Ecom:Group.Name
Hopefully this will help you !
/Lars
Posted on 09/05/2007 13:07:47
Unfortunately it doesnt work, only outputs group name attached to the paragraph module.
Posted on 10/08/2007 22:54:55
In the new release for August 2007-3 the we render the group information on the productlist and productinfo pages. All you need is to add the "GroupID" to your querystring.
Posted on 20/05/2010 15:02:42
Hello,
(I am a starter in Dyn Web)
I would like to have a sort of a breadcrumb: Productgroupname > Productname.
I'm also looking for showing the Productgroupname.
I see that you get a list with parameters, but don't know how to use them.
Maybee you can help me?
(I am a starter in Dyn Web)
I would like to have a sort of a breadcrumb: Productgroupname > Productname.
I'm also looking for showing the Productgroupname.
I see that you get a list with parameters, but don't know how to use them.
Maybee you can help me?
You must be logged in to post in the forum