var gbSecure1Click = true;
if(typeof(gbSecure1Click) != 'undefined' && gbSecure1Click){
amznJQ.onReady('jQuery',
function () {
jQuery("#oneClickBuyButton").click(
function () {
var hbbAction = jQuery('#handleBuy').attr("action").replace("http:", "https:");
jQuery('#handleBuy').attr("action", hbbAction );
return true;
}
);
}
);
}
or
Amazon Prime Free Trial required. Sign up when you check out.Learn More
Amazon Prime Free Trial
Free Two-Day Shipping is available to Amazon Prime members. To join, click "Add to Cart with FREE Two-Day Shipping" and confirm your Amazon Prime Free Trial sign-up during checkout.
Amazon Prime members enjoy:
Unlimited Free Two-Day Shipping
One-Day Shipping for just $3.99/item
No Minimum Purchase for free or discounted shipping
Important: Your credit card will NOT be charged when you start your Free Trial or if you cancel during the trial period. If you're happy with Amazon Prime, do nothing. At the end of the Free Trial, your membership will automatically upgrade to a full year for $79.
To Add to Baby Registry, choose from options to the left
if(gbEnableTwisterJS){
var goTwisterBuyboxImages = {};
goTwisterBuyboxImages['addToCart'] = '';
goTwisterBuyboxImages['oneclick_preorder'] = '';
goTwisterBuyboxImages['oneclick'] = '';
goTwisterBuyboxImages['preorder'] = '';
var goTwisterBuyboxStrings = {};
goTwisterBuyboxStrings['Realm'] = 'USAmazon';
goTwisterBuyboxStrings['NoVariati[안내]태그제한으로등록되지않습니다-xxonSelected'] = 'To buy, select options and press "Update page"';
goTwisterBuyboxStrings['NoVariationSubheader'] = 'Choose from options to the left';
goTwisterBuyboxStrings['SizeLabel'] = 'Size:';
goTwisterBuyboxStrings['ColorLabel'] = 'Color:';
goTwisterBuyboxStrings['PriceLabel'] = 'Price:';
goTwisterBuyboxStrings['SSSMessage'] = '& eligible for FREE Super Saver Shipping on orders over $25';
goTwisterBuyboxStrings['ShipsFrom'] = 'Ships from and sold by';
goTwisterBuyboxStrings['and'] = 'and';
goTwisterBuyboxStrings['toBuy'] = 'To buy, select ###';
goTwisterBuyboxStrings['loading'] = 'Loading...';
goTwisterBuyboxStrings['pointsLabel'] = 'Amazon Points:';
goTwisterBuyboxStrings['soldShipByAmazon'] = 'Sold by defaultMerchant and Fulfilled by Amazon.';
goTwisterBuyboxStrings['FreeShipping'] = 'Free Shipping';
goTwisterBuyboxStrings['SSSEligible'] = '& eligible for FREE Super Saver Shipping on orders over #sssThershold#.';
goTwisterBuyboxStrings['SSSQualifies'] = '& this item ships for FREE with Super Saver Shipping.';
goTwisterBuyboxStrings['SSSEligible_sa'] = 'Eligible for FREE Super Saver Shipping on orders over #sssThershold#.';
goTwisterBuyboxStrings['SSSQualifies_sa'] = 'This item ships for FREE with Super Saver Shipping.';
goTwisterBuyboxStrings['shipping'] = 'shipping';
goTwisterBuyboxStrings['priceTooLow'] = 'See price in cart.';
goTwisterBuyboxStrings['ToAddToCart'] = 'To add to shopping cart choose from ###';
goTwisterBuyboxStrings['ToBuyNow'] = 'Select ### to Buy now with 1-Click';
}
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 id = input.id;
var origPhrase = input.origPhrase;
var ASIN = input.ASIN;
var offerListingID = input.offerListingID;
var merchantID = input.merchantID;
var popupName = input.popupName;
var useTwister = input.useTwister;
var softAssigned = input.softAssigned;
var isClaimPopup = input.isClaimPopup;
var isManagePopup = input.isManagePopup;
var colID = input.colID;
var colIID = input.colIID;
var signature = input.signature;
var isBuyBox = input.isBuyBox;
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;
}
}
function getProductData()
{
if (useTwister) {
var parentForm = text.parents('form');
return {
ASIN: parentForm.find("input[name='ASIN']").val(),
offerListingID: parentForm.find("input[name='offerListingID']").val(),
merchantID: parentForm.find("input[name='merchantID']").val(),
parentASIN: ASIN
};
} else {
return {
ASIN: ASIN,
offerListingID: offerListingID,
merchantID: merchantID,
parentASIN: ASIN
};
}
}
var infoRegex = /^[\s]*info[\s]*$/i;
function processText() {
var phrase = text.val();
if (infoRegex.test(phrase)) {
var url = 'http://www.amazon.com/gp/product/B002OHD41E';
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();
});
if (useTwister) {
if (gbEnableTwisterJS) {
$('#twisterPayPhraseWidgetInactive img').amazonPopoverTrigger({
hoverHideDelay: 0,
hoverShowDelay: 0,
localContent: '#goPayPhraseTwisterPopDiv_1',
location: ['left', 'auto'],
locationAlign: 'middle',
locationMargin: -10,
showOnHover: true,
skin: null,
width: null
});
}
}
function showPreviewPopup(phrase)
{
var productData = getProductData();
var quantity = $('#quantity').val();
var params = {
phrase: phrase,
origPhrase: origPhrase,
ASIN: productData.ASIN,
offerListingID: productData.offerListingID,
merchantID: productData.merchantID,
parentASIN: productData.parentASIN,
colID: colID,
colIID: colIID,
softAssigned: softAssigned,
isClaimPopup: isClaimPopup,
useTwister: useTwister,
signature: signature,
isBuyBox: isBuyBox,
quantity: quantity
};
var popupUrl = 'https://www.amazon.com/gp/payphrase/order-preview' + '?' + $.param(params);
params.isPreviewPopup = 0;
var fallbackUrl = 'https://www.amazon.com/gp/payphrase/order-preview' + '?' + $.param(params);
pphPopup.openPopup(popupUrl, fallbackUrl, popupName, 500, 475, false);
}
})(jQuery);
});
}
initPayPhraseWidget({
id: '',
ASIN: 'B002OHD41E',
offerListingID: '',
merchantID: '',
colID: '',
colIID: '',
popupName: 'pphOrderPreviewPopup_B002OHD41E',
useTwister: 1,
softAssigned: 1,
isClaimPopup: 0,
isManagePopup: 0,
origPhrase: "Outgoing Rum",
signature: '673FC2C33FA71DC65CE489BBC349A0A679E6EB72',
isBuyBox: '0'
});
Special Shipping Information: Currently, item can be shipped only within the U.S. and to APO/FPO addresses. For APO/FPO shipments, please check with the manufacturer regarding warranty and support issues. This item ships separately from other items in your order.
첫댓글 어떤상품인지 모르겠어요..상품주소줄이나 상품을 장바구니에 담고 장바구니를 복사하여 주세요^^