|
Rank: Starting Member
Groups: Registered
Joined: 9/4/2005 Posts: 1 Location: ,
|
I have the following problem:
after finishing the transaction the buyer is supposed to be redirected to my autoreturn page autoreturn.cfm based on standart pdt code:
...
<cfoutput>
<p><h3>Your order has been received.</h3></p>
<b>Details</b><br>
<li>Name: #firstName# #lastName#</li>
<li>Description: #itemName#</li>
<li>Amount: #mcCurrency# #mcGross#</li>
<hr>
</cfoutput>
The autoreturn page opens with variables firstName and lastName displaying correctly.
Below there is a message saying that
"Error Occurred While Processing Request
Variable ITEMNAME is undefined."
But itemName seems to be defined correctly so I am sort of helpless trying to figure out the reason for failure.
I'll be grateful for any help.
Thank you
Jajik
Jajik33
|