Hi,
I can;t remeber if I or someone else wrote that gateway, but anyway I don;t use it.
The html payment response need to be set to stg 4 of the store checg.
e.g.
https://www.yourwebsite.com/Products/Basket/tabid/666/stg/4/Default.aspx
The url return back to the client needs to have a "WorldPayExit" parameter included.
e.g.
http://www.yourwebsite.com/Products/Basket/tabid/666/stg/5/WorldPayExit/RETURN/Default.aspx>
http://www.yourwebsite.com/Products/Basket/tabid/666/stg/5/WorldPayExit/CANCEL/Default.aspx>
Also in the HTML Redirect you need to create two html templates in the Back Office for the return message.
create two html templates in the BO>UItilities>templates...one called WorldPayY.html and one WorldPayC.html.
These should be full html with the redirect link included with the redirect set to your website something like...
http://www.yourwebsite.com/Products/Basket/tabid/666/stg/5/orderKey/[ORDERID]/WorldPayExit/RETURN/Default.aspx
and
I can;t remeber if I or someone else wrote that gateway, but anyway I don;t use it.
In the readme,txt there is also a line about using the redirect mode...have you done that??
HTML REDIRECT ONLY
*To HtmlRedirect make the Live set <testMode>100</testMode> to <testMode></testMode>The html payment response need to be set to stg 4 of the store checg.
e.g.
https://www.yourwebsite.com/Products/Basket/tabid/666/stg/4/Default.aspx
The url return back to the client needs to have a "WorldPayExit" parameter included.
e.g.
http://www.yourwebsite.com/Products/Basket/tabid/666/stg/5/WorldPayExit/RETURN/Default.aspx>
http://www.yourwebsite.com/Products/Basket/tabid/666/stg/5/WorldPayExit/CANCEL/Default.aspx>
Also in the HTML Redirect you need to create two html templates in the Back Office for the return message.
create two html templates in the BO>UItilities>templates...one called WorldPayY.html and one WorldPayC.html.
These should be full html with the redirect link included with the redirect set to your website something like...
http://www.yourwebsite.com/Products/Basket/tabid/666/stg/5/orderKey/[ORDERID]/WorldPayExit/RETURN/Default.aspx
and