Zen Cart Logo
Forums / General Questions / Adding Text to the packing Slip? need some help!

Adding Text to the packing Slip? need some help!

Locked

Views: 964

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
2 Jan 2008, 5:00 PM
#1
touchclothing avatar

touchclothing

Totally Zenned

Join Date:
Jul 2005
Location:
Brooklyn NY
Posts:
498
Plugin Contributions:
0

Adding Text to the packing Slip? need some help!

I would like to add our return policy to our packing slip but when I add text to the packing slip after the ?> it send it to the top and I would like it to be in the footer of the packing slip. Can some one help me out with this? Thanks

2 Jan 2008, 7:58 PM
#2
absolute avatar

absolute

Totally Zenned

Join Date:
May 2005
Location:
Bath, Somerset
Posts:
1,054
Plugin Contributions:
2

Re: Adding Text to the packing Slip? need some help!

Where are you placing the text exactly?

If I was adding the text to admin/packingslip.php, I would add it around line 225, BUT within a table row.

<?php } // order comments ?>

<tr>
  <td class="main">Your terms and conditions go in here</td>
</tr>

</table>
<!-- body_text_eof //-->

Absolute