products with checbok box for comparing

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
I would like to make my homepage display only products with a check box besides each product pictures, so the users can select the chec box for comparing the selected products.
Hope some one out there can guide me steps or maybe codes to do that.
Thanks very much,
13 years ago
Hi,

Take a look at Modules/ProductAddToCompareList.ascx, control contains a "Add To Compare List" button. The btnAddToCompareList_Click method handles a click event and places a product into compare list. In your case you can do the same for checkbox on OnCheckedChanged event.
13 years ago
Thank you for your response.  Under the eyes of programmer, you make it sounds quite simple.  I wish to make it and hope you don't mind guide me with more details or step by step.  Thanks
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.