I am developing a shopping cart and m using zencart for that. I use DPS payment gateway for payment handling. When user fills all the information, confirm them and process them - on successful payment it should be redirected to a partucular webpage of the site and somehow its not redirecting to that page. I am new to zencart so can anyone please help me where to configure redirect url in zencart or in DPS module.
Thank you for your help and time.
I used to work on Zen-Cart.. I know that the redirection page is set in the Payment Gateway control panel (settings).. Not in your module config.
So, login to your DPS account and try to find your payment settings for redirection.
Related
I want to make mobile app for prestashop 1.7 e-commerce site, for that I refereed the process for web service provided by Prestashop.
I reached at how to insert orders via web service, but I didn't get understand how to proceed with checkout process through web service.
Can any one tell me that how to get a payment options and checkout for payment through web service of prestashop?
Thank you in advance.
The payment options in PrestaShop are different. All of them have a separate logic of working and processing of payment.
All the checkout steps in PrestaShop can be handled using the web-services in PrestaShop, but to handle Payment Methods is a very time-consuming task, moreover, you can never test the app with all the payment methods that exist for PrestaShop.
So to solve this problem, we recommend that you show the payment steps inside the mobile app as web view as the steps are shown in PrestaShop store's mobile web-store.
You can take a reference from the following App (it currently support PS 1.6 only):
https://play.google.com/store/apps/details?id=com.velsof.prestashopgenericapp&hl=en
I'm trying to integrate Pay U Money payment gateway in my client site. My client provided me the login details of Pay U Money. site is built in JOOMLA.
I have implemented a PayUmoney Payment Gateway for my client in Joomla!.
1. Create a custom page in Joomla!
2. Add PayUmoney button provided by PayUmoney
3. Thats it.
There is no module available. I downloaded the plugin. it doesn't allow me to modify anything. We need module to integrate with pages.
Login to PayuMoney with your account.
Click on Other Tools
Click on WEBFRONT and create the WEBFRONT page
Add that link to your web page link or button.
No need to even have any SSL certificate also to your site.
I'm manually integrating cyber-source payment gateway with open-cart, because i think there is no options in open-cart that i can manage via admin panel. I know there are some extension available in admin panel, but i didn't found any simple and cyber-source payment gateway integration. So I have done payment integration on flat php now i need to configure with open-cart. For this task i need billing address in checkout page last tab. I have searched about this but couldn't found any better and easy solution. Can any one guide me about this.
Thanks
I have integrate ccavenue in my magento store but when i place the order from my magento store and after checkout it will redirect to an ccavanue error page https://www.ccavenue.com/errorPages/Error.jsp?errorCode=0
I have already configure merchant id and working key in my magento store.
I got the solution. Solution is to use latest version of ccAvenue magento integration kit.(i.e.1.9.0.1)
I want to integrate KNET Payment gateway into my OpenCart 1.5.3.1 Website but i am unable to find any help regarding this. Can anyone guide me or help me out to sort out my problem?
You'll need to basically copy an existing payment gateway from opencart, and work from there passing any info the documentation for your payment gateway requests. I'd recommend you use the PayPal Pro for most gateways, but it really depends what type of payment gateway it is (iframe, redirect to processor etc)