Developer forum

Forum » Ecommerce - Standard features » BOMProducts - Parts list in products list template

BOMProducts - Parts list in products list template

Didzis Kuzmans
Reply

Is there any way how to access Parts list (BOM products) in Product list templates?

In single product page it is simple with inbuilt tags - GetLoop("BOMProducts").

In product list templates these tags doesn't exists and I wasn't able to find anything in API either,

 

My problem is with Rapido solution.


Replies

 
Shiwanka Chathuranga Dynamicweb Employee
Shiwanka Chathuranga
Reply

when think about performance this will not include in product list as inbuild option

but you can do your own customization by creating new template tag to achive this

as your in rapido you can do customization inside feed template also

 
Nicolai Pedersen Dynamicweb Employee
Nicolai Pedersen
Reply
This post has been marked as an answer

I agree with Shiwanka - doing this on a product list will cause performance problems.

BOM items can be access on Product.Items property.

Votes for this answer: 1
 
Didzis Kuzmans
Reply

Thank you!

 

And here is the same idea with bit more code if someone comes to this thread.

https://doc.dynamicweb.com/forum/development?ThreadID=86106

 

You must be logged in to post in the forum