Thanks for your reply sir,
After that I created worldpayc.html and worldpayy.html file in BO>utilities>templates. whose contents are
<!DOCTYPE html>
<html lang="en-GB">
above contents are in the worldpayy.html file. similarily in _worldpayc.html with some changes.
Firstly I want to know whether I am right upto this stage or not. If I am right then tell me what i need to put in worldpay.gateway file or any link or documentation that provides information regarding the setting of worldpay.gateway file for the implementation of WorldPay.
If I am not correct Please try correct me. your help will be very beneficial for me.
I have checkout both links provided by you . After that What I have done from reading one of your discussion is that I have put some code
<gateway ref="WorldPay"><name>WorldPay</name>
<assembly>NEvoweb.DNN.Modules.NB_Store.GatewayWorldPay</assembly>
<class>NEvoWeb.Modules.NB_Store.Gateway.GatewayWorldPay</class>
</gateway>
in gatewayproviders.xml file. After that I created worldpayc.html and worldpayy.html file in BO>utilities>templates. whose contents are
<!DOCTYPE html>
<html lang="en-GB">
<head>
<title>WorldPay Success Order</title>
<meta http-equiv="refresh" content="0;url=http://localhost/mywebsite/CheckOut.aspx/tabid/122/stg/1/orderKey/[ORDERID]/WorldPayExit/RETURN/Default.aspx" />
</head>
<body id="Body" class="dnn6">
<div id="art-main">
<div class="art-controlpanel-container"></div>
<div>
<p>Your Payment was successful !<br />
Collecting your order details.</p>
</div>
</div>
</body>
</html>above contents are in the worldpayy.html file. similarily in _worldpayc.html with some changes.
Firstly I want to know whether I am right upto this stage or not. If I am right then tell me what i need to put in worldpay.gateway file or any link or documentation that provides information regarding the setting of worldpay.gateway file for the implementation of WorldPay.
If I am not correct Please try correct me. your help will be very beneficial for me.