close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Convert point to comma in cart

Thread began 5/19/2010 4:07 am by Fritz Stickers | Last modified 5/21/2010 3:58 pm by Eric Mittman | 1323 views | 3 replies |

Fritz Stickers

Convert point to comma in cart

Some prices I can manipulate to add the eurosign or to show with comma iso a point :

&euro;&nbsp;<%= FormatNumber(WA_eCart_DisplayInfo(FrogStyling, "Price"), -1, -2, -2, -2) %>
&euro;&nbsp;<%= FormatNumber(WA_eCart_TotalColumn(FrogStyling, "TotalPrice"), -1, -2, -2, -2) %>


Displayed the way I want it : € 12,00 (with 1 space between € and price)

but these 2 I don't know how to change them :

<%=WA_eCart_DisplayMoney(FrogStyling, WAEC_VerzendingskostenEnvelop())%>
<%=WA_eCart_DisplayMoney(FrogStyling, WA_eCart_GrandTotal(FrogStyling))%>


Displayed like : €12.00


I looked in the map "WA_eCart_Definition_VB.asp" and found this function :

function WA_eCart_DisplayMoney(theObject, theAmount)
theAmount = cStr(theAmount)
theAmount = WA_eCart_FormatNumber(theAmount, theObject.ForceDecimalsC, theObject.DecimalPlacesC)
theAmount = WA_eCart_DisplayNumber(theObject, theAmount)
if (theObject.CurrencyAlign = 0) then
theString = cStr(theObject.CurrencyPrefix) & theAmount
else
if (theObject.CurrencyAlign = 1) then
theString = theAmount & cStr(theObject.CurrencyPrefix)
else
theString = theAmount
end if
end if
WA_eCart_DisplayMoney = theString
end function


I'am not sure if this is the right one !?

How can I fix this issue ?

Sign in to reply to this post

Eric Mittman

You should be able to adjust the decimal symbol in the cart object when you edit it. If you have done this part and still have this issue then you may want to try updating the code so that it uses the number format instead of the money formatting like this:

from this

<%=WA_eCart_DisplayMoney(FrogStyling, WAEC_VerzendingskostenEnvelop())%>
<%=WA_eCart_DisplayMoney(FrogStyling, WA_eCart_GrandTotal(FrogStyling))%>



to this

&euro;&nbsp;<%= FormatNumber(WAEC_VerzendingskostenEnvelop(), -1, -2, -2, -2) %>
&euro;&nbsp;<%= FormatNumber(WA_eCart_GrandTotal(FrogStyling), -1, -2, -2, -2) %>
Sign in to reply to this post

Fritz Stickers

Thanks, it's working with the number format !

Sign in to reply to this post

Eric Mittman

Nice, let us know if you have any other questions.

Sign in to reply to this post

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