'https://drganbuganapathi.com/billing/php/calc_quote_weight.php',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => 'POST',
CURLOPT_POSTFIELDS => 'dealer_id='.$_SESSION['dealer_id'],
CURLOPT_HTTPHEADER => array(
'Content-Type: application/x-www-form-urlencoded'
),
));
$response = curl_exec($curl);
curl_close($curl);
$result = json_decode($response, TRUE);
$weight = $result['weight'];
}else{
$tot_price = '0';
$weight = 0;
}
$arr = array("11363");
?>
DR ANBUGANAPATHI | SHOPPING CART
No |
PRODUCT X QTY + OFFER |
OFFER |
MRP |
AMOUNT |
ADD-AMOUNT |
TOTAL |