[ic] Using [item-list] on a callpage back??

interchange at tvcables.co.uk interchange at tvcables.co.uk
Sun Mar 20 07:12:17 EST 2005


Hi Folks,

I have almost completed my implementation of Worldpay but I am stuck trying to
use the [item-list] tag on the callback page.

I send the item-code(s) to the worldpay server using:-

[item-list]
<input type=hidden name="MC_item-code[item-increment]" value="[item-code]">
[/item-list]

So if there are two items with codes os1234 and os5678 they get sent as variable
MC_item-code1=os1234 and MC_item-code2=os5678.

I can then display these two items on the callback page using:-

Item1 = [cgi MC_item-code1]
Item2 = [cgi MC_item-code2]

What I want to do is use the [item-list] tag on the callback page though eg:-

[item-list]
[cgi MC_item-code[item-increment]]
[/item-list]

In theory this should display the two item codes, it works perfectly when the
page is called from my server with the cgi variables in the browser line, but
when called from Worldpay it returns no item codes. I therefore presume that
[item-list] requires some other variable which I have not sent to Worldpay,
maybe something to do with the cart, can anyone help me out here please??

Thanks,
Andy.

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


More information about the interchange-users mailing list