Hi,
My shipping person having a difficult time reading the packing slip when she pulls orders. Is there any way to enlarge the font size on the packing slip? Also, is there any way to put the SKU BEFORE the item name, instead of after? I would like it to display QUANTITY, SKU, PRODUCT NAME, AMOUNT, EXTENDED.
Finally, let's say that changing the font size makes it too wide to print on the sheet of paper...is it possible to arrange it to print in 'landscape' format instead of 'portrait' format?
Thanks in advance,
Debbie
Change font size on packing slip?
-
- Posts: 120
- Joined: Mon Jun 07, 2010 11:56 am
- Location: santa cruz, ca
-
- Posts: 889
- Joined: Fri Aug 11, 2006 1:35 pm
- Location: Orem, UT
- Contact:
Re: Change font size on packing slip?
Debbie, you can go to Orders > Configure, and in Packing Slip Header field you can add the following code to have the product information larger.
For printing, before you print, in the print window you can choose if you print landscape or portrait format.
Code: Select all
<style type="text/css">
.order_data td {font-size: 13px;}
</style>
- ShopSite Lauren
Contact me for help with any of your
custom ShopSite template questions.
Contact me for help with any of your
custom ShopSite template questions.
-
- Posts: 120
- Joined: Mon Jun 07, 2010 11:56 am
- Location: santa cruz, ca
Re: Change font size on packing slip?
Thanks, Lauren! Most appreciated. Is it too greedy to ask about the second question, that is, rearranging the columns? I assume that would have to be done in the custom templates?
Debbie
Debbie
-
- Posts: 889
- Joined: Fri Aug 11, 2006 1:35 pm
- Location: Orem, UT
- Contact:
Re: Change font size on packing slip?
Debbie, my mistake, I forgot to answer that question...there isn't an easy way to make that adjustment. Technically you could add some javascript which rearranges those columns, but I am not proficient enough with javascript to add that code. The view order and view packing slip are not template driven.
- ShopSite Lauren
Contact me for help with any of your
custom ShopSite template questions.
Contact me for help with any of your
custom ShopSite template questions.
-
- Posts: 120
- Joined: Mon Jun 07, 2010 11:56 am
- Location: santa cruz, ca
Re: Change font size on packing slip?
ok, thanks, i appreciate that. i have no idea about java, so maybe i'll just leave that one alone!
Debbie
Debbie
-
- Posts: 120
- Joined: Mon Jun 07, 2010 11:56 am
- Location: santa cruz, ca
Re: Change font size on packing slip?
Hi Lauren,
Hate to say it, but I finally got around to trying your solution and it did not work (nor did it seem to be in line with what was there.) This is the code as it stands:
<p style="text-align: left;"><span style="color: rgb(0, 0, 128);"><b>Thank you for using Silken Road to place your order. Your final total, adjusted for discounts and shipping, appears below. If you have any questions about your order, please contact us: silken@plumpub.com</b></span></p><p style="text-align: center;"><span style="font-size: larger;"><span style="color: rgb(128, 0, 128);"><span style="font-family: Times New Roman;"><i><b>We look forward to seeing you again!
</style></b></i></span></span></span></p>
It seems to ONLY pertain to the actual greeting at the top of the page, and not at all to the table of products itself. Also, when I inserted your code, it did not seem to affect anything. Any ideas? Sorry to be back with bad news...
Debbie
Hate to say it, but I finally got around to trying your solution and it did not work (nor did it seem to be in line with what was there.) This is the code as it stands:
<p style="text-align: left;"><span style="color: rgb(0, 0, 128);"><b>Thank you for using Silken Road to place your order. Your final total, adjusted for discounts and shipping, appears below. If you have any questions about your order, please contact us: silken@plumpub.com</b></span></p><p style="text-align: center;"><span style="font-size: larger;"><span style="color: rgb(128, 0, 128);"><span style="font-family: Times New Roman;"><i><b>We look forward to seeing you again!
</style></b></i></span></span></span></p>
It seems to ONLY pertain to the actual greeting at the top of the page, and not at all to the table of products itself. Also, when I inserted your code, it did not seem to affect anything. Any ideas? Sorry to be back with bad news...
Debbie
-
- Posts: 889
- Joined: Fri Aug 11, 2006 1:35 pm
- Location: Orem, UT
- Contact:
Re: Change font size on packing slip?
Debbie, I had tested the code in my own store and it worked for me. Are you referring to the packing slip or thank you email? Try pasting the code in but changing the font to larger size so that it is more noticeable. The order receipt header and the packing slip header are on the same screen, make sure you are pasting the code into the packing slip header field.
- ShopSite Lauren
Contact me for help with any of your
custom ShopSite template questions.
Contact me for help with any of your
custom ShopSite template questions.
-
- Posts: 120
- Joined: Mon Jun 07, 2010 11:56 am
- Location: santa cruz, ca
Re: Change font size on packing slip?
Hi Lauren,
Hmmm...I haven't had any success. This is exactly how I put it in. Maybe I placed it incorrectly?
Debbie
P.S. it is DEFINITELY in the packing slip header, by the way.
<style type="text/css">
.order_data td {font-size: 20px;}
</style>
<p style="text-align: left;"><span style="color: rgb(0, 0, 128);"><b>Thank you for using Silken Road to place your order. Your final total, adjusted for discounts and shipping, appears below. If you have any questions about your order, please contact us: silken@plumpub.com</b></span></p><p style="text-align: center;"><span style="font-size: larger;"><span style="color: rgb(128, 0, 128);"><span style="font-family: Times New Roman;"><i><b>We look forward to seeing you again!
</style></b></i></span></span></span></p>
Hmmm...I haven't had any success. This is exactly how I put it in. Maybe I placed it incorrectly?
Debbie
P.S. it is DEFINITELY in the packing slip header, by the way.
<style type="text/css">
.order_data td {font-size: 20px;}
</style>
<p style="text-align: left;"><span style="color: rgb(0, 0, 128);"><b>Thank you for using Silken Road to place your order. Your final total, adjusted for discounts and shipping, appears below. If you have any questions about your order, please contact us: silken@plumpub.com</b></span></p><p style="text-align: center;"><span style="font-size: larger;"><span style="color: rgb(128, 0, 128);"><span style="font-family: Times New Roman;"><i><b>We look forward to seeing you again!
</style></b></i></span></span></span></p>