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 | 1909 views | 7 replies

Miguel

Problems with get content from recordset

Hello im trying to do a part where users have thier orders saved, when they return they can pay the amount they have saved in the order so i added a add to cart get content from recordset the only problem is that it only displays one product doesnt repeat the other products, help please why is this happening?

php:
<?php
// WA eCart Get Info From RS
if ("" == "" && isset($totalRows_WADAorderdetails) && $totalRows_WADAorderdetails 0)     {
  
$Redirect_redirStr="";
  do     {
    
$SavCart_itemID floatval("".$row_WADAorderdetails['DetailProductID']  ."");
    
$SavCart_itemName "".$row_WADAorderdetails['DetailProductName']  ."";
    
$SavCart_itemDescription "".$row_WADAorderdetails['DetailProductName']  ."";
    
$SavCart_itemWeight floatval("0");
    
$SavCart_itemQuantity floatval("".$row_WADAorderdetails['DetailQuantity']  ."");
    
$SavCart_itemPrice floatval("".$row_WADAorderdetails['DetailPrice']  ."");
    
$SavCart_itemMainP "Fam";
    
$SavCart_itemExtra "";
    
$SavCart_itemuserP "";
    
$SavCart_itempaypal floatval("0");
    
$SavCart_itemporcentaje floatval("".$row_WADAorderdetails['porcent_det']  ."");
    
$SavCart_itemuserIDs floatval("0");
    
$SavCart_itemprecioUser floatval("0");

    
$SavCart->AddToCart(1""$SavCart_itemID$SavCart_itemName$SavCart_itemDescription$SavCart_itemWeight$SavCart_itemQuantity$SavCart_itemPrice$SavCart_itemMainP$SavCart_itemExtra$SavCart_itemuserP$SavCart_itempaypal$SavCart_itemporcentaje$SavCart_itemuserIDs$SavCart_itemprecioUser);
  } while (
$row_WADAorderdetails mysql_fetch_assoc($WADAorderdetails));
  if (
$Redirect_redirStr != "")     {
    
$SavCart->redirStr $Redirect_redirStr;
  }
  
mysql_data_seek($WADAorderdetails0);
  
$row_WADAorderdetails mysql_fetch_assoc($WADAorderdetails);
}
?>

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