• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

PayPal issue

A

argos@

Guest
Hi,

When the website use french localization, the character to separate the decimals is the comma "," ...

In us localization : 25.95 Euro
In French localization : 25,95 Euro

When the customer want to checkout, the price sent to paypal is 29,95 and PayPal support only the point .

So Paypal hang !

Please, when can you make an hotfix for this issue ?

Thanks
 
Thank you for bringing this to our attention. The bug has been fixed in the version 4.1; please let me know if the estimated delivery date for 4.1 (end of November) is Ok for you.
 
Originally posted by Sinclair
please let me know if the estimated delivery date for 4.1 (end of November) is Ok for you.

What news about 4.1 delivery date?

Now, it's urgent!

Thanks
 
I need to give a other? and real? date to my customers...

please, when the 4.1 version will be online?

Thanks
 
Iam also looking for new update please let me know when can i get the information.


Srinivas
 
Nightmare

Hi,

I hope it's a nightmare .

I just installed the 4.1 upgrade and the problem with the decimal in comma with PayPal don't Work !?

Please, What's going wrong?
 
Site Builder 4.1

I sent you a private message. Please reply.

Private Message?

We are more interested in knowing that happens with the version 4.1 SiteBuilder. The problem is we all.

You can report when is the release date?
Thanks for your help
 
Please contact our support. We need to have an access to your system to resolve this issue. Support works 24x7.
 
Hi,


I try to send a online server support, but you said I don’t have support…

But it’s a bug ! I don’t want to pay for your bug…


I try to send a email to [email protected]... but no answers !!!



I wait since 2 months for this issue, I will lost my costumers !!!!!!!!!!!!


I NEED TO FIX THIS ISSUE RIGHT NOW !


-
 
Ok, we need to get an access to your system in order to see what's wrong.
Please send me a private message with an IP address and login credentials. Also please provide your Sitebuilder license number for the reference.
 
argos, to fix this issue you need:
1. Upgrade Sitebuilder to 4.1 version
2. Republish the site with this issue in Wizard or Admin Panel
3. Check that republished site has this issue fixed.

Please let me know results. Thanks
 
Hi,

1. My version is 4.1.0 build071210.223
2. I repulished the site
3. I checked the issue

The issue is still there



See the file source :

<html xmlns="http://www.w3.org/1999/xhtml" >
<head><title>
PayPal
</title>
<script type="text/javascript">
function SubmitForm()
{
payment_form.submit();
}
</script>
<link href="../App_Themes/red/styles.css" type="text/css" rel="stylesheet" /><link href="../App_Themes/red/Modules.css" type="text/css" rel="stylesheet" /></head>
<body onload="SubmitForm();">
<form id="payment_form" name="payment_form" method="post" action="https://www.paypal.com/cgi-bin/webscr">
<input name="cmd" type="hidden" id="cmd" value="_cart" />
<input name="notify_url" type="hidden" id="notify_url" value="http://www.isberie.com/?orderId=b5f11462-0be8-47ff-965c-f75a607c251b&amp;amp;EshopID=b9b0c0b4-532b-4988-96bd-492204adb3ac&amp;amp;PaymentAction=submitPayPalHandler.ashx?orderId=b5f11462-0be8-47ff-965c-f75a607c251b" />
<input name="cancel_return" type="hidden" id="cancel_return" value="http://www.isberie.com/?orderId=b5f11462-0be8-47ff-965c-f75a607c251b&amp;amp;EshopID=b9b0c0b4-532b-4988-96bd-492204adb3ac&amp;amp;PaymentAction=submitPayPalHandler.ashx?orderId=b5f11462-0be8-47ff-965c-f75a607c251b&amp;amp;status=CANCELLED" />
<input name="return" type="hidden" id="return" value="http://www.isberie.com/?orderId=b5f11462-0be8-47ff-965c-f75a607c251b&amp;amp;EshopID=b9b0c0b4-532b-4988-96bd-492204adb3ac&amp;amp;PaymentAction=submitPayPalHandler.ashx?orderId=00000000-0000-0000-0000-000000000000" />
<input name="custom" type="hidden" id="custom" value="b5f11462-0be8-47ff-965c-f75a607c251b" />
<input name="business" type="hidden" id="business" value="[email protected]" />
<input name="upload" type="hidden" id="upload" value="1" />

<input name="currency_code" type="hidden" id="currency_code" value="EUR" />
<input name="lc" type="hidden" id="lc" value="FR" />

<input name="first_name" type="hidden" id="first_name" value="Marius" />
<input name="last_name" type="hidden" id="last_name" value="Hatot" />
<input name="email" type="hidden" id="email" value="[email protected]" />
<input name="address1" type="hidden" id="address1" value="123" />
<input name="address2" type="hidden" id="address2" value="123" />
<input name="country_code" type="hidden" id="country_code" value="CA" />
<input name="city" type="hidden" id="city" value="321" />
<input name="state" type="hidden" id="state" value="quebec" />
<input name="zip" type="hidden" id="zip" value="123" />
<input name="night_phone_a" type="hidden" id="night_phone_a" value="123" />
<input name="night_phone_b" type="hidden" id="night_phone_b" value="123" />
<input name="night_phone_c" type="hidden" id="night_phone_c" value="1234" />

<div id="ProductsPlaceholder" name="ProductsPlaceholder"><input type="hidden" id="item_name_1" name="item_name_1" value="Château Tour Caillet Bordeaux Supérieur" /><input type="hidden" id="amount_1" name="amount_1" value="31,20" /><input type="hidden" id="quantity_1" name="quantity_1" value="1" /><input type="hidden" id="shipping_1" name="shipping_1" value="14,00" /></div>

<input name="ActionUrl" type="hidden" id="ActionUrl" value="https://www.paypal.com/cgi-bin/webscr" />
</form>
</body>
</html>


If I have changed, in html file, the "31,20" with "31.20" that's work !



And I have changed the \EShop\PayPal.aspx.cs in the customer site

decimal amount = (decimal)row[EShopData.Names.OrderedProduct.Price];
productsAll.AppendFormat(
HiddenField,
string.Format(
AmountItem,
index.ToString()
),
HttpUtility.HtmlAttributeEncode(amount.ToString("0.00").Replace(",","."))
);


And IT'S WORK !

Please do something

Thanks
 
Thanks for the workaround, argos

This issue will be fixed in 4.1 hotfix1 or in 4.2 version of Sitebuilder software.
 
Back
Top