Page 1 of 1

Custom tag in BLC for displaying product attribute in cart

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

what will be the custom tag for displaying product attributes in cart (in Broad leaf commerce site)?

It is appreciated, if any body helped me out.

Re: Custom tag in BLC for displaying product attribute in cart

Posted: Wed Apr 23, 2014 4:03 am
by Theo Schumacher
Hi

no need for custom tags. Look into cart/partials/cartProductsTable.html. Here is an example: (line 16)

Code: Select all

               <a th:href="@{*{product.url}}" th:text="*{product.name}"></a>