Measha06 Posted February 22, 2008 Posted February 22, 2008 Is there any way to change Sold To to Ordered By and to also remove Payment Methodand details? Hopeful of a positive answer. Liz A very appreciative member still attempting to climb the steep learning curve!
hubby2debbie Posted February 22, 2008 Posted February 22, 2008 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.
Measha06 Posted February 22, 2008 Author Posted February 22, 2008 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.