Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mhpcomputerservices

Archived
  • Posts

    6
  • Joined

  • Last visited

Profile Information

mhpcomputerservices's Achievements

  1. Hi There I'm not sure if this problem was specific to my store but I thought I would note it just incase. When I went to print the packing slip I noticed above the 'Sold To' address where it should have said ------- Packing Slip ---------- it did infact say -------- Administration MHP Computer Services ---------- Now I am by no means a coder but what I did to correct this was: \catalog\admin\includes\languages\english\packingslip.php Line 43 define('TITLE', 'Packing Slip'); Change to: define('TEXT_TITLE', 'Packing Slip'); Then I went to \catalog\admin\packingslip.php Line 56 <td align="center" nowrap class="pageHeading"><em><b><?php echo TITLE; ?></b></em></td> Change to: <td align="center" nowrap class="pageHeading"><em><b><?php echo TEXT_TITLE; ?></b></em></td> Thanks for this great contribution! :D PS Please tell me if I did it wrong I am still a newbie at this! Thanks Again
×
×
  • Create New...