Dimension:
Coffee Table: 90cm x 90cm x 45cmH
Colour:
Polished Stainless Steel Silver with White Sintered Stone Marble
Material:
Polished Steel and Sintered Stone
Shipping:
Only Available for Melbourne and Sydney customers (Local Delivery)
Please be advised that delivery fees are non-refundable in cases of "Change of Mind" reasons. Additionally, should you wish to return the item for the same reason, a 20% restocking fee will be applied.
Features
Packagecontents
// // 临时对策 - 去除产品描述里面的br
(function($) {
$(function() {
var paragraph = $('.box-description .responsive-tabs > br').remove();
if (paragraph.length > 0) {
$(paragraph).each( function(index, item) {
var temp = $(item).text();
temp = temp.split('\n');
temp.splice(temp.length-1, 1);
var result = '
- ' temp.join('
- ') '
$(item).html(result);
});
}
});
//$('.responsive-tabs>p>strong').parent().replaceWith(function(){
// return $("").append($(this).contents());
//});
//$('.responsive-tabs>p>strong').replaceWith(function(){
//return $("").append($(this).contents());
//});
//$(function(){
//$(".responsive-tabs>p>h2").parent().each(function(){
// var content=$(this).html();
// $(this).replaceWith(content);
//})
//})
$(document).ready(function() {
RESPONSIVEUI.responsiveTabs();
})
})(jQuery);
//]]>
jQuery(function(){
jQuery('.RelatedSlider').owlCarousel({
loop: true,
margin: 0,
nav: true,
smartSpeed:700,
page: false,
responsive: {
0: {
items: 1
},
480: {
items: 2
},
699: {
items: 3
},
979: {
items: 4
},
1120: {
items: 5
}
}
})
jQuery(document).ready(function() {
RESPONSIVEUI.responsiveTabs();
})
})
var lifetime = 3600;
var expireAt = Mage.Cookies.expires;
if (lifetime > 0) {
expireAt = new Date();
expireAt.setTime(expireAt.getTime() lifetime * 1000);
}
Mage.Cookies.set('external_no_cache', 1, expireAt);
(function($){
var bilityserach=$("#productcompatibilityserach");
if (bilityserach)
{
$("#productcompatibilityserach button").on('click', function(event) {
event.preventDefault();
var $yearlValue = $("#year-pm").val();
var $makeValue = $("#make-pm").val();
var $modelValue = $("#model-pm").val();
var $submodelValue = $("#submodel-pm").val();
var $url = window.location.href "?year=" $yearlValue "&make=" $makeValue "&model=" $modelValue "&submodel=" $submodelValue;
//console.log($url);
$.ajax({
url: $url,
type: 'get',
dataType: 'html',
beforeSend: function(){
$(".allproductcompatibility .overlayer").css('display', 'block');
$(".Productcompatibility").css('display', 'none');
$(".ineligible").css("display","none");
}
})
.done(function(data) {
//console.log(data);
//console.log($(data).find(".productcompatibilityBox").html());
$(".productcompatibilityBox").html($(data).find(".productcompatibilityBox").html());
})
.fail(function() {
console.log("not ok");
})
.always(function() {
//console.log("always");
//jQuery("#pm option[value='" $modelValue "']").attr("selected","true")
});
});
}
$(".productcompatibilitytool .pager a").on('click' , function(event) {
event.preventDefault();
var $url = $(this).attr("href");
console.log($url);
$.ajax({
url: $url,
type: 'get',
dataType: 'html',
beforeSend: function(){
$(".allproductcompatibility .overlayer").css('display', 'block');
$(".Productcompatibility").css('display', 'none');
}
})
.done(function(data) {
var $result = $(data).find(".allproductcompatibility")
$(".productcompatibilityBox").html($result);
})
.fail(function() {
})
.always(function() {
});
});
})(jQuery)