zalik22 Posted March 11, 2006 Posted March 11, 2006 I installed "Better PayPal Description" and the contribution displays the product name in the PayPal confirmation email. In the \catalog\checkout_confirmation.php file it says to add: $_SESSION['FixOrder'] = $_SESSION['FixOrder'] . $order->products[$i]['name'] . " x " . $order->products[$i]['qty'] . " "; How can I modify this code to display the product model? Just change 'name' to 'model'? Thanks!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.