X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   Full Free Custom Invoice (https://forum.x-cart.com/showthread.php?t=3844)

anoack 08-02-2003 01:07 PM

Full Free Custom Invoice
 
Here it is, everything including the readme is in the zip file.
http://duk0r.net/x-cart/x-cart_invoice.zip

funkydunk 08-04-2003 10:20 AM

Extremely generous of you. :)

dealsondeals 08-04-2003 01:37 PM

:D Nice Mod!

dennx 08-07-2003 11:32 PM

What exactly does the custom invoice do?

Thanks
A newbie ;)

funkydunk 08-07-2003 11:45 PM

It makes a nice pretty formatted invoice for the customer to print off or for you to send with the products.

A very nice modification and a pretty easy one to put in place.

info@auction-help.com 08-20-2003 02:37 AM

It works great !
 
Fantastic Mod - Works Great ! Thanks for the mod !

parmar 08-20-2003 09:43 AM

anoack, Thanks for that Mod. Easy to put up, and looks great..

Cheers..

nuevojefe 08-28-2003 07:08 AM

Display label
 
when you click display labels, what is that supposed to do/look like? Mine looks like this:

Jeff Smith 10316 caminito alvarez san diego California 92126 United States ================================================== ==== Jeff Smith 10316 caminito alvarez san diego California 92126 United States ================================================== ==== Jeff Smith 10316 caminito alvarez san diego California 92126 United States ================================================== ==== Jeff Smith 10316 caminito alvarez san diego California 92126 United States ================================================== ==== jeffrey smith 10316 caminito alvarez san diego California 92126 United States ================================================== ==== jeffrey smith 10316 caminito alvarez san diego California 92126 United States ================================================== ==== jeffrey smith 10316 caminito alvarez san diego California 92126 United States ================================================== ==== Jeff Smith 10316 caminito alvarez san diego California 92126 United States ================================================== ====

Whick seems pretty useless.

Also, I implemented this invoice mod in 3.4.3 and I'm not sure what the changes are. When a user checks out, is the receipt he sees then supposed to be different? Or just the online order details page?

Thanks for the help.

nuevojefe 08-28-2003 07:23 AM

Well, I guess that mod doesn't work for 3.4.3 because it totally screwed up the emails that were sent to me and customers. Oh well, at least it was easy to change back.

frank@georgiatactical.com 09-18-2003 10:13 AM

Making Labels Print Correctly
 
X-Cart version 3.4.6
I changed the code in /skin1/main/order_label_print.tpl to this:

Code:

{* $Id: order_label_print.tpl,v 1.2 2002/04/23 10:38:00 mav Exp $ *}
 <html>
 <body>
 
{$customer.firstname} {$customer.lastname}

 {$customer.s_address}

 {$customer.s_city}  {$customer.s_state_text}  {$customer.s_zipcode}

 {$customer.s_country_text}

 </body>
 </html>




And it prints out like this:
Frank Robinson
243 Southern Walk Circle
Gray Georgia 31032
United States
==============================================

Hope this helps anyone who tries it. 8O


All times are GMT -8. The time now is 11:48 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.