1 Attachment(s)
Re: Super Orders 1.3.9 Tax Error On Invoice
Hello
Has anyone experienced the following or seen posts on the subject please
I have installed Super Orders 1.3.9
I am running a copy of my web site on xammp to try an locate the issue (error occurs on both live and test sites)
MySQL 5.1.33
PHP Version: 5.2.9
The data is correct with the sole exception of the PRINTER version of the invoice tax column that reports It shows the correct tax data elsewhere
See the attachement screen shot
You will understand that it doesnt create a good impression for the customer
I had a similar problem with rev47 - everything worked fine except for this print error
I have spent the past day trying to find something but no one else seems to have had this problem
Any guidance thoughts gratefully recieved
Thank you
Centec2b
Super Orders Invoice Problem Ex Inc VAT
Hi everyone got a bit of a problem its been doing my head in for days, any help would be very much appreciated
on the super orders invoice the line description shows a inc vat price and and a ex vat price. however both prices show the ex vat price
How would one correct this so it shows a ex and inc price ??
all the subtotals correct,
Thank you in advance
Russ
Re: Super Orders 1.3.9 Tax Error On Invoice
I am experiencing the same issues as Centec2b.
Zen Cart version is 1.3.9e
PHP Version: 5.2.x
SO version: 2 - 139
Searching through the posts this issue was bought up with ZC 1.3.8 and due to the amount of activity probably got over looked.
Where 'None!' appears, based on what I see in the ZenCart invoice.php file I would expect to see the tax rate.
As far as I can work out the code affecting this is in super_invoice.php
Lines 239 - 245
Code:
if ($display_tax) {
echo zen_display_tax_value($order->products[$i]['tax']) . '%';
}
else {
echo ENTRY_NO_TAX;
}
echo '</td>' . "\n" ;
The corresponding code (as far as I can tell) in invoice.php is
Code:
echo ' <td class="dataTableContent" align="right" valign="top">' . zen_display_tax_value($order->products[$i]['tax']) . '%</td>' . "\n" .
The only thing I can think of is that the if($display_tax) in SO is not finding or reading the tax code but I wouldn't know where to fix it.
Given that the original invoice.php file uses other ZC functions to determine the tax rate etc I have to wonder why the 'if' statement exists at all. Is there a reason specific to SO ??
In my case the pricing of the tax calculation works fine so it is just a display issue in the product lines.
Quote:
Originally Posted by
Centec2b
Hello
Has anyone experienced the following or seen posts on the subject please
I have installed Super Orders 1.3.9
I am running a copy of my web site on xammp to try an locate the issue (error occurs on both live and test sites)
MySQL 5.1.33
PHP Version: 5.2.9
The data is correct with the sole exception of the PRINTER version of the invoice tax column that reports
It shows the correct tax data elsewhere
See the attachement screen shot
You will understand that it doesnt create a good impression for the customer
I had a similar problem with rev47 - everything worked fine except for this print error
I have spent the past day trying to find something but no one else seems to have had this problem
Any guidance thoughts gratefully recieved
Thank you
Centec2b