close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Problems with get content from recordset

Thread began 7/27/2010 9:10 am by Miguel | Last modified 8/12/2010 4:32 am by Miguel | 1914 views | 7 replies

Eric Mittman

I looked up the ticket and here was the resolution that was listed:

from Ray

  The issue involved the order details having the same productid. We fixed it by adding a clear cart and updating the setting to always add new rows even when the id is the same... changed the 1 to a 2.  



So it seems that the items were not being added because they did not have different item id's in the table. The update was to make it so that the item would be added even if the id was the same by updating the line of code in the add to cart that starts like this:

php:
$eCart1->AddToCart(1, "", $eCart1_itemID, ...........



To be like this

php:
$eCart1->AddToCart(2, "", $eCart1_itemID, ...........



A clear cart was also added just before this with this line of code:

php:
$eCart1->ClearCart();

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