Broken localized (russian) sitemembershippro product title on PayPal site

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/25/2012 3:53:25 PM
Gravatar
Total Posts 22

Broken localized (russian) sitemembershippro product title on PayPal site

Hello!

I use latest versions of "mojoPortal" and "sitemembershippro" and I see broken localized (russian) product title (Продукт) on PayPal site after I click - "Check Out with PayPal" button.

10/25/2012 3:59:02 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Broken localized (russian) sitemembershippro product title on PayPal site

The newer versions of mojoPortal no longer have all of the localization files included in the base package. You'll need to download and install the language pack from the Codeplex Download Page.

Actually, never mind. I think I misinterpreted your issue. Sounds like it may be a Paypal issue, but I'll let Joe speak to that.

Jamie

10/25/2012 4:20:45 PM
Gravatar
Total Posts 18439

Re: Broken localized (russian) sitemembershippro product title on PayPal site

Hi,

If you view the source of the page on your aite that has the paypal buy now button, look for the hidden field markup near that button, it has the order description/product name that is posted to paypal in those hidden fields.

If the characters are bad there then it probably is because we are htmlencoding the product name. The code that does this is part of mojoPortal not specific to Site Membership Pro. I've just changed it to use HtmlAttributeEncode which I think should fix it, and pushed the change to the mojoPortal souce code repository. So this will be fixed in the next release of mojoPortal.

Thanks,

Joe

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