Jump to content

Packing Slip


Guest soulmanmtl

Recommended Posts

Guest soulmanmtl

I have a strange issue here.

ON my packing slip, I had the address of my store with phoine number, email address, etc... on the top left corner. In the general settings I had the code <BR> between each info to make it look tidier on the packing slip because all the infos were now all below each other. But this morning when I printed a packing slip, all on one line ?!?!?! Tried to go back in general settings again to sort it the way it was before, but no, as soon as I click update, they disappear and the packing slip still looks like s**t.

Anybody can help on this?

TIA

Link to comment
Share on other sites

Guest soulmanmtl

Tried that before but this is not the place the <BR> for this. In the print.inc.php it just says [storeaddress] from the config. This is why before I want straight from the general settings to change it but now its not doing it anymore for some reasons.

Link to comment
Share on other sites

Guest soulmanmtl

Try checking through your browser's print settings & options, then your printer's settings. On mine, if I change it to print headers, it gets all buggered up.

Ill have a look at this tomorrow morning. Dont think it wouldbe that as I changed nothing in my printer settings. Thanks, Ill have a look and check it out.

Link to comment
Share on other sites

Guest soulmanmtl

Still the same... not sure what you mean about the peel out label but what I men is that even on the screen before i print its all together

"email: xxxxxxxx, phone num:

xxx-xxx-xxxx, xxx bern

street, etc....."

Instead of

"email: xxxxxx

phone num: xxx-xxx-xxxxx

xxx bern street

etc..."

so when i print it...its all messed up still

Link to comment
Share on other sites

Guest PLMaster

It's in admin/sources/orders/print.inc. It just looks like a bunch of gobbledy gook. However if you can find the code that looks like this you'll see where stuff will work. I've got the <br>s in mine, this is just part of my file:

	<?php echo $result[0]['county_d']; ?> 	<?php echo $result[0]['postcode_d']; ?> <br />	<?php echo $result[0]['country_d']; ?><br />

	<?php echo $result[0]['phone']; ?><br />

	<?php echo $result[0]['email']; ?><br><br>

	<?php echo $orderSum['0']['comments']; ?>

hope that helps. I'd be happy to give you a copy of my file but it's hacked up and down to show billing and delivery plus shipping method, since we don't use them as actual packing slips.

Link to comment
Share on other sites

Guest soulmanmtl

It's in admin/sources/orders/print.inc. It just looks like a bunch of gobbledy gook. However if you can find the code that looks like this you'll see where stuff will work. I've got the <br>s in mine, this is just part of my file:

<div id="storeLabel">

<img src="<?php echo $glob['rootRel']; ?>images/getLogo.php?skin=<?php echo $config['skinDir']; ?>" alt="" />

<div class="sender"><?php echo $lang['admin']['orders_return_address'];?><br /><?php echo $config['storeAddress']; ?></div>

</div>

</div>

So I cant from there put <br> at the end. Thats why I firts did it from the admin in general settings and it was all good but not anymore for some reasons. If I put some <br> and update it, they disappear.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...