‘.$title.’‘;
//下層ページ数、トップページ数、フォーム数、WP導入数、ネットショップ有無、レスポンシブ有無
$webEst = get_price($subPages,1,$forms,$wp,$cart,$rwd);
//print_r ($webEst);
$final_price_before = $webEst[‘final_price’];
$final_price = $webEst[‘final_price’];
if($type == “web” AND $final_price > 150000){
$discount = $final_price * 0.1;
/* if($discount > 20000){
$discount = 20000;
}
*/
$final_price = $final_price – $discount;
//$final_price = $final_price * 0.9;
}
if($categories > 5){
define(‘unitCatPrice’,3000);
$categories_over = $categories – 5 ;
$cat_price = $categories_over * unitCatPrice;
$final_price += $cat_price;
$final_price_before += $cat_price;
}
if($items > 20){
define(‘unitItemPrice’,5000);
$items_over = $items – 20 ;
$item_price = $items_over * unitItemPrice;
$final_price += $item_price;
$final_price_before += $item_price;
}
if($manage){
$discount2 = $final_price * 0.1;
if($discount2 > 20000){
$discount2 = 20000;
}
$final_price = $final_price – $discount2;
}
?>
内容 |
個数 |
単価 |
金額 |
カートシステム導入 |
|
円 |
円 |
トップページ制作 |
|
円 |
円 |
下層ページ制作 |
|
円 |
円 |
0): ?>
カテゴリの追加 |
|
|
円 |
0): ?>
商品数の追加 |
|
|
円 |
メールフォーム |
|
円 |
円 |
WordPress導入 |
|
円 |
円 |
レスポンシブ対応 |
|
円 |
円 |
企画構成費 |
1 |
円 |
円 |
小計 |
円 |
オンライン特別割引 |
|
更新サポート割引 |
|
最終合計 |
円 |
エラーです。やり直してください。