No Products in the Cart
0){
$('.clrLbl').text(colorName);
}
var selectedProduct = productInformation[key]['product']['handle'];
windowLoadFunctionCustom(selectedProduct);
// Example of rendering a specific product to a page that doesn't provide the productId in the DOM
window.ReChargeWidget.createWidget({ productId: productId , injectionParent: '.recharge-parent-class' });
setTimeout(function(){
if (geoLocationCode != "US"){
$(".rc-container-wrapper").remove();
$(".rc_container").css("display","none");
$(".recharge-parent-class").html("");
}
else{
$(".recharge-parent-class").css("display","block");
if( $('.recharge-parent-class').find('.rc_container_wrapper:visible').length > 0 ){
if( $('.shopify-product-form .rc_container_wrapper.rc_container_wrapper:visible').length > 1 ){
$('.recharge-parent-class').css('display', 'none');
}
}
}
if($("#rc-checkbox__1").length > 0){
$("#rc-checkbox__1").click(function(){
if($(this).prop("checked") == true){
$(".pdp-klarna-msg ").css("display","none");
}
else{
$(".pdp-klarna-msg ").css("display","");
}
});
}
}, 500);
// Change title and Url after js file load
var obj = { title: productInformation[key]['product']['handle'], url: productInformation[key]['product']['handle'] };
window.history.replaceState({}, '', obj.url);
document.title = productInformation[key]['product']['title'] + " - " + 'James Perse Los Angeles' ;
// for display selected product highlited
$("."+productId).addClass("active");
// Change for breadcrumb detail
$(".tt-breadcrumb li:nth-child(2) span").html(productInformation[key]['product']['title']);
$('.custom-wishlist-button').attr("data-swaction" , "addToWishlist");
if($(window).width() >= 576){
_swat.initializeActionButtons('.product-images-static');
}
/*
//$('#swym-'+productId).attr("data-with-epi" , true);
$('.custom-wishlist-button').attr("data-product-id" , JSON.stringify(productId));
$('.custom-wishlist-button').attr("data-product-url" , 'https://www.jamesperse.com/products/james-perse-dog-bowl');
//$('#swym-'+productId).removeClass("swym-add-to-wishlist-view-product product_6581322449060");
// $('#swym-'+productId).addClass("swym-add-to-wishlist-view-product product_6581322449060");
// $('#swym-'+productId).addClass("swym-icon");
//$('#swym-'+productId).addClass("swym-heart swym-loaded");
$('.custom-wishlist-button').attr("aria-label" ,"Add to Wishlist");
//window._swat.initializeActionButtons('.product_tabs', '#btn-'+productId);
*/
break;
}
}
}
var tags = productInformation[key]['product'].tags;
var styleText = '';
for( tagIndex in tags){
if(tags[tagIndex].includes("style")){
var arrTagName = tags[tagIndex].split("-");
styleText = " 0){
var sizeCookieValue = '';
/* get selected size option
$(".tt-options-swatch.size li").each(function(){
if($(this).hasClass("active")){
if(typeof($(this).attr('data-availability')) == 'undefined'){
sizeCookieValue = $(this).find('a').attr('data-value');
}
}
else{
if(sizeCookieValue == '' && typeof($(this).attr('data-availability')) == 'undefined'){
sizeCookieValue = $(this).find('a').attr('data-value');
}
}
});
*/
$(".tt-options-swatch.size li").each(function(){
if($(this).hasClass("active")){
sizeCookieValue = $(this).find('a').attr('data-value');
}
});
/* Function Call for set cookie */
setSelectedSizeCookie(sizeCookieValue);
}
}
• Style: "+ arrTagName[1] +"
" } } /* Display Style Dynamically on Color Swithc - Start */ $('.product_desc_outer .desc_content p').each(function(){ var htmlStyleInfor = $(this).html(); if( htmlStyleInfor.indexOf('• Style:') > 0 || htmlStyleInfor.indexOf('• style:') > 0 ){ $(this).html(styleText); } }) /* Display Style Dynamically on Color Swithc - End */ /* Check Video Thumbnail ICON and update the position */ $('.mux-thumbnail img:nth-child(2)').css("opacity", "-0.6"); thumbnailSize(); $('.zoom-product').each(function(){ var zoomImage = $(this); //console.log(image); var zoomConfig = {zoomType : "inner", cursor: "crosshair"}; var zoomActive = false; // Remove old instance od EZ $('.zoomContainer').remove(); zoomImage.removeData('elevateZoom'); // Update source for images zoomImage.attr('src', $(this).data('image')); zoomImage.data('zoom-image', $(this).data('zoom-product')); // Reinitialize EZ zoomImage.elevateZoom(zoomConfig); }); var ttwindowWidth = window.innerWidth || $window.width(); var $ttPageContent = $('#tt-pageContent'), blocks = { ttCollapseBlock: $('.tt-collapse-block'), ttAirSticky: $ttPageContent.find('.airSticky'), ttInputCounter: $('.tt-input-counter'), ttMobileProductSlider: $('.tt-mobile-product-slider'), } var airStickyObj = blocks.ttAirSticky, tabObj = blocks.ttCollapseBlock.find('.tt-collapse-title'); if(ttwindowWidth >= 1024){ airStickyObj.airStickyBlock({ debug: false, stopBlock: '.airSticky_stop-block', offsetTop: 70, }); } else if(airStickyObj.hasClass('airSticky_absolute')) { airStickyObj.removeClass('airSticky_absolute'); }; $document.on('resize scroll', tabObj, function () { airStickyObj.trigger('render.airStickyBlock'); }); tabObj.on('click', function() { setTimeout(function(){ airStickyObj.trigger('render.airStickyBlock'); }, 170); }); $(".thumbnail-box li img").click(function(){ $(".thumbnail-box li").removeClass("active"); var x = $(this).attr("data-target"); $(this).parent("li").addClass("active"); if($('.product-images-static li img[data-target="' + x + '"]').length > 0){ $('html,body').animate({ scrollTop: $('.product-images-static li img[data-target="' + x + '"]').offset().top - 50 }, 'slow'); } if($('.product-images-static li div[data-target-id="' + x + '"]').length > 0){ $('html,body').animate({ scrollTop: $('.product-images-static li div[data-target-id="' + x + '"]').offset().top - 50 }, 'slow'); } }); if($(window).width() < 576){ $(window).unbind('resize.ttmobpr'); blocks.ttMobileProductSlider.on('init', function(event, slick){ var event = new CustomEvent('mobile-slider-initialized', { 'detail': $(this) }); window.dispatchEvent(event); }); var d = blocks.ttMobileProductSlider.attr('data-slickdots') == 'true' ? true : false; blocks.ttMobileProductSlider.slick({ lazyLoad: 'progressive', dots: d, arrows: false, infinite: true, speed: 300, slidesToShow: 1, slidesToScroll: 1, adaptiveHeight: true }); $('.custom-wishlist-button').attr("data-swaction" , "addToWishlist"); _swat.initializeActionButtons('.mobile-gallery-wrap-wishlist'); } // for Quantity plus minus blocks.ttInputCounter.find('.minus-btn, .plus-btn').click(function( e ) { var $input = $(this).parent().find('input'); var count = parseInt($input.val(), 10) + parseInt(e.currentTarget.className === 'plus-btn' ? 1 : -1, 10); $input.val(count).change(); }); blocks.ttInputCounter.find("input").change(function() { var _ = $(this); var min = 1; var val = parseInt(_.val(), 10); var max = parseInt(_.attr('size'), 10); val = Math.min(val, max); val = Math.max(val, min); _.val(val); }) .on("keypress", function( e ) { if (e.keyCode === 13) { e.preventDefault(); } }); /* check if size cookie is set then change selected size value to cookie value */ var sizeCookie = getSelectedSizeCookie(); if(sizeCookie != '' ){ if( $(".tt-options-swatch.size li").find("[data-value="+sizeCookie + "]").parent('li').attr('data-availability') == 'false' ){ var currIndex = $(".tt-options-swatch.size li").find("[data-value="+sizeCookie + "]").parent('li').index(); var newSizeCookie = ''; var firstAvailableSize = ''; $(".tt-options-swatch.size li").each(function(){ var liIndex = $(this).index(); if(liIndex > currIndex){ if(newSizeCookie == '' && typeof($(this).attr('data-availability')) == 'undefined'){ newSizeCookie = $(this).find('a').attr('data-value'); } } else{ if(firstAvailableSize == '' && typeof($(this).attr('data-availability')) == 'undefined'){ firstAvailableSize = $(this).find('a').attr('data-value'); } } }); if(newSizeCookie != ''){ selectedSizeValue = newSizeCookie; } else{ selectedSizeValue = firstAvailableSize; } } else{ selectedSizeValue = sizeCookie; } } if( selectedSizeValue != ""){ $(".tt-options-swatch.size li").find("[data-value="+selectedSizeValue + "]").click(); } if( additionalInformationOpen ){ $(".product_desc_outer .desc_title:nth-child(3)").addClass("active"); $(".product_desc_outer .desc_content:nth-child(4)").css("display","block"); } setTimeout(function(){ $(".tt-options-swatch.size").closest(".tt-wrapper").find("a[data-target='#modalProductInfo']").remove(); if($(".tt-options-swatch.size").length > 0) { $(".tt-wrapper.product-information-buttons a").clone().appendTo($(".tt-options-swatch.size").closest(".tt-wrapper").find(".tt-title-options")); if($(window).width() > 767) { if($(".tt-options-swatch.size").width() < 200) { $(".tt-title-options a").css({"right": $(".tt-product-single-info").width() - 200}); } else { $(".tt-title-options a").css({"right": $(".tt-product-single-info").width() - $(".tt-options-swatch.size").width() + 10}); } } else { $(".tt-title-options a").css({"right": 0}); } } $(".tt-title-options a").unbind(); $(".tt-options-swatch.size").closest(".tt-wrapper").find("a[data-target='#modalProductInfo']").click(function() { showSizeChart(); }); }, 600); /* For Klarna Payment section refreshment on variant chanegs */ window.KlarnaOnsiteService = window.KlarnaOnsiteService || []; window.Klarna.OnsiteMessaging.refresh(); } function setSelectedSizeCookie(sizeValue){ var d = new Date(); d.setTime(d.getTime() + (7*24*60*60*1000)); var expires = "expires="+ d.toUTCString(); document.cookie = "customer_size_selection=" + sizeValue + ";" + expires + ";path=/"; } function getSelectedSizeCookie() { var name = "customer_size_selection="; var decodedCookie = decodeURIComponent(document.cookie); var ca = decodedCookie.split(';'); for(var i = 0; i- Availability: 3 in stock Many in stock Out of stock You can purchase this product but it's out of stock
Teak Dog Bowl
$340.00 USD
This item is expected to ship within 30-days.
Pet accessories are final sale. No returns or exchanges.
Contact a Specialist
To speak with a specialist at one of our home showrooms, please contact LimitedEdition@jamesperse.com.
Description
The James Perse Dog Bowl is 100% teak wood and stainless steel. It is weather resistant so it can be used for both indoors or outdoors. The bowls are offered in two sizes to pair with the dog beds.
Dimensions
• Small Dog Bowl: 9" x 9" x 3.5"
• Large Dog Bowl: 11" x 11" x 4"
Locations
Robertson House - Furniture & Home Flagship Store
143 N. Robertson Blvd. Los Angeles, CA 90048
Tel 310 746 4044
James Perse Showroom at Pacific Design Center
8687 Melrose Avenue B-130 West Hollywood, CA 90069
Tel 323 606 7660
Malibu House – Home & Antiques
3939 Cross Creek Road, Suite D-150 Malibu, CA 90265
Tel 323 213 4250
You may also like
Grateful Dead Pickleball Paddle Set with Mesh Bag Black/White
$250.00 USD
$250.00 USD
Quick Add
Fabric: FU
Y/OSEMITE Etched Richlite Paddleball Set Black Richlight
$380.00 USD
$380.00 USD
Quick Add
Fabric: FU
Set of 2 Cotton Pillow Shams White
$225.00 USD
$225.00 USD