Hi,
Yes, it's possible. For example to get the index of the last item added you can use lastIndexItem = objCart.cartItems()-1
and to get the cart value for this item: objCart.GetColumnValue(lastIndexItem, "ProductName") or objCart.GetColumnValue(lastIndexItem,"ProductDescription")
Gianluigi |
|
|