SiteMembershipPro - incorrect "Order Total" value

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
10/27/2012 8:51:53 AM
Gravatar
Total Posts 22

SiteMembershipPro - incorrect "Order Total" value

Hello!

I use latest versions of "mojoPortal" and "SiteMembershipPro".

Today I go to test my PayPal account and receive strange "Order Total" value:

Order Details:
Test Product
Sub Total 1,00 €
Tax Total 0,00 €
Order Total 100,00 €

From PayPal I receive correct 1,00 € total.

10/27/2012 11:40:44 AM
Gravatar
Total Posts 18439

Re: SiteMembershipPro - incorrect "Order Total" value

Can you explain this in more detail or provide steps to produce the problem or produce it on the demo site so I can see it?

Are you saying you are seeing this at paypal or on your own site (what page) or in confirmation email sent from Site Membership Pro?

I looked through the code and in all places it is using the currencyCulture to format the Order Total just the same as it is doing for Sub Total.

Thanks,

Joe

10/27/2012 11:48:33 AM
Gravatar
Total Posts 22

Re: SiteMembershipPro - incorrect "Order Total" value

I see this on my own site (first page after paypal site) and in confirmation email sent from Site Membership Pro.

10/27/2012 12:03:03 PM
Gravatar
Total Posts 18439

Re: SiteMembershipPro - incorrect "Order Total" value

Ok, I think I may know what is causing it but it would help if you could confirm something else. Can you find the row for the order in the mp_PayPalLog table and in the RawResponse field, look for the mc_currency and mc_gross, I need to know what those values are and how they are formatted.

Thanks,

Joe

10/27/2012 12:14:53 PM
Gravatar
Total Posts 22

Re: SiteMembershipPro - incorrect "Order Total" value

mc_currency=EUR

mc_gross=1.00

 

10/27/2012 12:29:46 PM
Gravatar
Total Posts 18439

Re: SiteMembershipPro - incorrect "Order Total" value

Ok, so it looks like the mc_gross is not formatted for EUR so when we tried to parse it using EUR it resulted in incorrect format. I just fixed this and uploaded Site Membership Pro 1.0.0.6

Thanks,

Joe

10/27/2012 12:51:55 PM
Gravatar
Total Posts 22

Re: SiteMembershipPro - incorrect "Order Total" value

Version 1.0.0.6 checked. "Order Total" shows correct value. Thanks!

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