Developer forum

Forum » Development » Showing group name

Showing group name


Reply
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

 
Reply
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


 


 

 
Reply
Unfortunately it doesnt work, only outputs group name attached to the paragraph module.
 
Reply

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.

 
Reply
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?



 

You must be logged in to post in the forum