Rank: Member
Joined: 1/23/2013(UTC) Posts: 267 Location: Joliet, IL
Thanks: 64 times
|
How do I get an element (or elements) to print at the bottom of order receipts? The best I've done is to create a div and table and give it an absolute position. However, this only prints on the first packing slip of the batch orders.
<div id="CareInst" style="position: absolute; top: 800px"> <table style="width:350px" border=1 cellspacing="0"> <tr> <td style="padding: 10px"><h3>Kataaro Belt Care Instructions</h3> <b>Do not wash your Kataaro belt.</b></br> But if you must wash then please review our website FAQ section for recommendations. </td> </tr> </table> </div>
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
That could be difficult. You might be able to use the footer tag (<tfoot>) of a table in conjunction with some CSS to achieve this somehow. Beyond that I'm not sure that there would be a pure HTML/CSS solution to this without involving some JavaScript code. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 1/23/2013(UTC) Posts: 267 Location: Joliet, IL
Thanks: 64 times
|
Okay, I'll just do a work-around and create a footer page in excel and print them out as blanks for packing slips. Maybe something to consider as a future BVC feature. We are putting social media graphics and and invitation to the customer to share their experience, along with a suggested hash tag.
|
|
|
|
Rank: Member
Joined: 3/25/2013(UTC) Posts: 37 Location: Hummelstown, PA
Was thanked: 4 time(s) in 3 post(s)
|
Try adding style="position:relative" to the outermost wrapper of the print template. That should get your message onto each printed page. |
Nathan Baker BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.