/home/u775757334/domains/civicwelllife.com/public_html/include
Edit: /home/u775757334/domains/civicwelllife.com/public_html/include/header-top.php (4157B)
0) {
$totalCartItem = mysqli_num_rows($sqlc);
// =====================================
$i = 0;
while ($rowc = mysqli_fetch_assoc($sqlc)) {
$i++;
$cartTotal += $rowc['total'];
$link = "product-detail.php?url={$rowc['product_url']}-{$rowc['product_id']}";
$cartList .= "
";
}
}
}
?>