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
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
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.
AbsoluteCode:<?php } // order comments ?> <tr> <td class="main">Your terms and conditions go in here</td> </tr> </table> <!-- body_text_eof //-->