商品をカートから削除します。
よろしいですか?

いいえ はい <% var itemTypeClass = []; %> <% if (!shopStop && !instStop) { %> <% if (detail.instrumentHeader.pricer.anysalep) { itemTypeClass.push('sale'); } %> <% if (CampaignHelper.hasCampaign(detail.instrumentHeader)) { itemTypeClass.push('campaign1'); } %> <% if (detail.instrumentHeader.type == "VINTAGE") { itemTypeClass.push('vintage'); } %> <% } %> <% include("tmpl_cart_shop_item_detail", {shop : shop, detail : detail}) %> <% if (orderable) { %> 0) { %> checked="checked"<% } %>> <% } %> <% if (outOfSale) { %> セール開始までお待ちください。 <% } %> <% } %> <% if (isShopOpen) { %>
<% include("tmpl_cart_shop_totalbox") %> <% } %>

↑この注文で
使えるクーポン

次の画面で選択してください。

<% if (shop.coupons.length > 0) { %> <% for (var couponIndex = 0; couponIndex < shop.coupons.length; couponIndex++) { %> <% var coupon = shop.coupons[couponIndex]; %>
<%=format("#,##0.", coupon.amount)%>円OFF

(<%=datetimeFormatter(coupon.expireDate)%>まで有効) <% } %> <% } %> <% if (isShopOpen) { %> この店舗で買い物を続ける <% } %> <% if (isShopBuybackOpen && !isTradeHidden20160704) { %>

<% include("tmpl_cart_shop_salebar", {shop : shop, details : shop.details, buybackDetails : shop.buybackDetails, sellTotal : null, buybackTotal : null, subTotal : null, premium : null, prBlockExist : null}) %> <% } %> <% } %> <% if (shop.buybackDetails.length) { %> <% var sellprtitle = shop.shop == null ? '' : shop.shop.buybackSetting.cartSellingPrTitle; %> <% var sellprdesc = shop.shop == null ? '' : shop.shop.buybackSetting.cartSellingPrDescription; %> <% var prcheck = function (t) { return t != null && $.trim(t).length > 0; } %>
<% if (!isShopBuybackOpen) { %>

現在、こちらの店舗はデジマート買取を利用停止中のため注文できません。 <% } %>

買取用カート※マイギアから削除、または過去のマイギアに移動した商品はカートから削除されます
削除 商品 買取 <% for (var bbidx = 0; bbidx < shop.buybackDetails.length; bbidx++) { %> <% var detail = shop.buybackDetails[bbidx]; %> <% var brandNm = nullp(detail.mygakki.mygakkiSnapshot.brandNm); %> <% var modelName = nullp(detail.mygakki.mygakkiSnapshot.modelNumberName); %> <% var category_ng = shop.shop != null && $.grep(shop.shop.buybackCategoryBag, function (v) {return v.targetCategoryId == detail.category1Id}).length < 1; %>
×削除 <% if (category_ng) { %>

このマイギアは買取不可のカテゴリのため注文できません。 <% } %>

<% if (isShopOpen && isShopBuybackOpen && !category_ng) { %> 0) { %> checked="checked"<% } %>> <% } %> <% } %> <% if (isShopOpen && isShopBuybackOpen) { %>
<% include("tmpl_cart_shop_buyback_totalbox") %> <% } %> <% if (isShopOpen && isShopBuybackOpen) { %> 買取商品を追加する <% } %> <% if (isShopOpen && isShopBuybackOpen && !isTradeHidden20160704) { %> <% if (prcheck(sellprtitle) || prcheck(sellprdesc)) { %>
style="display: none;"%><% } %>>

<%=sellprtitle%>

<%=sellprdesc%> この店舗の商品検索へ <% } %> <% } %> <% } %>