Show cash on delivery fee and tax on invoice

2017-10-19 delivery, payment, tax

If you wonder how to show cash on deivery fee with associated tax value on the invoice - check this guide. Tutorial is applicable for "cash on delivery with fee" module from my offer. The main problem in such case is fact that all cash on delivery modules do not have feature to show cod fee and cod fee tax on invoice. Just because prestashop is not ready to show custom taxes on invoices.

 

cash on delivery fee tax

 

As you can see on the screenshot above, COD Fee and COD Fee tax are included to the summary. This is how it should work. But by default it is not possible to achieve this in PrestaShop. This guide shows how to create such feature and show these additonal fees if selected payment method will be "cash on delivery with fee".

 

Modify invoice .tpl file

We have to alter theme file of invoice that is responsible for this part of invoice. Invoice template files are available in the directory "pdf" located in root dir of your prestashop. We need to alter file "invoice.total-tab.tpl". path to file is: /pdf/invoice.total-tab.tpl. Please open it and search for code:

	{if $footer.wrapping_tax_excl > 0}
		<tr>
			<td class="grey">
				{l s='Wrapping Cost' pdf='true'}
			</td>
			<td class="white">{displayPrice currency=$order->id_currency price=$footer.wrapping_tax_excl}</td>
		</tr>
	{/if}

Right after this code please insert this short if function code:

{if Module::isEnabled('codpro')}{codpro::returnCodForPdf($order)}{/if}

 

And that's all! Your invoices will show additonal fee and tax inside price summary properly.

author milos myszczuk
Article by Milosz Myszczuk PrestaShop expert, official PrestaShop community moderator. PHP developer, specialist in relative and spatial databases management, GIS Analyst, CEO & founder of VEKIA interactive agency. Read more about VEKIA company
If you like my articles and want much more valuable tips, feel free to send me donation
1.4 version 1.4.11 1.6 404 addon admin advertise ahref ajax alpha animation api app application authentication back office backup badge banner basics block bootstrap button cache carrier cart catalog category certificate changelog chat class clear client clip cms code colors columns comments configuration contact container content controller cookie counter country coupon css csv currency customer dashboard database debug default delete delivery desktop developer device disable discount displayNav displayTop download dynamic editor effect empty encrypt engine error exchange exclude export facebook faceshop fade fancoupon fancybox fanpage fatal feature feed field file fix fixed font footer free friendly url front ftp full gallery generate gift global godaddy google google+ gray grid groupon header help hide highlight homefeatured homepage hook hosting hover howto htaccess html html5 ID image import include input instagram installation integration iPhone issue javascript jquery kgb knowhow languages law left likebox link list livingsocial loading log login logo loyality mail mailing maintenance manufacturer marketing marquee mcrypt menu meta mobile modification module movie moving multilanguage multiupload must have mysql news newsletter notification number open graph order override page password performance PHP phpmyadmin picture pinterest plugin popup post prestashop prestashop 1.0 prestashop 1.1 prestashop 1.2 prestashop 1.3 prestashop 1.4 prestashop 1.5 price rules problem product profile promotion proslider purifier quantity query quick tip random rates register reinsurance release reporting reset responsive restore results ribbon rich text right sales search security seo service shadow share shipping shop shopmania slider smarty social networks SQL SSL statistics stock store style subcategory superuser support switcher tab tablet tag tax template text theme tinyMCE tips and tricks tpl tracking translations tree trends trigger tumblr tutorial twitter update upgrade upload variables video visits voucher vulnerability web2print wide widget width window wishlist wysiwyg youtube zip zopim