close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Sale Price - Expressions

Thread began 3/01/2010 3:02 pm by Art | Last modified 8/19/2011 7:31 am by Art | 1600 views | 4 replies

Art

Sale Price - Expressions

Originally Said By: Jason Byrnes
  Try using this calculation:
([OnSale] == 'Y')?('<s>'.number_format([Price],2,'.',',').'</s>'.number_format([SalePrice],2,'.',',')):number_format([Price],2,'.',',')  



I found the above on another thread and it made me wonder if I could change how I add the sale price.

I currently put this calculation on the page itself and when the user clicks Add To Cart, the page self-links and the calculation is determined by what session variable was activated.

So, on top of the page I use this if statement:

<%
If Request.Form("Discount") = "0" then %>
<%Session("ItemPrice") = Request.Form("BasePrice")%>
<% End if %>
<%
If Request.Form("Discount") = "1" then%>
<%Session("ItemPrice") = Request.Form("SalePrice")%>
<%End If%>



If it's discounted, it sets the "ItemPrice to the the price from SalePrice hidden form field and if it's not, it comes from the BasePrice field.

What I'm trying to do is get rid of this on the page and have it do this in the "Calculation" tab.

What would be the equivalent Calculation in VBscript be like that would accomplish the same thing as I have for the "Session Variable method" on the page itself?

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