nudylady Posted April 27, 2008 Posted April 27, 2008 how to hide product model in customer order email
markg-uk Posted April 28, 2008 Posted April 28, 2008 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'] . ')
nudylady Posted April 28, 2008 Author Posted April 28, 2008 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.