Modification to the "print Packing Slip" button

I don’t like how the packing slip arranges everything on the page and would like to modify it. basically, i would like everything in groups vertically (ie, up and down) as opposed to everything next to each other.



does anyone have a mod that already does this (or something similar) that they would like to share?



Otherwise, what file would I edit? I would guess the print_packing_slip.tpl file under the skins/basic/mail/orders directory. However, every time I try to make a change (ie, put {$order_info.s_firstname} {$order_info.s_firstname} next to each other), and print a packing slip, I still get the first name and then the last name! Note, that I put the first name twice just to make sure I was editing the correct file.



Is there any documentation on how to edit the TPL files?



to recap:

1 - anyone have a mod they would like to share?

2 - Am I editing the correct file?

3 - How does one edit these files? (in other words, is TPL a programming language that is documented online so that I can learn it?)



Thanks in advance for any help, advice, and/or mods.

Frank

[quote name=‘earthfriendlygoods’]

2 - Am I editing the correct file?

[/quote]



Hello earthfriendlygoods,



Yes. You are editing the correct file.



Most probably the problem is caused by the cache.



In order to do it you need to log in to your store administration panel and to add the “?cc” or “&cc” text to the end of the path on any of the store pages in the browser. For example: http:/YOUR_DOMAIN_NAME/ADMIN_SCRIPT?cc, where YOUR_DOMAIN_NAME is your store domain and ADMIN_SCRIPT is the name of your admin.php script.


[quote]

3 - How does one edit these files? (in other words, is TPL a programming language that is documented online so that I can learn it?)

Thanks in advance for any help, advice, and/or mods.

Frank[/QUOTE]



I advise you to read the documentation on our site. [url]http://docs.cs-cart.com/[/url]

Also you can view the Smarty coding information on the http://smarty.net site.



Thank you.





Mikhail Ponomarev

CS-Cart Support team