Jump to content

Shipping not included in (Grand) Total - on Invoice PDF


Recommended Posts

hi,

 

i have a problem concerning my invoice PDF.

 

i am confused, because there is no "grand total" which includes the product's price AND the shipping price.

 

my invoice is the following (or watch the screenshot)

 

 

 

Product - 229,00 €

-----

Total products (tax incl.) : 229,00 €

Total shipping : 6,90 €

Total (tax excl.) : 199,34 €

----

 

then one line with 5 columns

 

Tax detail / Tax / Pre-Tax Total / Total Tax / Total with Tax

Products / 19,000 % / 192,44 € / 36,56 € / 229,00 €

 

 

but the grand total is missing - or am i blind.

can i edit this somewheer in the backend or in the pdf.php,

 

please have a look at the screenshot.

 

thanks in advance for your suggestions

post-332216-0-69458400-1330086838_thumb.jpg

Link to comment
Share on other sites

hi phrasespot,

 

the prestashop version is 1.3.7.0

 

i did not modify anything. in the PDF.php are some lines commented out, but i don't think it has to do with the problem.

 

line 485 - 486

 

/* $pdf->Cell($width, 0, self::l('Total products (tax excl.)').' : ', 0, 0, 'R');

$pdf->Cell(0, 0, (self::$orderSlip ? '-' : '').self::convertSign(Tools::displayPrice($priceBreakDown['totalProductsWithoutTax'], self::$currency, true, false)), 0, 0, 'R');*/

 

line 537-538

 

/* $pdf->Cell($width, 0, self::l('Total').' '.(self::$_priceDisplayMethod == PS_TAX_EXC ? self::l(' (tax excl.)') : self::l(' (tax incl.)')).' : ', 0, 0, 'R');

$pdf->Cell(0, 0, (self::$orderSlip ? '-' : '').self::convertSign(Tools::displayPrice((self::$_priceDisplayMethod == PS_TAX_EXC ? $priceBreakDown['totalWithoutTax'] : $priceBreakDown['totalWithTax']), self::$currency, true, false)), 0, 0, 'R'); */

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...