close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

What pattern do I need to jQuery Validate a value less than a particular number?

Thread began 5/23/2014 9:59 am by Nathon Jones Web Design | Last modified 5/30/2014 12:18 am by Nathon Jones Web Design | 5181 views | 26 replies

Nathon Jones Web Design

Originally Said By: Jason Byrnes
  looking at the source code for your page, it looks like the code that updates the price is:

function updatePriceDisplay() {
var priceInfo = (silent_form[1]).split(":");
document.getElementById("productCode").innerHTML = priceInfo[1];
document.getElementById("productPrice").innerHTML = "£" + priceInfo[0] + " inc. vat";
}



I Would change that to:
function updatePriceDisplay() {
var priceInfo = (silent_form[1]).split(":");
if(priceInfo[1] !="") { document.getElementById("productCode").innerHTML = priceInfo[1]; }
if(priceInfo[0] !="") { document.getElementById("productPrice").innerHTML = "£" + priceInfo[0] + " inc. vat"; }
}


so that the price displayed is only updated if a price is returned by the lookup.  



That has resolved the issue with the product code and price disappearing, thank you. I'm still left with a problem though...

I have had to create "Parent" products in the products table so that users can view a product detail page but then HAVE to make selection from the variables menu in order to Add to Cart. Making a selection in the variables tables changes the product code and, if applicable, price so that the real product (not the parent) is added to basket.

This works fine for products that are available in all variations...
Cool White / Non-Dimmable
Warm White / Non-Dimmable
Cool White / Dimmable
Warm White / Dimmable

...however if a product isn't available in one of these combinations - lets say that it's not available in Cool White / Dimmable but is available in the other three variations - the user can still select Cool White / Dimmable because Cool White is available in the colour menu and Dimmable is available in the dimmable menu.

Here's an example of that in action:
http://www.ledwarehouseuk.com/LED-Lights-Bulbs.php?lbid=701

How do I prevent this as it is allowing the customer to add the parent product to the cart, which just doesn't work.
Thank you.
NJ

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