Page 1 of 1
How can i stop auto invoices?
Posted: Fri Jul 13, 2012 4:10 am
by spirit
Hello guys,
My OC1.5.1.1, have the function "auto generate invoice numbers", but i need the opposite (a generate button) like the current OC version. How can i do it?
My OC:
I want this:
I hope any help please.
Thanks!

Re: How can i stop auto invoices?
Posted: Sat Jul 14, 2012 4:15 am
by spirit
any help?
Re: How can i stop auto invoices?
Posted: Mon Jul 16, 2012 12:49 pm
by spirit
Please!
Re: How can i stop auto invoices?
Posted: Wed Jul 18, 2012 3:35 pm
by spirit
any support?
Re: How can i stop auto invoices?
Posted: Thu Jul 19, 2012 1:36 am
by ADD Creative
Is there any reason you can't upgrade?
Re: How can i stop auto invoices?
Posted: Thu Jul 19, 2012 4:11 am
by spirit
ADD Creative wrote:Is there any reason you can't upgrade?
Yeah, i have lot improvements and changes in my current OC, and mostly not by vQmod.
It's very complicate change it?
Thanks.
Re: How can i stop auto invoices?
Posted: Thu Jul 19, 2012 8:02 pm
by ADD Creative
Look at the changes between the version you are using and a later version in the files below.
You need to add the createInvoiceNo fuction and the JavaScript in the template that calls it.
admin\view\template\sale\order_info.tpl
admin\controller\sale\order.php
Then remove invoice number generating code from the confirm function.
catalog\model\checkout\order.php
There may be more changes needed, search for invoice and look at the difference between versions.
Re: How can i stop auto invoices?
Posted: Thu Jul 19, 2012 10:55 pm
by spirit
ADD Creative wrote:Look at the changes between the version you are using and a later version in the files below.
You need to add the createInvoiceNo fuction and the JavaScript in the template that calls it.
admin\view\template\sale\order_info.tpl
admin\controller\sale\order.php
Then remove invoice number generating code from the confirm function.
catalog\model\checkout\order.php
There may be more changes needed, search for invoice and look at the difference between versions.
Thanks for the reply, but i don't know nothing about programming :/
Any help in this way? I need the steps please.
Thanks.