close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Replacing period decimal with a comma decimal

Thread began 5/08/2013 10:17 am by Roxana | Last modified 5/10/2013 10:42 am by Roxana | 3808 views | 11 replies

Roxana

Trying to use this code on shop site

Hi Jason,

I changed the code again, so I would get a decimal point for English and a decimal comma for German:

<?php $number = $row_rspricetable['price'];
if ( $_SESSION['languageID'] == "1" ) {
$row_rspricetable['price'] = number_format($number, 2, ',', '.');
}
?>



And it works, as you can see here: detail.php?recordID=53

I would like to do the same on the shop site, but the code did not work for there. I am guessing, because the number format is already defined. I tried deleting that code, but with that the page broke.

function WA_eCart_GetGroupDecimalChars($numDisplay) {

$theDec = substr(strval(99/10), 1, 1);

$theDecimal = "";

$theComma = "";

if ($numDisplay == 0 || $numDisplay == 2) {

$theDecimal = ".";

if ($numDisplay == 0) {

$theComma = ",";

}

}

else {

$theDecimal = ",";

if ($numDisplay == 1) {

$theComma = ".";

}

}

return array($theDec, $theComma, $theDecimal);

}



function WA_eCart_DisplayMoney($theObject, $theAmount) {

$decInfo = WA_eCart_GetGroupDecimalChars($theObject->NumberDisplay);

return WA_eCart_MaskWeightMoney($theAmount, $theObject->CurrencyPrefix, $theObject->CurrencyAlign, $decInfo[1], $decInfo[2], $theObject->ForceDecimalsC, $theObject->DecimalPlacesC);

}



On the shop site I am dealing with six languages. I would like to use decimal point for English and Spanish, decimal comma for all other languages.

Can this be achieved? It might be a nice feature for eCart.

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...