Guest Posted April 19, 2007 Posted April 19, 2007 This is the strangest topic I've ever placed. I have a client who wants this (don't ask): When an order is placed the qty of products come across as (example): 2 x Shirt Product I need to change the "x" to a "–" on the order. Where do I change this? Can I change this somewhere? Argg!! Apparently the "x" is something the client uses in the production department and they might get confused (plus its a clothing/apparel shop - could be confused with sizing). Please help if you can, thanks! TBS
MarcellaE Posted April 19, 2007 Posted April 19, 2007 catalog/admin/orders.php look for this: <td class="dataTableContent" valign="top" align="right">' . $order->products[$i]['qty'] . ' x</td>' . "\n" . change the x
fabricclick102 Posted June 8, 2007 Posted June 8, 2007 I've tried this change and it doesn't seem to be working can I be doing something wrong? is it also in some other place? maybe I'm missing Thanks for any help catalog/admin/orders.php look for this: <td class="dataTableContent" valign="top" align="right">' . $order->products[$i]['qty'] . ' x</td>' . "\n" . change the x
Recommended Posts
Archived
This topic is now archived and is closed to further replies.