close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Multiple Upload Not Updating Database

Thread began 10/19/2015 10:51 pm by sublucent | Last modified 10/20/2015 1:14 pm by Ray Borduin | 887 views | 2 replies |

sublucentBeta Tester

Multiple Upload Not Updating Database

I am trying to update an item or items with a sold status after a sale. It took me hours just to figure out how to reorder the RepeatSelectionCounter code so that the counter would work. Now that that's out of the way I can't figure out how to get the DataAssist Multiple Updates to work. I would like it to work on page load but for now I added a submit button to test it. When I click the submit button I get "WADA_RepeatID_printID_0=1180&WADA_RepeatID_printID_1=1133&WADA_RepeatID_printID_2=909&submit=submit" added to the URL (the correct IDs) but no updates. Please let me know if I can provide more information to help solve this. Thanks in advance for your time.
- Jeremy

Sign in to reply to this post

Ray BorduinWebAssist

Just add this line of code after line 77 and you can remove the repeat region and form from the page entirely.

php:
<?php

mysql_query
("UPDATE ProductTable SET SoldColumn = 1 WHERE ProductID IN (SELECT DetailPrintID FROM orderdetails WHERE DetailOrderID = ".$_SESSION['ppCart_OrderID'].")"$ppcat) or die(mysql_error());
?>
Sign in to reply to this post
Did this help? Tips are appreciated...

sublucentBeta Tester

Solved

Excellent! So simple. Thank you!
Is this in the documentation some where? If not it should be. May I suggest having a snippet collection on your site. That would be very helpful.
Thanks again!

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