Developer forum

Forum » Templates » Compare function in product template

Compare function in product template

Per Søgaard
Reply
 I would like to add a compare select button to a product template (not the productlist).
How can this be done?

Replies

 
Nicolai Høeg Pedersen
Reply
Yes, that is possible.

Attached a javascript that handles compare using cookies. Include that script in your product detail page, and add a call like below:
<a href="javascript:Compare.add('<!--@Ecom:Product.CompareID-->', '<!--@Ecom:Product.Name-->', '<!--@Ecom:Product.LinkGroup.Clean-->')" class="compare">Compare</a>

In you layout file make sure you have an element with the id "compare" - the JS will write a list of products to compare to that element.

 

You must be logged in to post in the forum