Hi,
In the basket:
i can use:
to get the products name, color and size. but how can i get only one of them?
In the basket:
Code:
[{foreach from=$oxcmp_basket->getContents() name=miniBasketList item=_product}]
Code:
[{ $_product->gettitle() }]