Page 1 of 1

Displaying product attributes in cart

Posted: Wed Feb 19, 2014 9:12 am
by nseenoo@gmail.com
Hi,

I am new to Broad Leaf commerce application. My requirement is that I need to show product attributes in cart page when I click on 'Buy Now' on particular product. But I am not able show the product attributes in cart page.

It is very appreciated if any body give the give me the solution for the above requirement.

Re: Displaying product attributes in cart

Posted: Wed Feb 19, 2014 11:04 am
by phillipuniverse
Why are you not able to? This should be a matter of looping through the attributes (product.attributes.entrySet()) with a Thymeleaf th:each tag and printing out the values.

Re: Displaying product attributes in cart

Posted: Thu Feb 20, 2014 4:41 am
by nseenoo@gmail.com
Hi phillipuniverse,

Could you please provide me detailed steps?

Re: Displaying product attributes in cart

Posted: Thu Feb 20, 2014 6:20 am
by nseenoo@gmail.com
thank you very much phillipuniverse . I got the solution with your advise.