Jump to content

Problem on invoice showing empty BANK block PS 1.6.


selectshop.at

Recommended Posts

This is knowing bug of PS 1.6. latest versions.

You can hide this empty block by commenting the file /pdf/invoice.tpl as follows:

Open the file and find this block round about line 129:

<!-- Hook -->
	{if isset($HOOK_DISPLAY_PDF)}

SOME LINES AFTER comment the following block as on sample below:

<!--
	<tr>
		<td colspan="2">&nbsp;</td>
		<td colspan="10">
			{$HOOK_DISPLAY_PDF}
		</td>
	</tr>
-->

Save the file to your FTP to same folder, delete smarty cache. The change will apply only TO NEW generated invoices. Already generated invoices still remain with the block.

 

Link to comment
Share on other sites

  • Matt75 unpinned this topic

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...