![]() |
customizing invoice
Hi guys, Im looking for any posts about invoice templates that are recent (there are a few but they are a few years old now).
Can anyone give me a link to one here? I'd like to see what other guys are up to. Thanks |
Re: customizing invoice
I have created a custom invoice layout from scratch. It will include our company details in the top left corner. The top right corner will show our logo. Beneath that it will show the invoice address to the left and to the right of that the shipping address. The invoice address has been aligned so it will fit our window envelopes.
Beneath the address it will show INVOICE in captital letters and then beneath that to the left the order details (date, order id, delivery method) and to the right of that the customer details (tax number, phone, e-mail, customer id). Then the ordered products are displayed beneath that, nicely aligned of course, removed SKU numbers. Then, last but not least, the bottom part. The complete invoice has a fixed height so that I could make sure the footer part can be aligned at the bottom. The footer shows custom text depending on what payment method the customer has selected. If it's credit card it will display something like; payment method online. If it's bank transfer it will show a complete text with our bank account details. Let me know if you're interested in this... It's custom code to fit our needs so I don't know if you can use it but I'm sure others can use this code since, in my opinion, it's much better than the standard X-Cart layout, especially for European companies. |
Re: customizing invoice
yes, thanks i would be interested in taking a look. Thanks
|
Re: customizing invoice
Here it is:
mail/html/order_invoice.tpl Code:
{* $Id: order_invoice.tpl,v 1.37.2.1 2007/01/18 07:38:39 max Exp $ *} Fixed height for invoice because the footer needs to be aligned at the bottom, regardless of the invoice contents. Please note the if statement "{if $order.payment_method eq "Bank Transfer"}". This part is only displayed if the customer has selected "Bank Transfer" as payment method. This part might not work for you if you don't have this payment method or have a different name for it. In order_data.tpl I didn't change much, I only removed one column SKU, nothing else so I won't paste it here. If required I can post a screenshot of what my invoice looks like, let me know. |
Re: customizing invoice
thanks a lot retrtrtrytrutru, I appreciate that. i shall give it a go.
|
Re: customizing invoice
Hey, can you post a screenshot? I'm interested to see how this came out?
Thanks a lot! |
Re: customizing invoice
Please post the screen shot. Thanks!
|
Re: customizing invoice
This is what our invoice currently looks like, it has been modified a little since the beginning of this topic. Footer is dependant on payment method. Notes area is only shown when customer adds one. Fixed height to it will align nicely on European A4 paper and width has been set to 100% of the page. Top of the page shows company details.
http://www.qualitylamps.eu/skin1/img/invoice.gif |
Re: customizing invoice
Looks absolutely fantastic! Looks professional!
Do you have any idea, how to show Tax separately? I mean... subtotal= ё10.00 shipping= ё05.00 Tax(17.5%)= ё2.63 (this tax is for both subtotal + shipping) Grand total= ё17.63 |
Re: customizing invoice
Looks really nice retrtrtrytrutru. Ive not progressed mine since I made a right cock up for some reason and have had to park any development because of other priorities. This looks very professional.
I want to add legal details to my receipt too, so need to work on that aswell.. it needs to show that the person has purchase an item for a specific use, and has actually chosen that option in the payment process (price option detail). that's where mine gets a little more complicated. |
All times are GMT -8. The time now is 02:21 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.