|
現在のお買物かごの中身です。あらかじめ下記の内容に誤りがないかご確認ください。
よろしければ、「ご購入手続きへ進む」ボタンをクリックしてください。 |
|
| ・ |
商品の追加:「商品・ブランド情報へもどる」ボタンをクリックしてください。 |
| ・ |
商品の削除:該当する商品の「削除」ボタンをクリックしてください。 |
| ・ |
個数の変更:該当する商品の個数欄から選び直してください。 |
 |
| ・ |
お申込み金額の合計が8,400円以上(税込)の際は、送料無料でお届けいたします。 |
| ・ |
お申込み金額の合計が8,400円未満(税込)の際は、送料1,050円(税込)をいただきます。
(「リキッドファンデーション 6,300円(税込)」「パウダリーファンデーション 6,300円(税込)」に限り、送料無料でお届けします。) |
|
|
|
 |
$subtotal = '';
$fdn_price = '';
if(isset($_SESSION['shopping_cart']) and is_array($_SESSION['shopping_cart'])){
foreach($_SESSION['shopping_cart'] as $key => $value){
$r = get_product_data($key);
$price = $r->product_price * TAX;
$total = $price * $value;
$subtotal += $total;
if($r->m_category_id == 'm_fdn'){ $fdn_price += $total; }
$select_additional = ' class="selectNum" onChange="update_quantity(\'' . htmlspecialchars($r->product_id) . '\', this.options[this.selectedIndex].value)"';
?>
| = htmlspecialchars($r->product_id) ?> |
|
= htmlspecialchars($r->product_name) ?> |
|
= number_format($price) ?>円 |
|
= create_select('quantity', '', $value, $select_additional, '', 1, MAX_QUANTITY) ?> |
|
= number_format($total) ?>円 |
|
 |
} // end of foreach
} // end of if
if($subtotal != ''){
$postage = ($subtotal < POSTAGE_CONDITION and $fdn_price < 6300) ? POSTAGE : 0;
?>
|
| ※ |
上記金額は、すべて税込みです。 |
| ※ |
商品をお買物かごに入れてから60分以上放置しますと、お買物かごの中身が自動的に削除されます。お買物の際にはご注意ください。 |
| ※ |
1商品につき、12個までご注文いただけます。13個以上の場合は、2回に分けてご注文ください。 |
| ※ |
離島など一部地域については、上記の送料に追加料金が発生する場合があります。その場合は弊社より送料についてのご連絡をさせていただきますので、ご了承ください。 |
|
|
|
|
| ご注文金額の合計(税込) |
: |
= number_format($subtotal) ?>円 |
 |
| 送料(税込) |
: |
= number_format($postage) ?>円 |
|
|
|
合計 |
: |
= number_format($subtotal + $postage) ?>円 |
|
|
|
|
|
|
|
|
|
 |
 |
|