Web Store Payment Functionalities

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
4/29/2009 12:08:17 AM
Gravatar
Total Posts 5

Web Store Payment Functionalities

I have created a web store in the mojoportal using the source code but that does not contain all the features as we have seen in the http://storedemo.mojoportal.com

Mojo portal does not contain the feature of payment process. Even i have downloaded the updated source using the SVN trunk that also does not have that feature.

Whether is it possiible to integrate web store functionalities in our own ASPX pages
 

4/29/2009 5:17:03 AM
Gravatar
Total Posts 18439

Re: Web Store Payment Functionalities

Hi,

mojoPortal can currently use Authorize.NET, PlugNPay, PayPalDirect, PayPal Standard, and Google Checkout. In order to use any of them you have to configure them as documented here

storedemo.mojoportal.com uses Authorize.NET with a test account processing payments through their test server. I cannoot demo PayPal on the demo site because using the PayPal sandbox only works for me when logged into my own PayPal sandbox account, there is no way to make a public demo processing through the PayPal sandbox. Similarly with google checkout, to try it users would have to have a google sandbox account and I would have to have an SSL certificate on storedemo.mojoportal.com for it to work.

On this site, mojoportal.com, the store uses only PayPal and Google Checkout because those are the low cost payment gateways. I cannot yet afford to use Authorize.NET on production. So I have this site configured with my production PayPal and Google Checkout accounts and I have an SSL certificate which is required for google to post orders to the site.

More info about our current WebStore feature is here: http://www.mojoportal.com/e-commercesolution.aspx

It is not designed to work with your .aspx pages, its designed to do what it does and its a work in progress.

Hope it helps,

Joe

2/18/2010 8:45:16 AM
Gravatar
Total Posts 1

Re: Web Store Payment Functionalities

I am trying to use Authorize.net for the checkout process on my new site. I APILogin and Transaction Key settings in User.config but when I click on proceed to checkout, I do not get the ConfirmOrder form. Is there any other step I am missing to completed the cycle?

Please let me know

Thanks

Eduardo

You must sign in to post in the forums. This thread is closed to new posts.