Show Category in Basket-Items

Hi guys
(Sorry - I don’t speak English and I’m newbie. . .)

I’ve been trying to show the Categories for each Product in the Basket (not in basket.tpl) and non-logged user

I’m trying with “$_blUseLazyLoading” in “oxcmp_basket”, “oxUserBasket” and articles. . . :frowning:

I have something like:

BASKET

			[{ if $oxcmp_basket->getItemsCount() gt 0}]
			[{foreach from=$oxcmp_basket->getContents() name=rightlist item=_product}]
				[{ assign var="sRightListArtTitle" value=$_product->getTitle() }]
				
				¿And now?
				[{ $_product->??? }]
				. . .
				
				I know the next variables:

				<p>iteration: [{ $smarty.foreach.rightlist.iteration }] ++ product_id: [{$_product->getProductId()}] ++ Title: [{ $sRightListArtTitle|strip_tags }] ++ Title Var: [{ $sRightListArtTitle }] ++ Amout: [{$_product->getAmount()}] ++ Icon: [{$_product->getIconUrl()}] ++ Tags: [{ $sRightListArtTitle|strip_tags }] ++ Multilang:  [{ oxmultilang ident="INC_CMP_BASKET_QTY" }] ++ Link: [{$_product->getLink()}]</p>
				
				
            [{/foreach}]
			[{/if}]

And… Where are the items (basketitems or userbasket) in Database for a non-logged visitor?

I appreciate any help or suggestion…
Thanks!!

Where are the items (basketitems or userbasket) in Database for a non-logged visitor?