Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Print multiple invoices View modes: 
User avatar
Member
Member
merete-grape - 11/15/2013 6:26:53 AM
   
Print multiple invoices
I have added an extra column for "delivery week" on my orders.

Now orders are getting in, and I would like to print all orders for week x in one operation.

Is this possible, and how??

Regards
Merete

User avatar
Kentico Consulting
Kentico Consulting
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