Gordon’s London Dry Gin [1000ml] (2024)

  • Sparkling
  • Tequlia
  • Vodka
  • Whisky
  • Liqueur
  • Rum
  • Sake
  • 糖漿
  • 精釀啤酒
  • Gin
'); $(f).attr('data-href', location.href); $('div.fb-share-button').empty(); $(f).appendTo($('div.fb-share-button')); FB.XFBML.parse(document); } catch(ex){}};function ec_handle_no_stock_message(is_show_nostock_msg){ var qty_buttons = $('.pd-qty-minus, .qd-qty-plus'); var qty_error_msg = $('.warn-msg.error-msg-product'); var qty_input = $('input#quantity'); var remain_stock = $('#outlet-product-remain-stock'); if(!is_show_nostock_msg){ // do remain stock handling qty_buttons.removeClass('option-sold'); qty_error_msg.text('').hide(); qty_input.attr('readonly', false); remain_stock.html(ec_total_option_remain_stock); }else{ // do no stock handling qty_buttons.addClass('option-sold'); qty_error_msg.text('存貨不足').show(); qty_input.attr('readonly', true); remain_stock.html(0); }}function ec_change_product_spec(spec_index, spec_id){ var temp_tag = spec_index+'_'+spec_id;var remove_flag = false;var temp_obj = $('.spec-option[tag="'+temp_tag+'"]'); // exit function when all spec options are disabled or no remain stock countif(temp_obj.closest('.option-detail').hasClass('option-sold') || ec_total_option_remain_stock <1){ return false;}if(temp_obj.closest('.option-detail').hasClass('active')){temp_obj.removeClass('active');temp_obj.closest('.option-detail').removeClass('active');remove_flag = true;var temp_origin_price = $('#oul-product-original-price').html();var temp_selling_price = $('#oul-product-selling-price').html();$('.oul-product-original-price').addClass('oul-product-price-range').html(temp_origin_price);$('.oul-product-discounted-price').html(temp_selling_price);} else {$('.spec-option[ref="'+spec_index+'"]').removeClass('active');$('.spec-option[ref="'+spec_index+'"]').closest('.option-detail').removeClass('active');temp_obj.addClass('active');temp_obj.closest('.option-detail').addClass('active');} // clear input box $('input#quantity').attr('readonly', false); $('.warn-msg.error-msg-product, .warn-msg.error-msg-product-qty-max-limit').hide(); $('.pd-qty-minus, .qd-qty-plus').removeClass('option-sold'); $('#outlet-product-remain-stock').html(ec_total_option_remain_stock);var selected_spec_obj = $('.spec-option.active');$('.error-msg').hide();var temp_option = false;var temp_option_id = false;$.each(ec_option_a, function(k, v){var temp_flag = [];for(var i = 1; i <= ec_spec_count; i++){temp_flag[i] = false;}for(var i = 1; i <= ec_spec_count; i++){var temp_tag = i + '_' + v['spec'+i+'_id'];if(temp_tag == selected_spec_obj.filter('[ref='+i+']').attr('tag')){temp_flag[i] = true;}}if(temp_flag.every(Boolean)){temp_option_id = k;temp_option = v;return false;}}); // handling change url hash & url of facebook share String.prototype.replaceAll = function(search, replace) { if (replace === undefined) { return this.toString(); } return this.replace(new RegExp('[' + search + ']', 'g'), replace); }; var option_url = '1042939' + '-' + $('span.product-name').text().replaceAll(' ', '+');if(!temp_option || typeof temp_option == 'undefined'){ // set total remain stock to be original remained stocks total_remain_stock = ec_total_option_remain_stock;//$('.error-msg-spec').show();ec_selected_option_id = false;} else { ec_selected_option_id = temp_option_id;ec_change_product_option(temp_option_id);// #00409//var option_url = '1042939' + '-' + $('span.product-name').text().replaceAll(' ', '+') + '?option_id=' + ec_selected_option_id; // save option id in hash urloption_url += '?option_id=' + ec_selected_option_id;} window.history.replaceState( {} ,'',option_url);reloadSocialButtons();if(ec_spec_count > 1){ec_checkout_spec_stock();} // clear product qtyif($('.product-option.pd-order-qty input[name="quantity"]').length){reset_change_qty_btn();$('.product-option.pd-order-qty input[name="quantity"]').val(1);} // show no stock message if selected one of spec option but another spec options are option-sold var other_spec = temp_obj.closest('.product-option').siblings('.product-option'); if( (!temp_option || typeof temp_option == 'undefined') && other_spec.length >0){ if(other_spec.find('.option-detail').length == other_spec.find('.option-sold.option-detail').length){ // true - show no stock message ec_handle_no_stock_message(true); }else{ // false - hide no stock message ec_handle_no_stock_message(false); } }}function ec_checkout_spec_stock(){var selected_spec_obj = $('.spec-option.active');var selected_spec_index_a = [];var selected_spec_a = [];$.each(selected_spec_obj, function(){var temp_ref = $(this).attr('ref');var temp_tag = $(this).attr('tag');var temp_tag_a = temp_tag.split('_');var temp_spec_index = temp_tag_a[0]+'';var temp_spec_id = temp_tag_a[1];selected_spec_index_a.push(temp_spec_index);selected_spec_a[temp_spec_index] = temp_spec_id;});$('.spec-option, .option-detail, .option-detail a').not('.blocked').removeClass('option-sold');if(selected_spec_a.length > 0){var no_stock_tag = [];for(i = 0; i < ec_spec_count; i++){$.each(ec_option_a, function(k, v){var temp_spec_index = i+1;var temp_selected_tag = selected_spec_a[temp_spec_index];if(typeof temp_selected_tag != 'undefined'){if(v['remain_stock'] <= 0 && v['spec'+temp_spec_index+'_id'] == temp_selected_tag){for(j = 0; j < ec_spec_count; j++){var temp_no_stock_spec_index = j+1;if(temp_no_stock_spec_index != temp_spec_index){var temp_tag = temp_no_stock_spec_index+'_'+v['spec'+temp_no_stock_spec_index+'_id'];if($.inArray(temp_tag, no_stock_tag)){no_stock_tag.push(temp_tag);}}}}}});}if(ec_spec_count == 2){$.each(ec_spec_a, function(spec_index, spec_a){$.each(ec_spec_a, function(spec_index2, spec_a2){$.each(spec_a, function(i, spec){$.each(spec_a2, function(j, spec2){var temp_selected_tag = selected_spec_a[spec_index];if(typeof temp_selected_tag != 'undefined'){var temp_flag = false;$.each(ec_option_a, function(k, v){if(v['spec'+spec_index+'_id'] == spec['id'] && v['spec'+spec_index2+'_id'] == spec2['id']){temp_flag = true;}});var temp_tag = spec_index2+'_'+spec2['id'];if(!temp_flag && spec['id'] == temp_selected_tag && spec_index != spec_index2){no_stock_tag.push(temp_tag);}}});});});});}$.each(no_stock_tag, function(k, v){$('.spec-option[tag="'+v+'"]').addClass('option-sold').closest('.option-detail').addClass('option-sold');});}if(selected_spec_a.length == 0 && ec_spec_count > 1){$('.spec-option, .option-detail, .option-detail a').not('.blocked').removeClass('option-sold');}}function ecChangeProductQty(mode){var reg = new RegExp('^[0-9]+$');var qty = $('.product-option.pd-order-qty input[name="quantity"]').val();var current_option_remain_stock = total_remain_stock; qty = parseInt(qty);current_option_remain_stock = parseInt(current_option_remain_stock);$('.warn-msg.error-msg-product').hide();if (!reg.test(qty)){qty = qty.substring(0, qty.length-1);}if (mode == 'add'){qty++;}else if (mode == 'deduct'){qty--;}if (qty > 1){if ($('.product-option.pd-order-qty .pd-qty-minus').hasClass('option-sold')){$('.product-option.pd-order-qty .pd-qty-minus').removeClass('option-sold');}}else if (qty <= 1){qty = 1;if (!$('.product-option.pd-order-qty .pd-qty-minus').hasClass('option-sold')){$('.product-option.pd-order-qty .pd-qty-minus').addClass('option-sold');}}if(qty > max_buy_limit && max_buy_limit <= current_option_remain_stock){$("#qty-max-limit-display").html(max_buy_limit);$(".error-msg-product-qty-max-limit").css('display', 'inline-block');$('.product-option.pd-order-qty .qd-qty-plus').addClass('option-sold');$('.product-option.pd-order-qty .pd-qty-minus').removeClass('option-sold');$('.product-option.pd-order-qty input[name="quantity"]').val(max_buy_limit);return;}else{$(".error-msg-product-qty-max-limit").css('display', 'none');$('.product-option.pd-order-qty .qd-qty-plus').removeClass('option-sold');$('.product-option.pd-order-qty .pd-qty-minus').removeClass('option-sold');} if(qty > current_option_remain_stock){qty = current_option_remain_stock;$('.warn-msg.error-msg-product').html('存貨不足').css('display', 'inline-block');if (!$('.product-option.pd-order-qty .qd-qty-plus').hasClass('option-sold')){$('.product-option.pd-order-qty .qd-qty-plus').addClass('option-sold');} if(qty > ec_total_option_remain_stock){ qty = ec_total_option_remain_stock; } $('.product-option.pd-order-qty input[name="quantity"]').val(qty);return;}else{ $('.warn-msg.error-msg-product').hide();if ($('.product-option.pd-order-qty .qd-qty-plus').hasClass('option-sold')){ $('.product-option.pd-order-qty .qd-qty-plus').removeClass('option-sold');}}$('.product-option.pd-order-qty input[name="quantity"]').val(qty);}function keypressCheck(e){var event = (e) ? e : window.event;var charCode = (event.which) ? event.which : event.keyCode; if (charCode == 13 ){// prevent press enterreturn false;}}

Gordon’s London Dry Gin [1000ml] (3)

Gordon’s London Dry Gin [1000ml] (4)

Gordon’s London Dry Gin [1000ml]

  • An original London Dry Gin created in 1769 by Alexander Gordon whose emblem is the red wild boar.
  • Gordon’s gin was quick to build an excellent, quality reputation that it holds onto even today: the quality and quantity of the juniper berries used bring it a renowned gustatory superiority.

出貨方式 自取 / 送貨

價錢HK$180

  • 詳情
  • 優惠條款及細則

產品介紹

Gordon’s London Dry Gin [1000ml] (5)

  • An original London Dry Gin created in 1769 by Alexander Gordon whose emblem is the red wild boar.
  • Gordons gin was quick to build an excellent, quality reputation that it holds onto even today: the quality and quantity of the juniper berries used bring it a renowned gustatory superiority.

重要提示:
您必須確認您已年滿18歲方能購買此產品。 送貨到指定地點須有18歲或以上的人在場接收,否則會取消送貨安排,須另外約時間交付。

IMPORTANT NOTICE:
By placing an order, you must confirm that you are 18 years old or above. A person aged 18 or above must be present to take delivery, otherwise delivery shall be withdrawn and attempt at another agreed time.

『根據香港法律,不得在業務過程中,向未成年人售賣或供應令人醺醉的酒類。』

Under the law of Hong Kong, intoxicating liquor must not be sold or supplied to a minor in the course of business.

優惠條款及細則

條款細則
•送貨收費為 - 首1-2件運費HK$40,第3件至6件運費HK$60,購買滿$600免運費。
•購買及收貨人必須年滿18歲
·酒類產品恕不退換,如收貨時發現破損或其他問題,請拒絕收貨並立即聯絡客服。
•商品照片或會與實物略有不同, 一切以實物為準。
•如有任何爭議,本公司保留最終決定
權。
•客服電話: 852-55477257

Gordon’s London Dry Gin [1000ml] (2024)
Top Articles
Latest Posts
Article information

Author: Francesca Jacobs Ret

Last Updated:

Views: 6271

Rating: 4.8 / 5 (48 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Francesca Jacobs Ret

Birthday: 1996-12-09

Address: Apt. 141 1406 Mitch Summit, New Teganshire, UT 82655-0699

Phone: +2296092334654

Job: Technology Architect

Hobby: Snowboarding, Scouting, Foreign language learning, Dowsing, Baton twirling, Sculpting, Cabaret

Introduction: My name is Francesca Jacobs Ret, I am a innocent, super, beautiful, charming, lucky, gentle, clever person who loves writing and wants to share my knowledge and understanding with you.