Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Order Qty: x vs. -


Guest

Recommended Posts

Posted

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!

 

picture1.png

 

TBS

Posted

catalog/admin/orders.php

 

look for this:

 

<td class="dataTableContent" valign="top" align="right">' . $order->products[$i]['qty'] . ' x</td>' . "\n" .

 

change the x

  • 1 month later...
Posted

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

Archived

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

×
×
  • Create New...