PDA

View Full Version : Creating custom tax invoice


j0anne04
18th November 2006, 08:36 AM
I read a thread somewhere on here about saving a file and creating a tax invoice that can be printed to remove payment details etc and to add the title "Tax Invoice" - have done all this, figured all of that out. I do have a few questions that i couldn't quite understand though..

I wanted to include our logo, i linked it to the exact spot on my computer (eg: c:/blahblah) and it wont load when i go to print the tax invoice? The image IS there, and the path is correct. ????

Also, when I saved the format from the ezimerchant website, it had columns for the following:

Product Code, Product Name, Price, Tax, Qty & Sub total.

I was wondering how I remove the Tax column? I tried to just delete it however it just muddled up the cell spacing etc, removed the heading, but the cells below still displayed it. I have attached an image with an example.. I want to rearrange a few columns and move the QTY to the begininning and product code where QTY was originally but if this cant be done i'm happy just being able to remove the "TAX" column as they all have 10%, and GST is listed at the bottom anyway.

Any help appreciated.

Joanne

dferguson
11th February 2008, 01:15 PM
I think the page you were refering to was: http://forums.ezimerchant.com/showthread.php?t=446

Removing the tax column:

Go into the Shopping Cart Settings section
Click on the 'Columns' tab
Deselect the 'Tax Amount' column
Update the GTS
Generate and upload your site

Linking to your logo:

When linking to your logo, you should use an absolute path.
Example:

<img src="file:///C:/images/imagename.jpg">

If you do this correctly, the image will display in the print preview and print properly.