close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Problem refreshing <div class="addToCart"> in Products_Detail.php

Thread began 1/20/2010 3:10 am by davas56386677 | Last modified 2/17/2010 5:33 pm by davas56386677 | 4529 views | 14 replies

davas56386677

Converting DOT into COMMA in "thePriceField" (script) in Products_Detail.php

Hi Jason

I made a fresh install of Powerstore 2 on my PC and configure the MySQL server according to your settings.
The ProductName is now displaying the french accented characters the right way when selecting an option or a value.
I modified somewhat the script of the function updateProduct(ProdID) in Products_Detail.php to display the EUROI currency symbol after the price:


var theForm = document.getElementById("WA_Store_Cart_1_ATC_<?php echo $row_WADAProducts["ProductID"]; ?>");
xmlHttp.onreadystatechange=function()
{
if(xmlHttp.readyState==4)
{
if (xmlHttp.responseText != "") {
var theRet=xmlHttp.responseText;
var thePriceField = getFromRSDump(theRet,"ProductPrice");
if (thePriceField.indexOf(".")==-1) {
thePriceField += ",00 €";
}
if (thePriceField.indexOf(".")==thePriceField.length-2) {
thePriceField += "0 €";
}
document.getElementById("ProductPrice").innerHTML = thePriceField;

Can you help me to get rid of the "dot" as a decimal character in this script, because we use a "comma" to separate decimals ?

I think of converting the DOT into a COMMA within "thePriceField", but don't know how to do it !

Thank you for your kind help

Dan

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...