WebStore - Paypal like payment method

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.
7/21/2009 8:48:09 PM
Gravatar
Total Posts 20

WebStore - Paypal like payment method

Hi,

I'm trying to develop a new payment method. This is very similar to paypal, but it is a totally brasilian solution, wich means no currency conversions and more confiability to my potential customers.

Im trying to understand how btnPayPal receives its url and found that it cames from commerceConfig. But even runing in debug mode and step by step in SiteUtils.GetCommerceConfig, I could not find it.

Perhaps I'm looking in the wrong place...

Could you, please give me som directions about it?

I'm trying to keep the same structure fo paypal to send you  the modules that I've created and you can evaluate if it is good to join the webstore official solution... :-)

7/22/2009 5:49:37 AM
Gravatar
Total Posts 18439

Re: WebStore - Paypal like payment method

Hi Vinny,

Look in the Web/Components/CommerceConfiguration.cs

you can set break points in there and see what happens 

Hope it helps,

Joe

7/22/2009 7:00:19 AM
Gravatar
Total Posts 20

Re: WebStore - Paypal like payment method

 Thanks, Joe.

I'll do it when I get home.

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