| Sr No |
Product Photo |
Product Name |
Product Price |
Product Quantity |
Sub Total |
Payment Mode |
for($i=0;$i<$rowcountfororder;$i++)
{
$customerId = $orderlist[$i]['userid'];
$customerOrderHeaderid = $orderlist[$i]['customerOrderHeaderid'];
$customerOrderDetailid = $orderlist[$i]['customerOrderDetailid'];
$productid = $orderlist[$i]['productid'];
$productname = $orderlist[$i]['producttitle'];
$productprice = $orderlist[$i]['price'];
$quantity = $orderlist[$i]['quantity'];
$subtotal = $orderlist[$i]['subtotal'];
$shippeddetails = $orderlist[$i]['shippeddetails'];
$shippedstatusdis = $orderlist[$i]['finalshippingstatus'];
$paymentmode = $orderlist[$i]['payment'];
$productphotothumb = ($orderlist[$i]['productimagefilepath']!='')? COMPANY_PRODUCT_DIR.'thumb/'.$orderlist[$i]['productimagefilepath']:IMAGE_DIR."photo_not_available.gif";
$shippeddate = $orderlist[$i]['shippeddate'];
$newDate = checkIfNullDate(date("d-m-Y", strtotime($shippeddate)));
$counter = $i+1;
$producturl = DOC_ROOT."b2b/admin/".$productid."/showproductdetails.htm";
$totalamount = $totalamount + $subtotal ;
?>
| =$counter?> |
 |
=$productname?> |
=$productprice?> |
=$quantity?> |
=$subtotal?> |
=$paymentmode?> |
} ?>
| |
|
|
=$name?> |
=$address?> |
=$address1?> |
if ($isOrderConfirmed == '0')
{
?>
=$paymentlink1?>
Accept this Order
}
else
{
?>
}
?>