Hello

Does anyone know how to put the product description onto index.php?main_page=checkout_confirmation ?

Tried <?php echo $order->products[$i]['description']; ?> but no luck. (guessing due to no column called that in mysql db?)

any help would be appreciated.