WebStore starting help

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.
1/23/2010 12:42:48 PM
Gravatar
Total Posts 9

WebStore starting help

Hello Joe,

I'm in the process of Webstore's discovery. I have read the ecommerce configuration tutorial and some PayPal tutorials like the "Name-Value Pair API
Developer Guide".  I have set the following web.config vars for testmode on my localhost development machine.

<add key="Site1-PaymentGatewayUseTestMode" value="true" />
<add key="Site1-PayPalUsePayPalStandard" value="true" />

<add key="Site1-PayPalSandboxAPIUsername" value="sdk-three_api1.sdk.com" />
<add key="Site1-PayPalSandboxAPIPassword" value="QFZCWN5HZM8VBG7Q" />
<add key="Site1-PayPalSandboxAPISignature" value="A-IzJhZZjhg29XQ2qnhapuwxIDzyAZQ92FRP5dqBzVesOkzbdUONzmOU" /> 

The values were taked from the PayPal "Name-Value Pair API Developer Guide" tutorial as examples there.

My first goal is to enable the "Proceed to checkout" link in the Cart section.  I currently get the "Continue Shopping" link only.  Which steps must I perform in order to reach my goal?

Currently I have not preferences for any Paypal payment alternative, just to learn mojoPortal implemented alternatives and to decide later which one is best for my needs. I have installed mojo 2.3.3.4.b release.

I appreciate suggestions or indeep help on how to get the webstore full enable.  I have not experience with Paypal, so I appreciate suggestions on this also.

Thanks.
Juan Manuel Díaz
CEO at DotFactoria.com

1/24/2010 1:55:29 PM
Gravatar
Total Posts 18439

Re: WebStore starting help

It is very difficult to test PayPal, they have a very complicated test sandbox. It is easier to use it on a real production site than it is to test it. In either case you have to do configuration of your paypal account.

Hope it helps,

Joe

1/24/2010 8:45:12 PM
Gravatar
Total Posts 9

Re: WebStore starting help

Thanks Joe,

currently I have a simple question: The "Proceed to Checkout" link is not visible in my testsite, so, How could I get it visible? Why it is not visible by default?

Best,

Juan.

1/25/2010 7:31:05 AM
Gravatar
Total Posts 18439

Re: WebStore starting help

Hi Juan,

You can't proceed to checkout unless at least one of the payment solutions is configured. The easiest one to test is Authorize.net, you can get a test account from them and then you can test the checkout process. I have my test account configured on storedemo.mojportal.com, but notice I cannot demo PayPal using their sandbox because in order for a user to test it he would have to login to my sandbox account.

Hope it helps,

Joe

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