cancel
Showing results for 
Search instead for 
Did you mean: 

ISA / IPC : how read item's ipc conditions?

Former Member
0 Kudos

Hi,

in the basket, it's possible to retrieve an IPCItem with the ipc conditions via

item.getExternalItem()

But this doesn't work, if order.jsp is used for creation of an ordertemplate. This method returns null. So my Question is:

how to read the ipc conditions of an item, if the document type is <b>ordertemplate</b>?

tia cb

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

You can connect to the IPC from your order.jsp page and then execute any IPC command you like. There is an IPC API that documents all the commands you can send. It accepts and returns string values, so it is pretty easy to work with. Look through some of the IPCPRICING application JSP's for examples on how to connect to the IPC and execute the commands.

Good luck.

Regards,

Max

Former Member
0 Kudos

Hi Max!

So you saying it is possible to retrieve and display in the shopping basket some condition of the pricing procedure and other ones in the catalog?

Thanks in advance for the reply!

Former Member
0 Kudos

Hi Christian,

for me item.getExternalItem() returns null. Could you tell me what I'm doing wrong?

Cheers,

Heiko