close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Binding items on Recordset

Thread began 6/27/2019 12:46 pm by lr_leal239405 | Last modified 6/27/2019 8:12 pm by Ray Borduin | 278 views | 2 replies |

lr_leal239405

Binding items on Recordset

I want to display or not display based on: if the recordset column has 'Y' or 'N' on the column called 'Include_Questions' (on the actual db) (which on the ecart column is called 'Questions')

I have this starting on line 517 (of the file ecart_questions.php)

if ($eCart1->ConditionalTotal("ID", "eCartCatID", "18")) {
$Recordset3 = new WA_MySQLi_RS("Recordset3",$convacc_cx,1);
$Recordset3->setQuery("SELECT * FROM eCart_products WHERE prod_id = ? AND Cat_ID = '18'");
$Recordset3->bindParam("i", "". $eCart1->DisplayInfo("ID") ."", "-1"); //atc item
$Recordset3->execute();

if ($Recordset3->getColumnVal("Include_Questions") == "Y") {
echo "#fldsetbr { display:block; }";
}
}

I don't know how to successfully make use of bindParam (it only binds the first row of the recordset for me).

To test, add item 19467-88 (on the brakes), (set to include questions)

and item 19467-24 (set Not to include questions)

(first and last items under Brakes).

_______________________________________________________
add a brake item to cart that has include questions set to 'Y' - should show the questions

Then, one set to 'N' - should not show questions for Brakes


Thanks.

Sign in to reply to this post

Ray BorduinWebAssist

I've fixed this on your site for you.

Sign in to reply to this post
Did this help? Tips are appreciated...

lr_leal239405

Thank you. it's working

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