Kentico_RichardS
-
11/17/2013 3:04:53 AM
RE:Print multiple invoices
Hi,
Unfortunately this kind of functionality is not supported within the cms desk.
You could develop your own methods for getting the invoices. You can use the following 2 methods which return html code that represents invoice.
CMS.Ecommerce.OrderInfoProvider.GetInvoice(Int32 orderID) - invoice specified by orderID CMS.Ecommerce.OrderInfoProvider.GetInvoice(ShoppingCartInfo cart) - invoice of order loaded in the given shopping cart
However creating whole functionality will be quite difficult and it is up to you to code.
Kind regards, Richard Sustek
|