Web store Integration

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.
8/17/2009 10:24:49 AM
Gravatar
Total Posts 17

Web store Integration

Hi

I have integrate in web store .I have paid with paypal sandbox a/c. It was success.But if i want to use  Paypal IPN ,then which page should be the return url.Because when i visit in admin/Ecommerce there is no record in sales section .

 I can't find the link where the sales data are inserting.

Please help me .

Thanks & Regards

Anjan Maity

 

 

 

 

 

8/17/2009 10:56:03 AM
Gravatar
Total Posts 18439

Re: Web store Integration

Hi,

In your PayPal account click Profile, then look in the right column there is a link for Instant Payment Notification.

There you put the url http://yoursiteroot/Services/PayPalIPNHandler.aspx

and you enable IPN in your PayPal account.

Hope it helps,

Joe

8/18/2009 1:04:14 AM
Gravatar
Total Posts 17

Re: Web store Integration

Hi Joe

 

Many many thanks for your reply.

I have changes my paypal settings in paypal Account Profile.

My query is that if i need both of PDT settings and IPN settings?

I have created both of them. If it  will create any problem?

Thanks And Regards

Anjan Maity

8/18/2009 5:28:46 AM
Gravatar
Total Posts 18439

Re: Web store Integration

Its best to have both enabled, there is no problem. The PDT happens when the user is redirected back to your site and the IPN happens independent of whether the user is redirected back to your site. They don't conflict, they are just redundant in the case of both notifications occurring.

Best,

Joe 

8/25/2009 9:36:50 AM
Gravatar
Total Posts 17

Re: Web store Integration

Hi Joe

Thanks again for your guidence.

I am facing a problem that the PayPalWebstanderd is working ok in my localhost but when i host it in my server It is not working.

I am using sandboxaccount.After Ckicking on checkOut Button Request is Timeed Out.

Please explain what may be the mistakes .

Another question is if PayPalStandardSandboxPDTId is of my Merchant Account ID ?

Thanks and regards.

Anjan Maity

 

8/25/2009 11:54:56 AM
Gravatar
Total Posts 18439

Re: Web store Integration

Using the PayPal sandbox is very difficult, I have no magic solution. Its not really possible to setup a public demo using PayPal sand box because it requires the developer to be logged into the sandbox to work. I only test with the sandbox on localhost then on a public facing site I use production PayPal.

PDTId is not the same as merchant, in fact for PayPal Standard there is no setting for merchant id there is APIUsername, APIPassword, APISignature, Email, and PDTId, they are all different values.

Hope it helps,

Joe

8/26/2009 1:01:16 AM
Gravatar
Total Posts 17

Re: Web store Integration

 

 

 

That means

   Identity Token is the PDTID?

9/4/2009 5:23:01 AM
Gravatar
Total Posts 17

Re: Web store Integration

Hi Joe

Can u please explain when the data for commerce report are inserting?

In my case ,no data is showing commerce report .

 

Thanks and regards

Anjan Maity

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