Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

hide product model in customer order email


nudylady

Recommended Posts

Posted

Not sure why you would want to do this, but the file you need is checkout_process.php.

 

Find

 

$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";

 

Take out

 

. ' (' . $order->products[$i]['model'] . ')
Posted

Thank you for help. This should be take out

(' . $order->products[$i]['model'] . ')

 

My prodcut model is in chinese. It aslo doesn't show in shop front. I download orders delete products names then pass the purchase list to my supplier.

Archived

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

×
×
  • Create New...