$query = MYSQL_QUERY("SELECT * FROM products where active='1' and display='1' and maywesuggest_only!='Y' order by display_order");
?>
 |
 |
 |
| |
 |
|
while($cursor = MYSQL_FETCH_ARRAY($query))
{
if($cursor['suggest']!=""&&$sug_cur=="") $sug_cur=$cursor['suggest'];
?>
}?>
|
|
|
|
| ?> |
|
|
|
 |
|
 |
|
 |
|
|
|
|
|
 |
 |
|
$truepro1=0;
if(count($_SESSION['order'])>0)
{
foreach($_SESSION['order'] as $key => $item) : if (eregi("quantity",$key)) : list($sku,$extra,$ext) = explode("_",$key);
$skus=str_replace("_quantity",'',$key);
$truepro1++;
endif; endforeach;
}
?>
| |
if($truepro1<=0){?>Your Shopping Cart is empty.
Go To Checkout}else if($truepro1>0){
?>Your Shopping Cart has =$truepro1?> item(s).
Go To Checkout
}?>
|
|
|
|
|
include("wesuggest.php");?>
| |
|
 |
|
 |
|