Forum
Forum
DevBlog
Forum management
Threads started by me
Threads I participate in
Get started
Dynamicweb 9
Dynamicweb 10
Swift
Templating
Community
Downloads
Login
Service Desk
Order
Sections
Get started
Dynamicweb 9
Dynamicweb 10
Swift
Templating
Community
Downloads
Forum
DevBlog
Forum management
Threads started by me
Threads I participate in
Developer forum
×
E-mail notifications
E-mail
I'd like to be informed of the updates
Don't bother me with any emails
Forum
»
Templates
»
How to display Group fields
How to display Group fields
E-mail notifications
Reply
Posted on 26/07/2010 10:24:14
How do I loop out the group fields information in a product view? Have tried in several ways, but nothing comes out. Please provide a working example.
Replies
Posted on 26/07/2010 11:41:54
Reply
Hi Charlotte
Do you mean Product Group fields or Field Groups ?
Product Group fields are only available in the Grouplist template.
Field groups on products are looped like this:
<
!--@LoopStart(GroupFields
)-->
<
!--@LoopStart(Groups
)-->
<
!--@LoopStart(Fields
)-->
<
!--@HeaderStart
-->
<ul>
<
!--@HeaderEnd
-->
<li>
<strong><
!--@Ecom:Product:GroupField.Field.Name-->:</strong
> <
!--@Ecom:Product:GroupField.Field.Value
-->
</li>
<
!--@FooterStart
-->
</ul>
<
!--@FooterEnd
-->
<
!--@LoopEnd(Fields
)-->
<
!--@LoopEnd(Groups
)-->
<
!--@LoopEnd(GroupFields
)-->
You must be logged in to post in the forum
Login
Username
Password
Forgot your password?