Integrating two sites payment to single payment gateway in nopcommerce -
I have two sites, say abc.com and def.com. Now abc.com has been developed with nopcommerce and has a payment gateway that is integrated by nopcommerce. Now def.com has a payment process. Now I should be able to make payments via def.com from ABC.com (Payment Gateway) which is manufactured using nopcommerce. Def.com has been developed with EF in MFC. Is it possible, if possible, someone can give me some information about getting this thing.
Thanks in advance ..
In short, I do not think that you You can call nop commerce payment gateway from other apps.
But there are some options to consider,
- The NopCommerce payment plug-in is designed to be plug-in so you pay nopcommerce on your website Plugin can copy the design and use the nopcommerce plugin.
- The NopCommerce payment plug-in is also an MVC based solution. You can add that plugin code to your app as a part of your website.
Comments
Post a Comment