And get 5% Cash Back in bonus categories with Chase Freedom? .
_cartPerformance.componentLoaded();
About the Shopping Cart
Items in your Shopping Cart always reflect the most recent price displayed on their product pages.
Learn more about the Shopping Cart and how to buy items at Amazon.com Do you have a gift card or promotional code? We’ll ask you to enter your claim code when it’s time to pay.
window.RECS_cartRecs_Settings = {
imageSize : 100 ,
cellRender : "basicCellRender",
renderWhyLink : 0
};
window.RECS_cartRecs_ASINList = ["B0000C9Z4T","B000J45PR0","B00077AA1A","B000VHC0MS","B000VHDYXC","B0000C9Z4U","B000RH17OO","B0000B2QU4","B000GT0S9S","B0000B28RB","B001RNP9PK","B000C11LPU","B000NDZQD0","B0009MG11Q","B001RNP9P0","B00006IZZ3","B000069CBS","B0000C9Z4X","B0007Q3SSS","B000C13WDE"];
window.RECS_cartRecs_Reasons = {};
Customers Who Bought Items in Your Shopping Cart Also Bought
amznJQ.available('jQuery', function() {
var cartRecsAsinList = new Array("B0000C9Z4T","B000J45PR0","B00077AA1A","B000VHC0MS","B000VHDYXC","B0000C9Z4U","B000RH17OO","B0000B2QU4","B000GT0S9S","B0000B28RB","B001RNP9PK","B000C11LPU","B000NDZQD0","B0009MG11Q","B001RNP9P0","B00006IZZ3","B000069CBS","B0000C9Z4X","B0007Q3SSS","B000C13WDE");
var cartRecsLoadFunction = amznJQ.onReady;
if ((document.getElementById('cartRecsShvl').offsetTop + document.getElementById('cartRecsButtonWrapper').offsetTop + 76) < document.body.clientHeight) {
cartRecsLoadFunction = amznJQ.available;
}
cartRecsLoadFunction.apply(amznJQ, ['amazonShoveler',function() {
var generatorFunction = function(cellStart, numCells) {
var asinargs = "";
var reasonargs = "";
var settings = "";
if (typeof window.RECS_cartRecs_Settings != "undefined") {
var start = 0;
for (var i in window.RECS_cartRecs_Settings) {
if (start != 0) {
settings += "&";
}
else {
start = 1;
}
settings += i + "=" + window.RECS_cartRecs_Settings[i];
}
}
if (typeof window.RECS_cartRecs_ASINList != "undefined") {
for(var i = cellStart; i < cellStart + numCells; i++) {
var asin = window.RECS_cartRecs_ASINList[i];
if (asinargs == "") {
asinargs = asin;
}
else {
asinargs += "," + asin;
}
if (typeof window.RECS_cartRecs_Reasons != "undefined") {
if (reasonargs == "") {
reasonargs = window.RECS_cartRecs_Reasons[asin];
}
else {
reasonargs += "," + window.RECS_cartRecs_Reasons[asin];
}
}
}
}
return "/gp/yourstore/features/shoveler/cell-render.html"
+ "?id=" + asinargs
+ "&pos=" + (cellStart+1)
+ "&reasons=" + reasonargs
+ "&key=cart-recs"
+ "&refTag=pd_cart_recs"
+ "&" + settings;
};
var cellTransformer = function(json) {
if (json == null)
return '';
return json.content;
};
var stateSerializer;
if ( typeof sessionStorage != 'undefined' ) {
stateSerializer = {
ready: function() { return true; },
get: function() {
try {
return parseInt( sessionStorage.getItem('cart-recs_03E86EJDWEGP7BJC38RMcartRecspageValue') );
}
catch (err) {
}
},
set: function(value) {
try {
sessionStorage.removeItem('cart-recs_03E86EJDWEGP7BJC38RMcartRecspageValue');
sessionStorage.setItem('cart-recs_03E86EJDWEGP7BJC38RMcartRecspageValue', value);
}
catch (err) {
}
}
};
}
else {
stateSerializer = {
ready: function() { return jQuery('input#cartRecsShvlState').val().length > 0; },
get: function() {
return parseInt( jQuery('input#cartRecsShvlState').val() );
},
set: function(value) {
jQuery('input#cartRecsShvlState').val(value);
}
};
}
window.cartRecs = jQuery("#cartRecsShvl").shoveler( generatorFunction,
20,
{ cellTransformer: cellTransformer,
cellChangeSpeedInMs : 30,
preloadNextPage : true,
prevButt[안내]태그제한으로등록되지않습니다-xxonSelector : 'div.back-button > a',
nextButt[안내]태그제한으로등록되지않습니다-xxonSelector : 'div.next-button > a',
startOverSelector : 'span.start-over',
startOverLinkSelector: 'a',
horizPadding: 10,
state: stateSerializer
});
var prevWidth = 0;
var shovelerDPResize = function() {
var curWidth = jQuery(window).width();
if (prevWidth != curWidth) {
window.cartRecs.updateUI();
prevWidth = curWidth;
}
}
var resizeTimer = null;
jQuery("#cartRecsShvl").resize(function() {
if (resizeTimer) clearTimeout(resizeTimer);
resizeTimer = setTimeout(shovelerDPResize,100);
});
}]);
});
amznJQ.available('amazonShoveler', function () {
jQuery(window).load(function() {
window.cartRecs.updateUI();
});
});
Part of your order qualifies for free shipping! (See what qualifies ) Make sure to select FREE Super Saver Shipping as your shipping speed at checkout.
function secureCartViewSubmit()
{
var f = document.getElementById('cartViewForm');
f.action = 'https://www.amazon.com/gp/cart/view.html/ref=pd_luc_mri';
return true;
}
var pphPopup = {};
pphPopup.openPopup = function(url, fallbackUrl, windowName, width, height, shouldClose, showAddressBar) {
var left = (window.screen.width - width) / 2;
var top = (window.screen.height - height) / 2;
var options = {};
options.width = width;
options.height = height;
options.left = left;
options.top = top;
options.scrollbars = 'yes';
options.location = showAddressBar;
var optionStrings = [];
for (var key in options) {
var value = options[key];
optionStrings.push(key + '=' + value);
}
var popup = /*window.open*/(url, windowName, optionStrings.join(','));
if (popup == null || popup.closed) {
window.location = fallbackUrl;
return null;
}
popup.focus();
if (shouldClose) {
window.close();
}
return popup;
}
pphPopup.openNewWindow = function(url, windowName, shouldClose) {
var popup = /*window.open*/(url, windowName);
if (popup == null || popup.closed) {
window.location = url;
return null;
}
if (shouldClose) {
window.close();
}
return popup;
}
function initPayPhraseWidget(input) {
amznJQ.onReady('popover', function() {
(function($) {
var origPhrase = input.origPhrase;
var softAssigned = input.softAssigned;
var isClaimPopup = input.isClaimPopup;
var isManagePopup = input.isManagePopup;
var signature = input.signature;
var id = input.id;
var text = $('#pphText' + id);
var origText = $('#origPphText' + id);
var button = $('#pphButton' + id);
var buttonLeft = $('#pphButtonLeft' + id);
var buttonRight = $('#pphButtonRight' + id);
var manageLink = $('#pphManageLink' + id);
function post(url, data) {
var newForm = $(' ');
for (var param in data) {
newForm.append(' ');
}
$('body').append(newForm);
newForm.submit();
}
function catchEnter(e, callback)
{
if (!e) e = window.event;
var code;
if (e.keyCode) code = e.keyCode;
else if (e.which) code = e.which;
if (code == 13) {
callback();
return false;
}
}
var infoRegex = /^[\s]*info[\s]*$/i;
function processText() {
var phrase = text.val();
if (infoRegex.test(phrase)) {
var url = 'http://www.amazon.com/www.amazon.com';
var data = {
referringUrl:url
};
post('https://payments.amazon.com/pph/ui/lInfo', data);
}
else {
showPreviewPopup(phrase);
}
return false;
}
buttonLeft.click(processText);
buttonRight.click(processText);
text.keypress(function(e) {
return catchEnter(e, processText)
});
text.focus(function() {
text.select();
});
$('#inactivePayPhraseWidget img').amazonPopoverTrigger({
hoverHideDelay: 0,
hoverShowDelay: 0,
localContent: '#goPayPhraseCartPopDiv_1',
location: ['left', 'auto'],
locationAlign: 'middle',
locationMargin: -10,
showOnHover: true,
skin: null,
width: null
});
function showPreviewPopup(phrase)
{
var params = {
phrase: phrase,
origPhrase: origPhrase,
softAssigned: softAssigned,
isClaimPopup: isClaimPopup,
signature: signature
};
var popupUrl = 'https://www.amazon.com/gp/payphrase/preview' + '?' + $.param(params);
params.isPreviewPopup = 0;
var fallbackUrl = 'https://www.amazon.com/gp/payphrase/preview' + '?' + $.param(params);
var popupName = 'TmpPopup';
pphPopup.openPopup(popupUrl, fallbackUrl, popupName, 500, 475, false);
}
})(jQuery);
});
}
initPayPhraseWidget({
id: '',
softAssigned: 1,
isClaimPopup: 0,
isManagePopup: 0,
origPhrase: "Unchecked Intercept",
signature: '4C28329B837F4268D206A33C6B66106D586AD106'
});
첫댓글 그릇종류는 파손위험으로 주문이 어려울것같습니다~..ㅠㅠ