{"product_id":"24302-chamberly-sectional","title":"Chamberly","description":"Series Detail\u003cstyle type=\"text\/css\"\u003e\u003c!--.web_dialog {            display: none;            position: absolute;            width: auto;            height: auto;            margin-left: -190px;            margin-top: -100px;            background-color: #ffffff;            border: 2px solid #336699;            padding: 0;            z-index: 102;            font-family: Verdana;            font-size: 10pt;        }--\u003e\u003c\/style\u003e\u003cscript type=\"text\/javascript\" src=\"Scripts\/jquery-1.6.1.min.js\"\u003e\u003c\/script\u003e\u003cscript type=\"text\/javascript\" src=\"Scripts\/jquery.formatCurrency-1.4.0.js\"\u003e\u003c\/script\u003e\u003cscript type=\"text\/javascript\"\u003e\/\/ \u003c![CDATA[$(document).ready        function GetRpParts(itemNumber, envCode) {            $(\"#pnlPartsListItemNumber\").text(itemNumber) \/\/set part number            setRpLoading();            $.ajax({                async: true,                type: 'POST',                url: 'SeriesDetail.aspx\/GetRpParts',                data: '{\"itemNumber\":\"' + itemNumber + '\",\"envCode\":\"' + envCode + '\"}',                contentType: 'application\/json; charset=utf-8',                dataType: 'json',                success: function (r) {                    GetRpPartsSucceeded(r, itemNumber, envCode);                },                error: function (xhr, ajaxOptions, thrownError) {                    alert(xhr.status);                    alert(thrownError);                }            });        }        function GetRpPartsSucceeded(result, itemNumber, envCode) {            var partsList = result.d;            var thisPart = \"\";            var foundEnvCode = \"\";            var thisPrice = 0;            var countEnv = 0;            var curentEnv = \"\";            thisPart += \"\u003ctable class='rpData' cellpadding='3' cellspacing='0' style='width: 100%; '\u003e\";            $.each(result.d, function (n, rpPart) {                thisPart += \"\u003ctr\u003e\";                thisPart += \"\u003ctd style='width: 2%;'\u003e\u003c\/td\u003e\";                thisPart += \"\u003ctd style='width: 5%; text-align: right;'\u003e\" + rpPart.Callout + \"\u003c\/td\u003e\";                thisPart += \"\u003ctd style='width: 4%;'\u003e\u003c\/td\u003e\";                thisPart += \"\u003ctd style='width: 18%;'\u003e\" + rpPart.Part + \"\u003c\/td\u003e\";                thisPart += \"\u003ctd style='width: 6%; text-align: right;' class='currency'\u003e\";                thisPrice = rpPart.BasePrice.toFixed(2);                if (thisPrice == \"0.00\") {                    thisPart += \"Call\";                } else {                    if (thisPrice \u003c \"1.00\") {                        thisPart += \"1.00\";                    } else {                        thisPart += thisPrice;                    }                }                thisPart += \"\u003c\/td\u003e\";                thisPart += \"\u003ctd style='width: 4%;'\u003e\u003c\/td\u003e\";                thisPart += \"\u003ctd style='width: 4%;'\u003e\" + rpPart.QtyUsed + \"\u003c\/td\u003e\";                thisPart += \"\u003ctd style='width: 9%;'\u003e\u003c\/td\u003e\";                thisPart += \"\u003ctd style='width: 45%; text-align: left;'\u003e\" + rpPart.Description + \"\u003c\/td\u003e\";                thisPart += \"\u003ctd style='display: none;'\u003e\" + rpPart.EnvCode + \"\u003c\/td\u003e\";                thisPart += \"\u003c\/tr\u003e\";                if (rpPart.EnvCode == envCode) {                    foundEnvCode = envCode;                } else {                    if (foundEnvCode == \"\") {                        if ($(\"#hdnEnvs\").val().search(rpPart.EnvCode) \u003e -1) {                            foundEnvCode = rpPart.EnvCode;                        }                    }                }                if (curentEnv !== rpPart.EnvCode) {                    curentEnv = rpPart.EnvCode;                    countEnv += 1;                }            });            thisPart += \"\u003c\/table\u003e\";            $(\"#rpPartSpan\").html(thisPart); \/\/add table to dom            $(\".rpData tr:odd\").attr('class', 'SubContentBackground');            $(\".rpData tr:even\").attr('class', 'ContentBackground');            $('.currency').formatCurrency({symbol:''});            if ((partsList.length == 0) || (foundEnvCode == \"\")) {                $(\"#lblConstructionDetail\").show();                $(\"#rpDataHeader\").hide();                $(\"#pnlRpSource\").hide();            } else {                $(\"#lblConstructionDetail\").hide();                $(\"#rpDataHeader\").show();                if (countEnv \u003e 1) { $(\"#pnlRpSource\").show(); } else { $(\"#pnlRpSource\").hide(); }            }            $(\"#rpLoading\").hide();            SetRpEnv(foundEnvCode); \/\/set our environment        }        function hidePartsPopup() {            $find(\"rpPartsPopup\").hide();        }        function setRpLoading() {            $(\".rpSource\").hide(); \/\/hide all rows            $(\"#lblConstructionDetail\").hide();            $(\"#rpDataHeader\").hide();            $(\"#pnlRpSource\").hide();            $(\"#pnlPartsListSource\").text(\" - Loading \");            $(\".rpData tr\").hide(); \/\/hide all rows            $find(\"rpPartsPopup\").show();            $(\"#rpLoading\").show();        }        function SetRpEnv(envCode) {            $(\".rpData tr\").hide(); \/\/hide all rows            if (envCode == \"\") {                envCode = $(\"#hdnSource\").val();            }            if (envCode == \"All\") {                $(\".rpData tr\").show(); \/\/show all rows if want to see All            } else {                $(\".rpData tr\").each(function () { \/\/loop over each row                    if ($(this).find(\"td:eq(9)\").text() == envCode) { \/\/check value of TD                        $(this).show(); \/\/show the row                     }                    var btnName = \"btnSource\" + $(this).find(\"td:eq(9)\").text();                     $(\"#\" + btnName).show();  \/\/show the link button for the different sources                });                if (envCode == \"WVF\") {                    $(\"#lblSeriesDetailPrice\").text(\"Price (CNY)\");                } else {                    $(\"#lblSeriesDetailPrice\").text(\"Price (USD)\");                }                $(\"#pnlPartsListSource\").text(\" - Source \" + envCode);                $(\"#pnlPartsList\").scrollTop(0);            }        }        function LoadComments(action, seriesnumber) {            varUrlAdd = \"itemComments.aspx?seriesnumber=\" + seriesnumber + \"\u0026flagAction=\" + action;            winAddImage = window.open(varUrlAdd, \"\", \"width=800,height=600,scrollbars=yes,alwaysRaised,status=no,menubar=no,modal=yes\");        }        function LoadBrochure(group, series) {            varUrlAdd = \"SeriesBrochure.aspx?group=\" + group + \"\u0026seriesnumber=\" + series + \"\";            winAddImage = window.open(varUrlAdd, \"\", \"width=900,scrollbars=yes,height=800,alwaysRaised,status=no,menubar=no,modal=yes\");        }        function LoadHiRes(itemnumber, type) {            varUrlAdd = \"HiRes.aspx?itemnumber=\" + itemnumber + \"\u0026type=\" + type;            winAddImage = window.open(varUrlAdd, \"\", \"width=640,scrollbars=yes,height=600,alwaysRaised,status=no,menubar=no,modal=yes\");        }        function DisplayExclPopUp(obj) {            $(obj).bind('click', ShowDialog(false));            $(document).ready(function () {                $(\"#btnclse\").click(function (e) {                    HideDialog();                    e.preventDefault();                });            });            function ShowDialog(modal) {                $(\"#ExclDiaglog\").fadeIn(300);                setXandY();                if (obj.innerHTML == \"Excl\") {                    var str = obj.title;                    var splitted = str.split(\"=\", 2);                    $(\"#lblExclItemNum\").text(splitted[0]);                    $(\"#lblExclContent\").text(splitted[1]);                }                else {                    $(\"#lblExclItemNum\").text(lblSeriesNo.innerHTML);                    $(\"#lblExclContent\").text(obj.title);                }            }            function HideDialog() {                $(\"#ExclDiaglog\").fadeOut(300);            }            function setXandY() {                var positionlink = $(obj).offset();                positionlink.left = positionlink.left + 115 + 'px';                positionlink.top = positionlink.top - 80 + 'px';                $(\"#ExclDiaglog\").css(positionlink);                $(\"#ExclDiaglog\").css(positionlink);            }        }        xMouse = 0;        yMouse = 0;      \/\/ globals to hold coordinates so I can pass them to the flyout        document.onclick = getMouseLoc; \/\/ start event listener        function getMouseLoc(e) {            e = e || window.event;            de = document.documentElement;            b = document.body;            if (b != null) {                xMouse = e.clientX + (de.scrollLeft || b.scrollLeft) - (de.clientLeft || 0);                yMouse = e.clientY + (de.scrollTop || b.scrollTop) - (de.clientTop || 0);            }            else {                xMouse = 0;                yMouse = 0;            }        }        function DIsplayHideATPInformation() {            var CollapsiblePanel = $find(\"AjaxCollapsiblePanelATPInformation\");            if (CollapsiblePanel != null) {                if (CollapsiblePanel.get_Collapsed()) {                    CollapsiblePanel._doOpen();                }                else {                    CollapsiblePanel._doClose();                }                return true;            }        }\/\/ ]]\u003e\u003c\/script\u003e\u003cform id=\"Form1\" method=\"post\" name=\"Form1\" oldonsubmit=\"null\" action=\"seriesdetail.aspx?seriesnumber=24302\"\u003e\u003cdiv class=\"BodyIndent\"\u003e\u003cdiv id=\"divDisplaySeriesInfo\"\u003e\u003cdiv class=\"ContentBackground\"\u003e\u003ctable\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd\u003e\n\u003cp\u003e\u003cspan id=\"txtDescription\"\u003eWith ample combinations to create a modular sectional that adapts to fit into any living room space, the stunning contemporary design of the “Chamberly-Alloy” upholstery collection features sleek set-back arms along with beautifully shaped seating and back cushions to give you the style and comfort you deserve.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: #ff0000;\"\u003e\u003cstrong\u003e2430217 RAF CORNER CHAISE\u003c\/strong\u003e\u003c\/span\u003e \/ 2245 SAR \u003c\/p\u003e\n\u003cp\u003e*Available in LAF\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e914.40mm W x 1689.10mm D x 990.60mm H\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: #ff0000;\"\u003e\u003cstrong\u003e2430246  Armless Chair\u003c\/strong\u003e\u003c\/span\u003e \/ 1295 SAR\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e660.40mm W x 977.90mm D x 990.60mm H\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan style=\"color: #ff0000;\"\u003e2430234 Armless Loveseat\u003c\/span\u003e\u003c\/strong\u003e \/ 1895 SAR\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e1320.80mm W x 977.90mm D x 990.60mm H\u003c\/span\u003e\u003cbr\u003e \u003cspan style=\"color: #ff0000;\"\u003e\u003cstrong\u003e2430255 LAF Loveseat\u003c\/strong\u003e\u003c\/span\u003e \/ 2395 SAR\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e*Available in RAF\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e1485.90mm W x 977.90mm D x 990.60mm H9825\u003c\/span\u003e\u003cbr\u003e \u003cspan style=\"color: #ff0000;\"\u003e\u003cstrong\u003e2430277 Wedge\u003c\/strong\u003e\u003c\/span\u003e \/ 1995 SAR\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cspan\u003e952.50mm W x 977.90mm D x 990.60mm H\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\u003c\/tr\u003e\u003c\/tbody\u003e\u003c\/table\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/form\u003e","brand":"Ashley Homestores","offers":[{"title":"Default Title","offer_id":34860595708058,"sku":"2430217","price":8080.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0418\/4047\/6314\/products\/24302-55-46-77-34-17_BIG.jpg?v=1593104221","url":"https:\/\/alrugaibfurnitureshop-com.myshopify.com\/products\/24302-chamberly-sectional","provider":"alrugaibfurnitureshop.com","version":"1.0","type":"link"}