".round($sun_price1)."";
} else {
$sun_price1 = round($sun_price1);
}
$sun_price2 = $supply_price2 - $ori_price; // 선결제시 이익금
if($sun_price2 < 0) {
$sun_price2 = "".round($sun_price2)."";
} else {
$sun_price2 = round($sun_price2);
}
$sun_price3 = $supply_price3 - $ori_price; // 선결제시 이익금
if($sun_price3 < 0) {
$sun_price3 = "".round($sun_price3)."";
} else {
$sun_price3 = round($sun_price3);
}
$sun_price4 = $supply_price4 - $ori_price; // 선결제시 이익금
if($sun_price4 < 0) {
$sun_price4 = "".round($sun_price4)."";
} else {
$sun_price4 = round($sun_price4);
}
$sun_price_per1 = $sun_price1/$ori_price * 100; // 선결제 이익금 %
$sun_price_per2 = $sun_price2/$ori_price * 100; // 선결제 이익금 %
$sun_price_per3 = $sun_price3/$ori_price * 100; // 선결제 이익금 %
$sun_price_per4 = $sun_price4/$ori_price * 100; // 선결제 이익금 %
$free_price1 = $sun_price1 - $delivery_price; // 무료배송 이익금
if($free_price1 < 0) {
$free_price1 = "".round($free_price1)."";
} else {
$free_price1 = round($free_price1);
}
$free_price2 = $sun_price2 - $delivery_price; // 무료배송 이익금
if($free_price2 < 0) {
$free_price2 = "".round($free_price2)."";
} else {
$free_price2 = round($free_price2);
}
$free_price3 = $sun_price3 - $delivery_price; // 무료배송 이익금
if($free_price3 < 0) {
$free_price3 = "".round($free_price3)."";
} else {
$free_price3 = round($free_price3);
}
$free_price4 = $sun_price4 - $delivery_price; // 무료배송 이익금
if($free_price4 < 0) {
$free_price4 = "".round($free_price4)."";
} else {
$free_price4 = round($free_price4);
}
$free_price_per1 = $free_price1/$ori_price * 100; // 무료배송 이익금%
$free_price_per2 = $free_price2/$ori_price * 100; // 무료배송 이익금%
$free_price_per3 = $free_price3/$ori_price * 100; // 무료배송 이익금%
$free_price_per4 = $free_price4/$ori_price * 100; // 무료배송 이익금%
if($_GET['sale_price']) {
?>
| 비고 |
수수료 |
판매가 |
원가 |
공급가 |
선결제 |
무료 - 원 |
| 스토어팜 / 쇼킹딜 |
6% |
|
|
|
|
% |
|
% |
| 옥션 / 지마켓 |
11% |
|
|
|
|
% |
|
% |
| 인터파크 / 11번가 |
12% |
|
|
|
|
% |
|
% |
| 위메프 |
14% |
|
|
|
|
% |
|
% |