Different Invoice Templates To Choose From

Hello guys,

I see that in Design - Documents there are a few templates for Invoice, Packing slip, Order Summary (althougn i do not know where to find this). How can i add another invoice or another Packing Slip option?

This can only be done via the database.

Just add a new entry with the following sql statement (execute in PHPMyAdmin).

INSERT INTO
  cscart_template_documents (`type`, `code`)
VALUES
  (packing_slip, default_2);