close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Server Validation if Recordset not empty

Thread began 2/21/2012 2:36 pm by toni272059 | Last modified 5/27/2014 7:45 am by toni272059 | 13913 views | 14 replies

toni272059

Continuing the Product Detail page Validation process

I now need to validate the embroidery selection process before the Add to Cart is submitted

I have it working when the Add Embroidery option is selected from the dynamic select menu or embroidery is not offered for the product.

I am stumbling on when embroidery is offered and the No Embroidery option is selected.
Currently the validation process is being activated for those fields

I have the following for when embroidery is not even offered for a product

if ($totalRows_rsEmbroidery > 0) {
$WAFV_Errors .= WAValidateRQ(((isset($_POST["eCart1_1_Embroidery_Add"]))?$_POST["eCart1_1_Embroidery_Add"]:"") . "",true,2);
}

however this is not working for the embroidery selection process fields

if ($totalRows_rsEmbroidery > 0) {
$WAFV_Errors .= WAValidateRQ(((isset($_POST["eCart1_1_EmbroideryType_Add"]))?$_POST["eCart1_1_EmbroideryType_Add"]:"") . "",true,3);
$WAFV_Errors .= WAValidateRQ(((isset($_POST["eCart1_1_embroiderystyle_Add"]))?$_POST["eCart1_1_embroiderystyle_Add"]:"") . "",true,4);
$WAFV_Errors .= WAValidateRQ(((isset($_POST["EmbroideryText"]))?$_POST["EmbroideryText"]:"") . "",true,5);
}

I understand it is not the correct 'if' statement.
What I need to be asking is 'if' the customer selects the second option on the dynamic select menu then continue with the validation process

something similar to
if(optionIndex == '2') {
$WAFV_Errors .= WAValidateRQ .....
}

but needs to be specific to the <select name="eCart1_1_Embroidery_Add"> menu

I have attached the product_detail file

thanks

Attached Files
product_detail.php.zip

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