Hi, please hint me with this:

how i include actual price in line with product name?

i not mean products_price, i mean price showed in cart...

here is constructor:

$mline .= $basket->fields['customers_basket_quantity'] . ' x ' . $products->fields['name'] . "\n";
$mline .= ' <blockquote><a href="' . zen_catalog_href_link(FILENAME_PRODUCT_INFO, 'products_id='. $basket->fields['products_id']) . '">' . zen_catalog_href_link(FILENAME_PRODUCT_INFO, 'products_id='. $basket->fields['products_id']) . "</a></blockquote>\n\n";
$basket->MoveNext();


but i not know, how add (where from get)

1) price (actual, not street price products_price) per line

2) date of cart

thanx for link to any docs