Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Add Manufacturer to Checkout Email


Guest

Recommended Posts

In checkout_process.php at approximately line 219 I find the following code snippet that is used in producing an email confirmation of the products purchased during checkout.

 

$products_ordered .= $order->products[$i]['qty'] . ' x ' . $order->products[$i]['name'] . ' (' . $order->products[$i]['model'] . ') = ' . $currencies->display_price($order->products[$i]['final_price'], $order->products[$i]['tax'], $order->products[$i]['qty']) . $products_ordered_attributes . "n";

 

The piece of the above code ' (' . $order->products[$i]['model'] . ') = ' shows the product model number between brackets followed by the equal sign.

 

I would like to modify this code to include both the manufacturer name and model number between the brackets.

 

Can someone help me understand how to do this? Thanks for any help.

 

Bob

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...