Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Packing Slips


Measha06

Recommended Posts

Posted

Is there any way to change

 

Sold To
to

 

Ordered By

and to also remove

 

Payment Method

and details?

 

Hopeful of a positive answer.

Liz

 

A very appreciative member still attempting to climb the steep learning curve!

Posted

For your first item, go to /admin/languages/english/packingslip.php, and where it says "SOLD TO:", change it to "ORDERED BY:". For the second one, go to packingslip.php in your catalog directory, and find the following code:

 

<table border="0" cellspacing="0" cellpadding="2">

<tr>

<td class="main"><b><?php echo ENTRY_PAYMENT_METHOD; ?></b></td>

<td class="main"><?php echo $order->info['payment_method']; ?></td>

</tr>

</table>

 

You can either delete that code, or comment it out.

 

Peter Anderson

 

Is there any way to change

 

to

and to also remove

Hopeful of a positive answer.

Posted
For your first item, go to /admin/languages/english/packingslip.php, and where it says "SOLD TO:", change it to "ORDERED BY:". For the second one, go to packingslip.php in your catalog directory, and find the following code:

 

<table border="0" cellspacing="0" cellpadding="2">

<tr>

<td class="main"><b><?php echo ENTRY_PAYMENT_METHOD; ?></b></td>

<td class="main"><?php echo $order->info['payment_method']; ?></td>

</tr>

</table>

 

You can either delete that code, or comment it out.

 

Peter Anderson

 

By commenting out I assume you mean '//' do I do that to each line separately or do I just do it on first line?

 

Many thanks for your clear prompt answer.

Liz

 

A very appreciative member still attempting to climb the steep learning curve!

Archived

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

×
×
  • Create New...