{"rendered_products_top":"\n<div id=\"js-product-list-top\" class=\"row products-selection\">\n    \n        \n            <div class=\"col-md-6 hidden-sm-down-- total-products\">\n                                    \n                                                                                            \n\n                                                                                \n                                                    \n                <h2>Il y a 78 condenseur de climatisations pour PEUGEOT 308  disponibles.\n                <\/h2>\n\n                    <\/div>\n        <div class=\"col-md-6\">\n            <div class=\"row sort-by-row\">\n                <div class=\"col-md-6 col-xs-12 wrapper-sort-by\">\n                    \n                                                    <div class=\"products-sort-order dropdown\">\n    <button\n            class=\"btn-unstyle select-title\"\n            rel=\"nofollow\"\n            data-toggle=\"dropdown\"\n            aria-haspopup=\"true\"\n            aria-expanded=\"false\">\n                    Trier par : Pertinence\n                <i class=\"material-icons float-xs-right\">&#xE5C5;<\/i>\n    <\/button>\n    <div class=\"dropdown-menu\">\n                    <span\n                class=\"select-list atc current\"\n                data-atc=\"6373612e656d616e2e746375646f7270443325726564726f46332569692d3830332d3234313131463225746f65677565702d363237314632256e6f697461736974616d696c632d65642d727565736e65646e6f632d333030383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Pertinence\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6373612e65636972702e746375646f7270443325726564726f46332569692d3830332d3234313131463225746f65677565702d363237314632256e6f697461736974616d696c632d65642d727565736e65646e6f632d333030383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Prix, croissant\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"637365642e65636972702e746375646f7270443325726564726f46332569692d3830332d3234313131463225746f65677565702d363237314632256e6f697461736974616d696c632d65642d727565736e65646e6f632d333030383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Prix, d\u00e9croissant\n            <\/span>\n            <\/div>\n<\/div>\n                                            \n\n                                    <\/div>\n                <div class=\"col-md-6 col-xs-12 wrapper-sort-by\">\n                                            <div\n    class=\"products-sort-order dropdown\">\n    <button class=\"btn-unstyle select-title\" rel=\"nofollow\" data-toggle=\"dropdown\" aria-haspopup=\"true\"\n        aria-expanded=\"false\">\n                    Filtre : Neuf + Occasion\n                <i class=\"material-icons float-xs-right\">&#xE5C5;<\/i>\n    <\/button>\n    <div class=\"dropdown-menu\">\n                    <span\n                class=\"select-list atc current\"\n                data-atc=\"69692d3830332d3234313131463225746f65677565702d363237314632256e6f697461736974616d696c632d65642d727565736e65646e6f632d333030383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Neuf + Occasion\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6675656e4433256570797446332569692d3830332d3234313131463225746f65677565702d363237314632256e6f697461736974616d696c632d65642d727565736e65646e6f632d333030383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Pi\u00e8ces neuves\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6e6f69736163636f4433256570797446332569692d3830332d3234313131463225746f65677565702d363237314632256e6f697461736974616d696c632d65642d727565736e65646e6f632d333030383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Pi\u00e8ces d&#039;occasion\n            <\/span>\n            <\/div>\n<\/div>                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n<script>\n    (function () {\n        function decodeAtc(encodedValue) {\n            if (!encodedValue) {\n                return '';\n            }\n\n            var hex = encodedValue.replace(\/\\s+\/g, '');\n            var reversedEncodedUrl = '';\n\n            for (var i = 0; i < hex.length; i += 2) {\n                reversedEncodedUrl += String.fromCharCode(parseInt(hex.substr(i, 2), 16));\n            }\n\n            var encodedUrl = reversedEncodedUrl.split('').reverse().join('');\n            return decodeURIComponent(encodedUrl);\n        }\n\n        function redirectFromAtc(element, openInNewTab) {\n            var encodedUrl = element.getAttribute('data-atc');\n            var decodedUrl = decodeAtc(encodedUrl);\n            if (!decodedUrl) {\n                return;\n            }\n\n            if (openInNewTab) {\n                var newWindow = window.open(decodedUrl, '_blank');\n                if (newWindow) {\n                    newWindow.focus();\n                }\n            } else {\n                document.location.href = decodedUrl;\n            }\n        }\n\n        document.addEventListener('DOMContentLoaded', function () {\n            var atcLinks = document.getElementsByClassName('atc');\n            for (var i = 0; i < atcLinks.length; i++) {\n                atcLinks[i].addEventListener('click', function (event) {\n                    redirectFromAtc(this, event.ctrlKey || event.metaKey);\n                }, false);\n\n                atcLinks[i].addEventListener('keydown', function (event) {\n                    if (event.key === 'Enter' || event.key === ' ') {\n                        event.preventDefault();\n                        redirectFromAtc(this, event.ctrlKey || event.metaKey);\n                    }\n                }, false);\n            }\n        });\n    })();\n<\/script>\n","rendered_products":"<div id=\"js-product-list\">\n    <div class=\"products\">\n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"35316833\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-home_default.webp\">\n    <meta itemprop=\"description\" content=\" Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/35316833-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"65.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SARL BONNIEU\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/35316833-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\"> Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">SARL BONNIEU<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">Essence<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            65,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/35316833-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"11971765\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\">\n            <meta itemprop=\"sku\" content=\"Z8309002\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/11971765-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"97.97\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"DESGUACES GERARDO S.L.\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/11971765-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">DESGUACES GERARDO S.L.<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            97,97\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/11971765-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"45648332\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45648332-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"155.46\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Auto Recycling Teo Martin SA\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45648332-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">Auto Recycling Teo Martin SA<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            155,46\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45648332-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"45649059\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45649059-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"155.46\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Auto Recycling Teo Martin SA\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45649059-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">Auto Recycling Teo Martin SA<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            155,46\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45649059-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"15631940\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/15631940-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"73.50\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SARL Benoist Auto Pi\u00e8ces\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/15631940-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                CONDENSEUR CLIM (THERMIQUE - CLIMATISATION)\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">SARL Benoist Auto Pi\u00e8ces<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-code-branch detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Version :<\/strong><\/span>\n        <span class=\"detail-value\">1.6 THP 155CH ALLURE<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">Essence<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            73,50\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/15631940-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"17764449\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/17764449-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"105.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"POS BAZIN\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/17764449-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">POS BAZIN<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">Diesel<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-tachometer-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Kilom\u00e9trage :<\/strong><\/span>\n        <span class=\"detail-value\">189621<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            105,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/17764449-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"12689833\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/12689833-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"111.57\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"RECICLADOS AUTO4,S.L.\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/12689833-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">RECICLADOS AUTO4,S.L.<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            111,57\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/12689833-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"11532587\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/11532587-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"69.92\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"RECICLADOS AUTO4,S.L.\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/11532587-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">RECICLADOS AUTO4,S.L.<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-tachometer-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Kilom\u00e9trage :<\/strong><\/span>\n        <span class=\"detail-value\">1 km<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            69,92\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/11532587-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"11547989\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/11547989-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"69.92\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"RECICLADOS AUTO4,S.L.\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/11547989-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">RECICLADOS AUTO4,S.L.<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-tachometer-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Kilom\u00e9trage :<\/strong><\/span>\n        <span class=\"detail-value\">1 km<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            69,92\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/11547989-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"33043851\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/33043851-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"111.57\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"RECICLADOS AUTO4,S.L.\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/33043851-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">RECICLADOS AUTO4,S.L.<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-tachometer-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Kilom\u00e9trage :<\/strong><\/span>\n        <span class=\"detail-value\">182000 km<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            111,57\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/33043851-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"8124337\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/8124337-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"108.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"MARIE DIDIER AUTOMOBILES\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/8124337-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                CONDENSEUR CLIM (THERMIQUE - CLIMATISATION)\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">MARIE DIDIER AUTOMOBILES<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">Diesel<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-tachometer-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Kilom\u00e9trage :<\/strong><\/span>\n        <span class=\"detail-value\">160932 km<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            108,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    \n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/8124337-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"8128831\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/8128831-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"108.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"MARIE DIDIER AUTOMOBILES\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/8128831-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                CONDENSEUR CLIM (THERMIQUE - CLIMATISATION)\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">MARIE DIDIER AUTOMOBILES<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">Diesel<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-tachometer-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Kilom\u00e9trage :<\/strong><\/span>\n        <span class=\"detail-value\">112638 km<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            108,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    \n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/8128831-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"8123774\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/8123774-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"108.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"MARIE DIDIER AUTOMOBILES\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/8123774-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                CONDENSEUR CLIM (THERMIQUE - CLIMATISATION)\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">MARIE DIDIER AUTOMOBILES<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">Diesel<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            108,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    \n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/8123774-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"27067808\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/27067808-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"118.51\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Autodesguaces Otoniel SL\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/27067808-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">Autodesguaces Otoniel SL<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            118,51\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/27067808-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"45408988\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45408988-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"120.98\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Autodesguaces Otoniel SL\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45408988-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">Autodesguaces Otoniel SL<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            120,98\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45408988-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"44638115\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\">\n            <meta itemprop=\"sku\" content=\"18003\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/44638115-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"84.50\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Recuperaciones Valdizarbe S.L.\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/44638115-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">Recuperaciones Valdizarbe S.L.<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            84,50\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/44638115-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"44636554\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\">\n            <meta itemprop=\"sku\" content=\"18003\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/44636554-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"101.40\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Recuperaciones Valdizarbe S.L.\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/44636554-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">Recuperaciones Valdizarbe S.L.<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-tachometer-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Kilom\u00e9trage :<\/strong><\/span>\n        <span class=\"detail-value\">20980<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            101,40\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/44636554-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"45800874\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\">\n            <meta itemprop=\"sku\" content=\"128140881\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45800874-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"80.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"ECO-CASSE\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45800874-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">ECO-CASSE<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">Diesel<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            80,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45800874-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"35664339\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\">\n            <meta itemprop=\"sku\" content=\"85022759\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/35664339-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"100.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"ECO-CASSE\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/35664339-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">ECO-CASSE<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">Essence<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            100,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/35664339-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"38095635\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\">\n            <meta itemprop=\"sku\" content=\"121732581\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/38095635-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"85.64\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"ECO-CASSE\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/38095635-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Condenseur de climatisation d&#039;occasion pour PEUGEOT 308 II\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">ECO-CASSE<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">Diesel<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            85,64\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/38095635-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n        \n                                                                                                            <\/div>\n    \n                    \n\n    <nav class=\"pagination-infinite\">\n        <div class=\"row\">\n            <div class=\"col-lg-12\">\n                <a href=\"https:\/\/boutique.francecasse.fr\/module\/fctamponproduct\/listing?id_category=18003&amp;id_category_marque=1726&amp;id_category_modele=11142&amp;ajax=1&amp;action=products&amp;perPage=20&amp;page=2\" class=\"show-more-products js-search-link-\">\n                                            Afficher plus de pi\u00e8ces\n                                    <\/a>\n            <\/div>\n        <\/div>\n    <\/nav>\n            \n\n            \n    \n<\/div>\n","rendered_products_bottom":"<div id=\"js-product-list-bottom\"><\/div>\n","result":{},"label":"Cat\u00e9gorie : Condenseur de climatisation","products":[{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=35316833&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"35316833","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/35316833-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","canonical_url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/35316833-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"35316833","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"65,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 05:26:09","date_upd":"2026-01-16 16:30:06","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","meta_description":"","meta_keywords":"","meta_title":"","name":" Condenseur de climatisation d'occasion pour PEUGEOT 308 II","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"35316833-123603250","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/35316833-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":59.09,"price_without_reduction":64.999,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"123603249","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2023_2\/67455971-5d011e8e22f3281b8197b3566d72fc92ff4b1a918ac476559871d5c9740af932_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/0\/123603250-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/0\/123603250-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/0\/123603250-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/0\/123603250-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/0\/123603250-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/0\/123603250-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/0\/123603250-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/0\/123603250-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603250","position":"2","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2023_2\/67455971-dc19d2eb3bb91ede9e08e601f6217a7d9c051d3b94c4fd26360a7fc04a8514ae_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/1\/123603251-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/1\/123603251-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/1\/123603251-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/1\/123603251-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/1\/123603251-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/1\/123603251-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/1\/123603251-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/1\/123603251-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603251","position":"3","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2023_2\/67455971-6a36299dd4f0c4588b82ceb4679d75e1b6a1d9cd0b1e4b4aac7e3e46443930cf_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/2\/123603252-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/2\/123603252-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/2\/123603252-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/2\/123603252-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/2\/123603252-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/2\/123603252-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/2\/123603252-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/2\/123603252-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603252","position":"4","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-eaf128f61310d3fd091ccc2f800a014edb9f0441a055e161ef8f18318e40b822_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/3\/123603253-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/3\/123603253-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/3\/123603253-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/3\/123603253-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/3\/123603253-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/3\/123603253-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/3\/123603253-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/3\/123603253-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603253","position":"5","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-3d783ac50eac42b51de1c22ea00ebeb5cfeceedca4dcc63525df802e63fb38d9_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/4\/123603254-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/4\/123603254-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/4\/123603254-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/4\/123603254-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/4\/123603254-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/4\/123603254-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/4\/123603254-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/4\/123603254-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603254","position":"6","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-f8d93cae69c4b5ea117098d8823d34325427d969d91510eda6864b5b2b447f5d_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/5\/123603255-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/5\/123603255-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/5\/123603255-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/5\/123603255-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/5\/123603255-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/5\/123603255-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/5\/123603255-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/5\/123603255-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603255","position":"7","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-8170af3f2bd77f1b73b59dcc30cb17e0575f19d9bc42b4dbf82839d4f165dec6_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/6\/123603256-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/6\/123603256-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/6\/123603256-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/6\/123603256-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/6\/123603256-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/6\/123603256-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/6\/123603256-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/6\/123603256-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603256","position":"8","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-1f9863f6ce5c5b39131e6f6e6c46f2c073c81cd9c9423b8d2f82376aedfde3b9_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/7\/123603257-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/7\/123603257-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/7\/123603257-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/7\/123603257-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/7\/123603257-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/7\/123603257-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/7\/123603257-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/7\/123603257-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603257","position":"9","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-d437bcc6efed8da8c2f22f97bc7fb55d94141464d602941fc4c77944fd7daef2_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/8\/123603258-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/8\/123603258-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/8\/123603258-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/8\/123603258-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/8\/123603258-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/8\/123603258-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/8\/123603258-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/8\/123603258-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603258","position":"10","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-b412a7b354cc50c207d326a0f87cab25dbdeba4e304df953a8fc8dc3af89da59_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/9\/123603259-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/9\/123603259-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/9\/123603259-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/9\/123603259-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/9\/123603259-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/9\/123603259-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/9\/123603259-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/9\/123603259-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603259","position":"11","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-909c83636c1f6566a073884c15b945fbdbbdee1e651dfb2c9153227fc3c20d97_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/0\/123603260-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/0\/123603260-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/0\/123603260-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/0\/123603260-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/0\/123603260-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/0\/123603260-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/0\/123603260-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/0\/123603260-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603260","position":"12","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-630ff2e568587b61fbcdbeccd7aa22e1f0604553bbb9cfd1fbe1ee00c3451f9a_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/1\/123603261-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/1\/123603261-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/1\/123603261-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/1\/123603261-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/1\/123603261-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/1\/123603261-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/1\/123603261-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/1\/123603261-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603261","position":"13","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-d6c164c10f30b6c0ad7a3580bd9e20a337b246a624df07ee88241d9663095e1b_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/2\/123603262-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/2\/123603262-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/2\/123603262-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/2\/123603262-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/2\/123603262-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/2\/123603262-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/2\/123603262-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/2\/123603262-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603262","position":"14","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-3566c9cff84a6e5b377ad75d06d7812fc82a29aaf68d1bcd358a2e524f79df08_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/3\/123603263-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/3\/123603263-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/3\/123603263-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/3\/123603263-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/3\/123603263-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/3\/123603263-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/3\/123603263-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/3\/123603263-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603263","position":"15","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-9c130876afd1b156b77b183dd039cf8ada2d992e4001eaf99686b4cf58c5e425_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/4\/123603264-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/4\/123603264-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/4\/123603264-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/4\/123603264-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/4\/123603264-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/4\/123603264-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/4\/123603264-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/4\/123603264-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603264","position":"16","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-66d92e143455753bda9cd074e2fa7483748d755ead0c755ef7b3d6e0c9de5798_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/5\/123603265-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/5\/123603265-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/5\/123603265-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/5\/123603265-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/5\/123603265-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/5\/123603265-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/5\/123603265-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/5\/123603265-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603265","position":"17","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-76ff18d097783bad35a936749c6ed5857ba72f3dab3e38af76140ed8ce265e7d_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/6\/123603266-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/6\/123603266-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/6\/123603266-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/6\/123603266-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/6\/123603266-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/6\/123603266-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/6\/123603266-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/6\/123603266-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603266","position":"18","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-9fd813eda8e91127612a61338233e4d1a90dc81c12d74d7818237abd85693fdb_mtn.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"123603249","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2023_2\/67455971-5d011e8e22f3281b8197b3566d72fc92ff4b1a918ac476559871d5c9740af932_mtn.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":65,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Energie":{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"35316833","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"2","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"65,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 05:26:09","date_upd":"2026-01-16 16:30:06","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"91:67455971","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"91:VF3L35FVGDS211716","code_moteur_field":"EP6CDT_5FV","vehicule_ref_id":"VF3L35FVGDS211716","vehicule_ktype":"59725","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"PEUGEOT","origin_modele":"308 2 PHASE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Condenseur de clim","id_category_piece":"18003","id_category_marque":"1726","id_category_modele":"11142","id_category_version":"11142","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"","origin_modele_id":"","origin_piece_id":"","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"10.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"91","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":" Condenseur de climatisation d'occasion pour PEUGEOT 308 II","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"1811","id_modele_parent":"8806","id_energie":"16532","id_seller":"91","id_country_seller":"8","id_image":"35316833-123603250","prix":"64.999000","energie":"Essence","libelle":" Condenseur de climatisation d'occasion pour PEUGEOT 308 II","seller_name":"SARL BONNIEU","ordre_affichage":"1811","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-home_default.webp","fdp_incluse":"1","code_moteur":"EP6CDT_5FV","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/35316833-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":59.09,"price_without_reduction":64.999,"price_without_reduction_without_tax":59.09,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"123603249","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2023_2\/67455971-5d011e8e22f3281b8197b3566d72fc92ff4b1a918ac476559871d5c9740af932_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/0\/123603250-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/0\/123603250-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/0\/123603250-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/0\/123603250-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/0\/123603250-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/0\/123603250-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/0\/123603250-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/0\/123603250-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603250","position":"2","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2023_2\/67455971-dc19d2eb3bb91ede9e08e601f6217a7d9c051d3b94c4fd26360a7fc04a8514ae_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/1\/123603251-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/1\/123603251-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/1\/123603251-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/1\/123603251-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/1\/123603251-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/1\/123603251-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/1\/123603251-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/1\/123603251-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603251","position":"3","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2023_2\/67455971-6a36299dd4f0c4588b82ceb4679d75e1b6a1d9cd0b1e4b4aac7e3e46443930cf_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/2\/123603252-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/2\/123603252-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/2\/123603252-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/2\/123603252-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/2\/123603252-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/2\/123603252-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/2\/123603252-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/2\/123603252-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603252","position":"4","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-eaf128f61310d3fd091ccc2f800a014edb9f0441a055e161ef8f18318e40b822_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/3\/123603253-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/3\/123603253-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/3\/123603253-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/3\/123603253-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/3\/123603253-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/3\/123603253-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/3\/123603253-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/3\/123603253-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603253","position":"5","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-3d783ac50eac42b51de1c22ea00ebeb5cfeceedca4dcc63525df802e63fb38d9_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/4\/123603254-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/4\/123603254-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/4\/123603254-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/4\/123603254-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/4\/123603254-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/4\/123603254-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/4\/123603254-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/4\/123603254-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603254","position":"6","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-f8d93cae69c4b5ea117098d8823d34325427d969d91510eda6864b5b2b447f5d_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/5\/123603255-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/5\/123603255-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/5\/123603255-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/5\/123603255-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/5\/123603255-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/5\/123603255-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/5\/123603255-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/5\/123603255-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603255","position":"7","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-8170af3f2bd77f1b73b59dcc30cb17e0575f19d9bc42b4dbf82839d4f165dec6_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/6\/123603256-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/6\/123603256-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/6\/123603256-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/6\/123603256-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/6\/123603256-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/6\/123603256-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/6\/123603256-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/6\/123603256-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603256","position":"8","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-1f9863f6ce5c5b39131e6f6e6c46f2c073c81cd9c9423b8d2f82376aedfde3b9_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/7\/123603257-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/7\/123603257-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/7\/123603257-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/7\/123603257-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/7\/123603257-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/7\/123603257-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/7\/123603257-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/7\/123603257-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603257","position":"9","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-d437bcc6efed8da8c2f22f97bc7fb55d94141464d602941fc4c77944fd7daef2_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/8\/123603258-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/8\/123603258-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/8\/123603258-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/8\/123603258-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/8\/123603258-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/8\/123603258-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/8\/123603258-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/8\/123603258-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603258","position":"10","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-b412a7b354cc50c207d326a0f87cab25dbdeba4e304df953a8fc8dc3af89da59_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/9\/123603259-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/9\/123603259-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/9\/123603259-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/9\/123603259-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/9\/123603259-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/9\/123603259-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/9\/123603259-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/5\/9\/123603259-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603259","position":"11","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-909c83636c1f6566a073884c15b945fbdbbdee1e651dfb2c9153227fc3c20d97_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/0\/123603260-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/0\/123603260-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/0\/123603260-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/0\/123603260-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/0\/123603260-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/0\/123603260-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/0\/123603260-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/0\/123603260-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603260","position":"12","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-630ff2e568587b61fbcdbeccd7aa22e1f0604553bbb9cfd1fbe1ee00c3451f9a_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/1\/123603261-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/1\/123603261-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/1\/123603261-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/1\/123603261-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/1\/123603261-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/1\/123603261-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/1\/123603261-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/1\/123603261-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603261","position":"13","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-d6c164c10f30b6c0ad7a3580bd9e20a337b246a624df07ee88241d9663095e1b_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/2\/123603262-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/2\/123603262-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/2\/123603262-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/2\/123603262-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/2\/123603262-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/2\/123603262-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/2\/123603262-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/2\/123603262-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603262","position":"14","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-3566c9cff84a6e5b377ad75d06d7812fc82a29aaf68d1bcd358a2e524f79df08_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/3\/123603263-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/3\/123603263-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/3\/123603263-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/3\/123603263-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/3\/123603263-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/3\/123603263-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/3\/123603263-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/3\/123603263-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603263","position":"15","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-9c130876afd1b156b77b183dd039cf8ada2d992e4001eaf99686b4cf58c5e425_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/4\/123603264-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/4\/123603264-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/4\/123603264-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/4\/123603264-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/4\/123603264-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/4\/123603264-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/4\/123603264-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/4\/123603264-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603264","position":"16","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-66d92e143455753bda9cd074e2fa7483748d755ead0c755ef7b3d6e0c9de5798_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/5\/123603265-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/5\/123603265-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/5\/123603265-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/5\/123603265-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/5\/123603265-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/5\/123603265-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/5\/123603265-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/5\/123603265-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603265","position":"17","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-76ff18d097783bad35a936749c6ed5857ba72f3dab3e38af76140ed8ce265e7d_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/6\/123603266-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/6\/123603266-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/6\/123603266-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/6\/123603266-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/6\/123603266-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/6\/123603266-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/6\/123603266-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/6\/6\/123603266-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"123603266","position":"18","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2022_9\/Vehicule-PEUGEOT-308-2-PHASE-1-2014-9fd813eda8e91127612a61338233e4d1a90dc81c12d74d7818237abd85693fdb_mtn.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/3\/6\/0\/3\/2\/4\/9\/123603249-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"123603249","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/101\/2023_2\/67455971-5d011e8e22f3281b8197b3566d72fc92ff4b1a918ac476559871d5c9740af932_mtn.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":65,"regular_price_amount":65,"regular_price":"65,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=11971765&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"11971765","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/11971765-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","canonical_url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/11971765-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","condition":false,"delivery_information":"","embedded_attributes":{"id_product":"11971765","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"97,97\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"Z8309002","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"0","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 19:23:56","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"11971765-57724058","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/11971765-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":97.97,"price_without_reduction":97.97,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"RADIATEUR EAU aire acondicionado Peugeot 308 (2013-&gt;) 1.6 Allure [1,6 Ltr. - 92 kW 16V TURBOCOMPRESSEUR] 5F02 .","id_feature":"24","position":"22"},{"name":"Moteur","value":null,"id_feature":"90","position":"87"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"57724057","position":"1","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/bf\/47\/131166\/bf477a77-cd57-456e-87e8-4b0d50346d79.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/8\/57724058-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/8\/57724058-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/8\/57724058-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/8\/57724058-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/8\/57724058-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/8\/57724058-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/8\/57724058-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/8\/57724058-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"57724058","position":"2","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/d8\/ee\/131166\/d8ee6349-be4c-4680-b0fc-a910da182440.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/9\/57724059-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/9\/57724059-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/9\/57724059-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/9\/57724059-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/9\/57724059-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/9\/57724059-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/9\/57724059-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/9\/57724059-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"57724059","position":"3","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/ae\/9b\/131166\/ae9bc7a5-ae86-4d6b-8792-15897b927b2a.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/0\/57724060-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/0\/57724060-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/0\/57724060-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/0\/57724060-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/0\/57724060-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/0\/57724060-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/0\/57724060-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/0\/57724060-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"57724060","position":"4","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/10\/8e\/131166\/108e47df-b195-43fd-a468-145d3858c278.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/1\/57724061-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/1\/57724061-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/1\/57724061-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/1\/57724061-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/1\/57724061-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/1\/57724061-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/1\/57724061-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/1\/57724061-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"57724061","position":"5","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/dc\/76\/131166\/dc76ed05-fd03-4f9f-98c2-261d8c1d92b1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"57724057","position":"1","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/bf\/47\/131166\/bf477a77-cd57-456e-87e8-4b0d50346d79.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":97.97,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"Z8309002","grouped_features":{"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Remarques":{"name":"Remarques","value":"RADIATEUR EAU aire acondicionado Peugeot 308 (2013-&gt;) 1.6 Allure [1,6 Ltr. - 92 kW 16V TURBOCOMPRESSEUR] 5F02 .","id_feature":"24","position":"22"},"Moteur":{"name":"Moteur","value":null,"id_feature":"90","position":"87"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"11971765","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"97,97\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"Z8309002","supplier_reference":"9673629780","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"0","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 19:23:56","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"59:GFH00OA3CX\/131166","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"EP6CDT(5FA)","vehicule_ref_id":"VF3L35FAGDS165059","vehicule_ktype":"","vehicule_ref_etat":"4","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E2G","origin_modele":"A0003OBS","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS00439X","id_category_piece":"18003","id_category_marque":"1726","id_category_modele":"11142","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2G","origin_modele_id":"A0003OBS","origin_piece_id":"PS00439X","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"59","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2505913","id_modele_parent":"8806","id_energie":"0","id_seller":"59","id_country_seller":"6","id_image":"11971765-57724058","prix":"97.970000","energie":"","libelle":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","seller_name":"DESGUACES GERARDO S.L.","ordre_affichage":"11128","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-home_default.webp","fdp_incluse":"1","code_moteur":"EP6CDT(5FA)","reference_constructeur":"9673629780","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/11971765-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":97.97,"price_without_reduction":97.97,"price_without_reduction_without_tax":97.97,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"RADIATEUR EAU aire acondicionado Peugeot 308 (2013-&gt;) 1.6 Allure [1,6 Ltr. - 92 kW 16V TURBOCOMPRESSEUR] 5F02 .","id_feature":"24","position":"22"},{"name":"Moteur","value":null,"id_feature":"90","position":"87"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"57724057","position":"1","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/bf\/47\/131166\/bf477a77-cd57-456e-87e8-4b0d50346d79.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/8\/57724058-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/8\/57724058-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/8\/57724058-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/8\/57724058-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/8\/57724058-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/8\/57724058-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/8\/57724058-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/8\/57724058-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"57724058","position":"2","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/d8\/ee\/131166\/d8ee6349-be4c-4680-b0fc-a910da182440.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/9\/57724059-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/9\/57724059-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/9\/57724059-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/9\/57724059-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/9\/57724059-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/9\/57724059-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/9\/57724059-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/9\/57724059-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"57724059","position":"3","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/ae\/9b\/131166\/ae9bc7a5-ae86-4d6b-8792-15897b927b2a.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/0\/57724060-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/0\/57724060-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/0\/57724060-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/0\/57724060-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/0\/57724060-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/0\/57724060-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/0\/57724060-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/0\/57724060-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"57724060","position":"4","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/10\/8e\/131166\/108e47df-b195-43fd-a468-145d3858c278.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/1\/57724061-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/1\/57724061-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/1\/57724061-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/1\/57724061-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/1\/57724061-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/1\/57724061-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/1\/57724061-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/6\/1\/57724061-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"57724061","position":"5","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/dc\/76\/131166\/dc76ed05-fd03-4f9f-98c2-261d8c1d92b1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/2\/4\/0\/5\/7\/57724057-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"57724057","position":"1","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/bf\/47\/131166\/bf477a77-cd57-456e-87e8-4b0d50346d79.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":97.97,"regular_price_amount":97.97,"regular_price":"97,97\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=45648332&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"45648332","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45648332-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","canonical_url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45648332-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"45648332","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"155,46\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 20:33:07","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"45648332-157006596","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45648332-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":155.46,"price_without_reduction":155.46,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":null,"id_feature":"24","position":"22"},{"name":"Moteur","value":null,"id_feature":"90","position":"87"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"157006578","position":"1","id_origin":"https:\/\/autorecyclingteomartin.com\/img\/p\/3\/5\/0\/0\/1\/35001.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/9\/6\/157006596-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/9\/6\/157006596-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/9\/6\/157006596-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/9\/6\/157006596-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/9\/6\/157006596-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/9\/6\/157006596-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/9\/6\/157006596-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/9\/6\/157006596-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157006596","position":"2","id_origin":"https:\/\/autorecyclingteomartin.com\/img\/p\/3\/5\/0\/1\/9\/35019.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/6\/0\/9\/157006609-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/6\/0\/9\/157006609-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/6\/0\/9\/157006609-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/6\/0\/9\/157006609-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/6\/0\/9\/157006609-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/6\/0\/9\/157006609-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/6\/0\/9\/157006609-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/6\/0\/9\/157006609-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157006609","position":"3","id_origin":"https:\/\/autorecyclingteomartin.com\/img\/p\/3\/5\/0\/4\/1\/35041.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"157006578","position":"1","id_origin":"https:\/\/autorecyclingteomartin.com\/img\/p\/3\/5\/0\/0\/1\/35001.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":155.46,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Remarques":{"name":"Remarques","value":null,"id_feature":"24","position":"22"},"Moteur":{"name":"Moteur","value":null,"id_feature":"90","position":"87"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"45648332","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"155,46\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"9816746580B","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 20:33:07","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"74:T6H01RBI9O\/774440","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"DV6FD(BHY)","vehicule_ref_id":"VF3LBBHYBHS255148","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E2G","origin_modele":"A0003PWK","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS004442","id_category_piece":"18003","id_category_marque":"1726","id_category_modele":"11142","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2G","origin_modele_id":"A0003PWK","origin_piece_id":"PS004442","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"74","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2505914","id_modele_parent":"8806","id_energie":"0","id_seller":"74","id_country_seller":"6","id_image":"45648332-157006596","prix":"155.460000","energie":"","libelle":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","seller_name":"Auto Recycling Teo Martin SA","ordre_affichage":"11129","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-home_default.webp","fdp_incluse":"1","code_moteur":"DV6FD(BHY)","reference_constructeur":"9816746580B","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45648332-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":155.46,"price_without_reduction":155.46,"price_without_reduction_without_tax":155.46,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":null,"id_feature":"24","position":"22"},{"name":"Moteur","value":null,"id_feature":"90","position":"87"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"157006578","position":"1","id_origin":"https:\/\/autorecyclingteomartin.com\/img\/p\/3\/5\/0\/0\/1\/35001.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/9\/6\/157006596-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/9\/6\/157006596-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/9\/6\/157006596-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/9\/6\/157006596-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/9\/6\/157006596-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/9\/6\/157006596-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/9\/6\/157006596-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/9\/6\/157006596-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157006596","position":"2","id_origin":"https:\/\/autorecyclingteomartin.com\/img\/p\/3\/5\/0\/1\/9\/35019.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/6\/0\/9\/157006609-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/6\/0\/9\/157006609-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/6\/0\/9\/157006609-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/6\/0\/9\/157006609-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/6\/0\/9\/157006609-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/6\/0\/9\/157006609-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/6\/0\/9\/157006609-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/6\/0\/9\/157006609-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157006609","position":"3","id_origin":"https:\/\/autorecyclingteomartin.com\/img\/p\/3\/5\/0\/4\/1\/35041.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/6\/5\/7\/8\/157006578-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"157006578","position":"1","id_origin":"https:\/\/autorecyclingteomartin.com\/img\/p\/3\/5\/0\/0\/1\/35001.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":155.46,"regular_price_amount":155.46,"regular_price":"155,46\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=45649059&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"45649059","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45649059-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","canonical_url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45649059-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"45649059","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"155,46\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 20:33:19","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"45649059-157008654","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45649059-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":155.46,"price_without_reduction":155.46,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":null,"id_feature":"24","position":"22"},{"name":"Moteur","value":null,"id_feature":"90","position":"87"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"157008637","position":"1","id_origin":"https:\/\/autorecyclingteomartin.com\/img\/p\/1\/7\/1\/5\/5\/6\/171556.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/5\/4\/157008654-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/5\/4\/157008654-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/5\/4\/157008654-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/5\/4\/157008654-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/5\/4\/157008654-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/5\/4\/157008654-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/5\/4\/157008654-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/5\/4\/157008654-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157008654","position":"2","id_origin":"https:\/\/autorecyclingteomartin.com\/img\/p\/1\/7\/1\/5\/6\/2\/171562.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/7\/1\/157008671-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/7\/1\/157008671-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/7\/1\/157008671-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/7\/1\/157008671-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/7\/1\/157008671-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/7\/1\/157008671-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/7\/1\/157008671-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/7\/1\/157008671-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157008671","position":"3","id_origin":"https:\/\/autorecyclingteomartin.com\/img\/p\/1\/7\/1\/5\/6\/7\/171567.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/8\/6\/157008686-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/8\/6\/157008686-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/8\/6\/157008686-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/8\/6\/157008686-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/8\/6\/157008686-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/8\/6\/157008686-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/8\/6\/157008686-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/8\/6\/157008686-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157008686","position":"4","id_origin":"https:\/\/autorecyclingteomartin.com\/img\/p\/1\/7\/1\/5\/7\/1\/171571.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"157008637","position":"1","id_origin":"https:\/\/autorecyclingteomartin.com\/img\/p\/1\/7\/1\/5\/5\/6\/171556.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":155.46,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Remarques":{"name":"Remarques","value":null,"id_feature":"24","position":"22"},"Moteur":{"name":"Moteur","value":null,"id_feature":"90","position":"87"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"45649059","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"155,46\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"9816746580","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 20:33:19","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"74:T6H01RBKA4\/800901","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"EB2DT(HNZ)","vehicule_ref_id":"VF3LPHNZBGS026143","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E2G","origin_modele":"A0003PWH","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS004442","id_category_piece":"18003","id_category_marque":"1726","id_category_modele":"11142","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2G","origin_modele_id":"A0003PWH","origin_piece_id":"PS004442","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"74","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2505915","id_modele_parent":"8806","id_energie":"0","id_seller":"74","id_country_seller":"6","id_image":"45649059-157008654","prix":"155.460000","energie":"","libelle":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","seller_name":"Auto Recycling Teo Martin SA","ordre_affichage":"11130","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-home_default.webp","fdp_incluse":"1","code_moteur":"EB2DT(HNZ)","reference_constructeur":"9816746580","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45649059-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":155.46,"price_without_reduction":155.46,"price_without_reduction_without_tax":155.46,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":null,"id_feature":"24","position":"22"},{"name":"Moteur","value":null,"id_feature":"90","position":"87"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"157008637","position":"1","id_origin":"https:\/\/autorecyclingteomartin.com\/img\/p\/1\/7\/1\/5\/5\/6\/171556.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/5\/4\/157008654-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/5\/4\/157008654-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/5\/4\/157008654-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/5\/4\/157008654-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/5\/4\/157008654-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/5\/4\/157008654-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/5\/4\/157008654-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/5\/4\/157008654-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157008654","position":"2","id_origin":"https:\/\/autorecyclingteomartin.com\/img\/p\/1\/7\/1\/5\/6\/2\/171562.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/7\/1\/157008671-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/7\/1\/157008671-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/7\/1\/157008671-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/7\/1\/157008671-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/7\/1\/157008671-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/7\/1\/157008671-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/7\/1\/157008671-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/7\/1\/157008671-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157008671","position":"3","id_origin":"https:\/\/autorecyclingteomartin.com\/img\/p\/1\/7\/1\/5\/6\/7\/171567.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/8\/6\/157008686-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/8\/6\/157008686-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/8\/6\/157008686-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/8\/6\/157008686-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/8\/6\/157008686-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/8\/6\/157008686-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/8\/6\/157008686-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/8\/6\/157008686-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157008686","position":"4","id_origin":"https:\/\/autorecyclingteomartin.com\/img\/p\/1\/7\/1\/5\/7\/1\/171571.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/0\/0\/8\/6\/3\/7\/157008637-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"157008637","position":"1","id_origin":"https:\/\/autorecyclingteomartin.com\/img\/p\/1\/7\/1\/5\/5\/6\/171556.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":155.46,"regular_price_amount":155.46,"regular_price":"155,46\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=15631940&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"15631940","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/15631940-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","canonical_url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/15631940-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"15631940","id_supplier":"0","id_manufacturer":"0","id_category_default":"18003","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"73,50\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 20:32:28","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"CONDENSEUR CLIM (THERMIQUE - CLIMATISATION)","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"15631940-72752190","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/15631940-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":66.81818,"price_without_reduction":73.499998,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"BLANC","id_feature":"2","position":"1"},{"name":"Version","value":"1.6 THP 155CH ALLURE","id_feature":"3","position":"2"},{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Date de mise en circulation","value":"30\/09\/2013","id_feature":"18","position":"16"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"72752189","position":"1","id_origin":"https:\/\/services-atemo.agoravita.com\/photos\/BENOIST_MON\/pieces\/19310220022_2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/9\/0\/72752190-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/9\/0\/72752190-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/9\/0\/72752190-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/9\/0\/72752190-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/9\/0\/72752190-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/9\/0\/72752190-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/9\/0\/72752190-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/9\/0\/72752190-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"72752190","position":"2","id_origin":"https:\/\/services-atemo.agoravita.com\/photos\/BENOIST_MON\/pieces\/19310220022_1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"72752189","position":"1","id_origin":"https:\/\/services-atemo.agoravita.com\/photos\/BENOIST_MON\/pieces\/19310220022_2.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":73.5,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Couleur":{"name":"Couleur","value":"BLANC","id_feature":"2","position":"1"},"Version":{"name":"Version","value":"1.6 THP 155CH ALLURE","id_feature":"3","position":"2"},"Energie":{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},"Puissance cheveaux":{"name":"Puissance cheveaux","value":"\n","id_feature":"15","position":"13"},"Cylindr\u00e9e":{"name":"Cylindr\u00e9e","value":"\n","id_feature":"16","position":"14"},"Puissance DIN":{"name":"Puissance DIN","value":"\n","id_feature":"17","position":"15"},"Date de mise en circulation":{"name":"Date de mise en circulation","value":"30\/09\/2013","id_feature":"18","position":"16"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"\n","id_feature":"19","position":"17"},"Nombre de portes":{"name":"Nombre de portes","value":"\n","id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"15631940","id_supplier":"0","id_manufacturer":"0","id_category_default":"18003","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"2","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"73,50\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"9816746580","location":"M21K2001","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 20:32:28","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"68:B220_19310220022","casse":"47485","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"24.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"DJ693AP","vehicule_origin_id":"68:DJ693AP20022M10PGTVP009C012","code_moteur_field":"","vehicule_ref_id":"VF3L35FVGDS164018","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"PEUGEOT","origin_modele":"308","origin_modele_parent":"308","origin_modele_parent_id":"308","origin_version":"","origin_piece":"CONDENSEUR CLIM (THERMIQUE - CLIMATISATION)","id_category_piece":"18003","id_category_marque":"1726","id_category_modele":"11142","id_category_version":"11139","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"PEUGEOT","origin_modele_id":"308","origin_piece_id":"CONDENSEUR CLIM (THERMIQUE - CLIMATISATION)","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"68","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"CONDENSEUR CLIM (THERMIQUE - CLIMATISATION)","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2505916","id_modele_parent":"8806","id_energie":"16532","id_seller":"68","id_country_seller":"8","id_image":"15631940-72752190","prix":"73.499998","energie":"Essence","libelle":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","seller_name":"SARL Benoist Auto Pi\u00e8ces","ordre_affichage":"11131","snipet":"[{\"value\":\"1.6 THP 155CH ALLURE\",\"name\":\"Version\"},{\"value\":\"Essence\",\"name\":\"Energie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"9816746580","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/15631940-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":66.81818,"price_without_reduction":73.499998,"price_without_reduction_without_tax":66.81818,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"BLANC","id_feature":"2","position":"1"},{"name":"Version","value":"1.6 THP 155CH ALLURE","id_feature":"3","position":"2"},{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Date de mise en circulation","value":"30\/09\/2013","id_feature":"18","position":"16"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"72752189","position":"1","id_origin":"https:\/\/services-atemo.agoravita.com\/photos\/BENOIST_MON\/pieces\/19310220022_2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/9\/0\/72752190-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/9\/0\/72752190-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/9\/0\/72752190-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/9\/0\/72752190-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/9\/0\/72752190-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/9\/0\/72752190-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/9\/0\/72752190-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/9\/0\/72752190-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"72752190","position":"2","id_origin":"https:\/\/services-atemo.agoravita.com\/photos\/BENOIST_MON\/pieces\/19310220022_1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/2\/7\/5\/2\/1\/8\/9\/72752189-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"72752189","position":"1","id_origin":"https:\/\/services-atemo.agoravita.com\/photos\/BENOIST_MON\/pieces\/19310220022_2.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":73.5,"regular_price_amount":73.5,"regular_price":"73,50\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=17764449&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"17764449","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/17764449-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","canonical_url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/17764449-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"17764449","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"105,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-21 01:04:07","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"17764449-89886606","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/17764449-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":105,"price_without_reduction":105,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"189621","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"89886606","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2024\/06\/89551071-509744c7-c26d-4534-88f8-3b500cde8e12-Piece-Condenseur-de-clim-9816746580-PEUGEOT-308-2-PHASE-1-3da19bbe4cf976c4c0ffd6f540f25995e8d87e01e599cf21998b423434811883_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"89886606","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2024\/06\/89551071-509744c7-c26d-4534-88f8-3b500cde8e12-Piece-Condenseur-de-clim-9816746580-PEUGEOT-308-2-PHASE-1-3da19bbe4cf976c4c0ffd6f540f25995e8d87e01e599cf21998b423434811883_o.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":105,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Version":{"name":"Version","value":null,"id_feature":"3","position":"2"},"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"189621","id_feature":"19","position":"17"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"17764449","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"105,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"9816746580","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-21 01:04:07","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"69:89551071","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"[{\"id\":\"12808712\"},{\"id\":\"12808713\"},{\"id\":\"12808714\"},{\"id\":\"12808715\"},{\"id\":\"12808716\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"69:VF3LB9HCGES081564","code_moteur_field":"DV6C_9HC","vehicule_ref_id":"VF3LB9HCGES081564","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"PEUGEOT","origin_modele":"308 2","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Condenseur de clim","id_category_piece":"18003","id_category_marque":"1726","id_category_modele":"11142","id_category_version":"11142","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"","origin_modele_id":"","origin_piece_id":"","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"69","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2505917","id_modele_parent":"8806","id_energie":"16523","id_seller":"69","id_country_seller":"8","id_image":"17764449-89886606","prix":"105.000000","energie":"Diesel","libelle":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","seller_name":"POS BAZIN","ordre_affichage":"11132","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"189621\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-home_default.webp","fdp_incluse":"1","code_moteur":"DV6C_9HC","reference_constructeur":"9816746580","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/17764449-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":105,"price_without_reduction":105,"price_without_reduction_without_tax":105,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"189621","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"89886606","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2024\/06\/89551071-509744c7-c26d-4534-88f8-3b500cde8e12-Piece-Condenseur-de-clim-9816746580-PEUGEOT-308-2-PHASE-1-3da19bbe4cf976c4c0ffd6f540f25995e8d87e01e599cf21998b423434811883_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/9\/8\/8\/6\/6\/0\/6\/89886606-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"89886606","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2024\/06\/89551071-509744c7-c26d-4534-88f8-3b500cde8e12-Piece-Condenseur-de-clim-9816746580-PEUGEOT-308-2-PHASE-1-3da19bbe4cf976c4c0ffd6f540f25995e8d87e01e599cf21998b423434811883_o.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":105,"regular_price_amount":105,"regular_price":"105,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=12689833&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"12689833","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/12689833-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","canonical_url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/12689833-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"12689833","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"111,57\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 22:35:39","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"12689833-60348620","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/12689833-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":111.57,"price_without_reduction":111.57,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":"9673629480 -- 9673629780 -- Z8309002 -- Z8309004 545 mm x 363 mm x 12 MM","id_feature":"24","position":"22"},{"name":"Moteur","value":null,"id_feature":"90","position":"87"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"60348618","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/2\/6\/2\/6\/0\/3\/8\/2626038.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/2\/0\/60348620-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/2\/0\/60348620-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/2\/0\/60348620-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/2\/0\/60348620-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/2\/0\/60348620-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/2\/0\/60348620-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/2\/0\/60348620-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/2\/0\/60348620-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"60348620","position":"2","id_origin":"https:\/\/recoautos.com\/\/img\/p\/2\/6\/2\/6\/0\/3\/9\/2626039.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"60348618","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/2\/6\/2\/6\/0\/3\/8\/2626038.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":111.57,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"9673629480 -- 9673629780 -- Z8309002 -- Z8309004 545 mm x 363 mm x 12 MM","id_feature":"24","position":"22"},"Moteur":{"name":"Moteur","value":null,"id_feature":"90","position":"87"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"12689833","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"111,57\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"9673629780","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 22:35:39","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"44:R9H00KHI27\/5286977","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"DV6DTED(9HP)","vehicule_ref_id":"VF3LB9HPAES227308","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E2G","origin_modele":"A0003NKD","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS004442","id_category_piece":"18003","id_category_marque":"1726","id_category_modele":"11142","id_category_version":"11142","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2G","origin_modele_id":"A0003NKD","origin_piece_id":"PS004442","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"44","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2505919","id_modele_parent":"8806","id_energie":"0","id_seller":"44","id_country_seller":"6","id_image":"12689833-60348620","prix":"111.570000","energie":"","libelle":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","seller_name":"RECICLADOS AUTO4,S.L.","ordre_affichage":"11134","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-home_default.webp","fdp_incluse":"1","code_moteur":"DV6DTED(9HP)","reference_constructeur":"9673629780","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/12689833-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":111.57,"price_without_reduction":111.57,"price_without_reduction_without_tax":111.57,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":"9673629480 -- 9673629780 -- Z8309002 -- Z8309004 545 mm x 363 mm x 12 MM","id_feature":"24","position":"22"},{"name":"Moteur","value":null,"id_feature":"90","position":"87"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"60348618","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/2\/6\/2\/6\/0\/3\/8\/2626038.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/2\/0\/60348620-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/2\/0\/60348620-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/2\/0\/60348620-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/2\/0\/60348620-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/2\/0\/60348620-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/2\/0\/60348620-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/2\/0\/60348620-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/2\/0\/60348620-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"60348620","position":"2","id_origin":"https:\/\/recoautos.com\/\/img\/p\/2\/6\/2\/6\/0\/3\/9\/2626039.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/0\/3\/4\/8\/6\/1\/8\/60348618-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"60348618","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/2\/6\/2\/6\/0\/3\/8\/2626038.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":111.57,"regular_price_amount":111.57,"regular_price":"111,57\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=11532587&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"11532587","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/11532587-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","canonical_url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/11532587-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"11532587","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"69,92\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 21:52:58","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"11532587-56101504","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/11532587-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":69.92,"price_without_reduction":69.92,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"1 km","id_feature":"19","position":"17"},{"name":"Remarques","value":"CV821001 -- 306447\n\nBEHR","id_feature":"24","position":"22"},{"name":"Moteur","value":null,"id_feature":"90","position":"87"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"56101503","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/7\/1\/3\/1\/5\/3\/713153.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/4\/56101504-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/4\/56101504-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/4\/56101504-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/4\/56101504-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/4\/56101504-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/4\/56101504-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/4\/56101504-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/4\/56101504-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56101504","position":"2","id_origin":"https:\/\/recoautos.com\/\/img\/p\/7\/1\/3\/1\/5\/9\/713159.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/5\/56101505-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/5\/56101505-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/5\/56101505-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/5\/56101505-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/5\/56101505-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/5\/56101505-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/5\/56101505-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/5\/56101505-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56101505","position":"3","id_origin":"https:\/\/recoautos.com\/\/img\/p\/7\/1\/3\/1\/6\/7\/713167.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/6\/56101506-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/6\/56101506-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/6\/56101506-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/6\/56101506-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/6\/56101506-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/6\/56101506-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/6\/56101506-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/6\/56101506-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56101506","position":"4","id_origin":"https:\/\/recoautos.com\/\/img\/p\/7\/1\/3\/1\/7\/6\/713176.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/7\/56101507-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/7\/56101507-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/7\/56101507-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/7\/56101507-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/7\/56101507-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/7\/56101507-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/7\/56101507-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/7\/56101507-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56101507","position":"5","id_origin":"https:\/\/recoautos.com\/\/img\/p\/7\/1\/3\/1\/8\/4\/713184.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/8\/56101508-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/8\/56101508-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/8\/56101508-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/8\/56101508-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/8\/56101508-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/8\/56101508-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/8\/56101508-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/8\/56101508-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56101508","position":"6","id_origin":"https:\/\/recoautos.com\/\/img\/p\/7\/1\/3\/1\/8\/6\/713186.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/9\/56101509-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/9\/56101509-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/9\/56101509-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/9\/56101509-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/9\/56101509-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/9\/56101509-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/9\/56101509-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/9\/56101509-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56101509","position":"7","id_origin":"https:\/\/recoautos.com\/\/img\/p\/7\/1\/3\/1\/9\/0\/713190.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"56101503","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/7\/1\/3\/1\/5\/3\/713153.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":69.92,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"1 km","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"CV821001 -- 306447\n\nBEHR","id_feature":"24","position":"22"},"Moteur":{"name":"Moteur","value":null,"id_feature":"90","position":"87"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"11532587","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"69,92\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"1610530280, CV821001, BEHR","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 21:52:58","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"44:R9H00K55MT\/1550143","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"DV6DTED(9HP)","vehicule_ref_id":"VF3LBBHZ3GS103984","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E2G","origin_modele":"A0003NKD","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS00439X","id_category_piece":"18003","id_category_marque":"1726","id_category_modele":"11142","id_category_version":"19524","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2G","origin_modele_id":"A0003NKD","origin_piece_id":"PS00439X","origin_version_id":"","bool_modele_id_corrrige":"1","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"44","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2505920","id_modele_parent":"8806","id_energie":"0","id_seller":"44","id_country_seller":"6","id_image":"11532587-56101504","prix":"69.920000","energie":"","libelle":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","seller_name":"RECICLADOS AUTO4,S.L.","ordre_affichage":"11135","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"1 km\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-home_default.webp","fdp_incluse":"1","code_moteur":"DV6DTED(9HP)","reference_constructeur":"1610530280, CV821001, BEHR","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/11532587-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":69.92,"price_without_reduction":69.92,"price_without_reduction_without_tax":69.92,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"1 km","id_feature":"19","position":"17"},{"name":"Remarques","value":"CV821001 -- 306447\n\nBEHR","id_feature":"24","position":"22"},{"name":"Moteur","value":null,"id_feature":"90","position":"87"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"56101503","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/7\/1\/3\/1\/5\/3\/713153.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/4\/56101504-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/4\/56101504-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/4\/56101504-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/4\/56101504-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/4\/56101504-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/4\/56101504-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/4\/56101504-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/4\/56101504-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56101504","position":"2","id_origin":"https:\/\/recoautos.com\/\/img\/p\/7\/1\/3\/1\/5\/9\/713159.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/5\/56101505-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/5\/56101505-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/5\/56101505-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/5\/56101505-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/5\/56101505-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/5\/56101505-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/5\/56101505-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/5\/56101505-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56101505","position":"3","id_origin":"https:\/\/recoautos.com\/\/img\/p\/7\/1\/3\/1\/6\/7\/713167.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/6\/56101506-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/6\/56101506-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/6\/56101506-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/6\/56101506-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/6\/56101506-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/6\/56101506-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/6\/56101506-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/6\/56101506-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56101506","position":"4","id_origin":"https:\/\/recoautos.com\/\/img\/p\/7\/1\/3\/1\/7\/6\/713176.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/7\/56101507-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/7\/56101507-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/7\/56101507-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/7\/56101507-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/7\/56101507-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/7\/56101507-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/7\/56101507-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/7\/56101507-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56101507","position":"5","id_origin":"https:\/\/recoautos.com\/\/img\/p\/7\/1\/3\/1\/8\/4\/713184.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/8\/56101508-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/8\/56101508-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/8\/56101508-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/8\/56101508-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/8\/56101508-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/8\/56101508-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/8\/56101508-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/8\/56101508-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56101508","position":"6","id_origin":"https:\/\/recoautos.com\/\/img\/p\/7\/1\/3\/1\/8\/6\/713186.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/9\/56101509-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/9\/56101509-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/9\/56101509-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/9\/56101509-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/9\/56101509-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/9\/56101509-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/9\/56101509-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/9\/56101509-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56101509","position":"7","id_origin":"https:\/\/recoautos.com\/\/img\/p\/7\/1\/3\/1\/9\/0\/713190.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/0\/1\/5\/0\/3\/56101503-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"56101503","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/7\/1\/3\/1\/5\/3\/713153.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":69.92,"regular_price_amount":69.92,"regular_price":"69,92\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=11547989&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"11547989","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/11547989-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","canonical_url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/11547989-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"11547989","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"69,92\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 21:59:37","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"11547989-56193159","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/11547989-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":69.92,"price_without_reduction":69.92,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"1 km","id_feature":"19","position":"17"},{"name":"Remarques","value":"306465 -- 1610530280 -- CV821001\n\nBEHR","id_feature":"24","position":"22"},{"name":"Moteur","value":null,"id_feature":"90","position":"87"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"56193158","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/5\/2\/2\/4\/3\/6\/522436.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/9\/56193159-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/9\/56193159-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/9\/56193159-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/9\/56193159-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/9\/56193159-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/9\/56193159-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/9\/56193159-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/9\/56193159-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56193159","position":"2","id_origin":"https:\/\/recoautos.com\/\/img\/p\/5\/2\/2\/4\/5\/4\/522454.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/0\/56193160-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/0\/56193160-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/0\/56193160-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/0\/56193160-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/0\/56193160-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/0\/56193160-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/0\/56193160-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/0\/56193160-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56193160","position":"3","id_origin":"https:\/\/recoautos.com\/\/img\/p\/5\/2\/2\/4\/7\/4\/522474.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/1\/56193161-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/1\/56193161-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/1\/56193161-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/1\/56193161-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/1\/56193161-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/1\/56193161-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/1\/56193161-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/1\/56193161-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56193161","position":"4","id_origin":"https:\/\/recoautos.com\/\/img\/p\/5\/2\/2\/4\/9\/0\/522490.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"56193158","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/5\/2\/2\/4\/3\/6\/522436.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":69.92,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"1 km","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"306465 -- 1610530280 -- CV821001\n\nBEHR","id_feature":"24","position":"22"},"Moteur":{"name":"Moteur","value":null,"id_feature":"90","position":"87"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"11547989","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"69,92\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"1610530280, CV821001, BEHR","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 21:59:37","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"44:R9H00K6W5H\/3098009","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"DW10FD(AHX)","vehicule_ref_id":"VF3LHAHXWFS279984","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E2G","origin_modele":"A0003PWM","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS00439X","id_category_piece":"18003","id_category_marque":"1726","id_category_modele":"11142","id_category_version":"11142","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2G","origin_modele_id":"A0003PWM","origin_piece_id":"PS00439X","origin_version_id":"","bool_modele_id_corrrige":"1","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"44","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2505921","id_modele_parent":"8806","id_energie":"0","id_seller":"44","id_country_seller":"6","id_image":"11547989-56193159","prix":"69.920000","energie":"","libelle":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","seller_name":"RECICLADOS AUTO4,S.L.","ordre_affichage":"11136","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"1 km\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-home_default.webp","fdp_incluse":"1","code_moteur":"DW10FD(AHX)","reference_constructeur":"1610530280, CV821001, BEHR","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/11547989-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":69.92,"price_without_reduction":69.92,"price_without_reduction_without_tax":69.92,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"1 km","id_feature":"19","position":"17"},{"name":"Remarques","value":"306465 -- 1610530280 -- CV821001\n\nBEHR","id_feature":"24","position":"22"},{"name":"Moteur","value":null,"id_feature":"90","position":"87"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"56193158","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/5\/2\/2\/4\/3\/6\/522436.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/9\/56193159-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/9\/56193159-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/9\/56193159-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/9\/56193159-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/9\/56193159-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/9\/56193159-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/9\/56193159-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/9\/56193159-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56193159","position":"2","id_origin":"https:\/\/recoautos.com\/\/img\/p\/5\/2\/2\/4\/5\/4\/522454.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/0\/56193160-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/0\/56193160-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/0\/56193160-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/0\/56193160-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/0\/56193160-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/0\/56193160-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/0\/56193160-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/0\/56193160-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56193160","position":"3","id_origin":"https:\/\/recoautos.com\/\/img\/p\/5\/2\/2\/4\/7\/4\/522474.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/1\/56193161-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/1\/56193161-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/1\/56193161-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/1\/56193161-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/1\/56193161-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/1\/56193161-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/1\/56193161-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/6\/1\/56193161-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56193161","position":"4","id_origin":"https:\/\/recoautos.com\/\/img\/p\/5\/2\/2\/4\/9\/0\/522490.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/9\/3\/1\/5\/8\/56193158-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"56193158","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/5\/2\/2\/4\/3\/6\/522436.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":69.92,"regular_price_amount":69.92,"regular_price":"69,92\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=33043851&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"33043851","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/33043851-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","canonical_url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/33043851-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"33043851","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"111,57\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 23:06:56","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"33043851-115379928","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/33043851-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":111.57,"price_without_reduction":111.57,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"182000 km","id_feature":"19","position":"17"},{"name":"Remarques","value":"9673629480 -- 9673629780 -- Z8309002 -- Z8309004 550 mm x 363 mm x 12 MM","id_feature":"24","position":"22"},{"name":"Moteur","value":null,"id_feature":"90","position":"87"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"115379927","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/4\/5\/2\/0\/3\/7\/9\/4520379.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/8\/115379928-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/8\/115379928-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/8\/115379928-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/8\/115379928-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/8\/115379928-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/8\/115379928-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/8\/115379928-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/8\/115379928-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"115379928","position":"2","id_origin":"https:\/\/recoautos.com\/\/img\/p\/4\/5\/2\/0\/3\/8\/1\/4520381.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/9\/115379929-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/9\/115379929-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/9\/115379929-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/9\/115379929-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/9\/115379929-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/9\/115379929-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/9\/115379929-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/9\/115379929-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"115379929","position":"3","id_origin":"https:\/\/recoautos.com\/\/img\/p\/4\/5\/2\/0\/3\/8\/3\/4520383.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"115379927","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/4\/5\/2\/0\/3\/7\/9\/4520379.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":111.57,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"182000 km","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"9673629480 -- 9673629780 -- Z8309002 -- Z8309004 550 mm x 363 mm x 12 MM","id_feature":"24","position":"22"},"Moteur":{"name":"Moteur","value":null,"id_feature":"90","position":"87"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"33043851","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"111,57\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"9673629780, Z8309004","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 23:06:56","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"44:R9H00KNNUI\/5638176","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"EB2DTS(HNY)","vehicule_ref_id":"VF3LPHNYHFS161946","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E2G","origin_modele":"A0003PWJ","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS004442","id_category_piece":"18003","id_category_marque":"1726","id_category_modele":"11142","id_category_version":"11142","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2G","origin_modele_id":"A0003PWJ","origin_piece_id":"PS004442","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"44","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2505923","id_modele_parent":"8806","id_energie":"0","id_seller":"44","id_country_seller":"6","id_image":"33043851-115379928","prix":"111.570000","energie":"","libelle":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","seller_name":"RECICLADOS AUTO4,S.L.","ordre_affichage":"11138","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"182000 km\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-home_default.webp","fdp_incluse":"1","code_moteur":"EB2DTS(HNY)","reference_constructeur":"9673629780, Z8309004","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/33043851-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":111.57,"price_without_reduction":111.57,"price_without_reduction_without_tax":111.57,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"182000 km","id_feature":"19","position":"17"},{"name":"Remarques","value":"9673629480 -- 9673629780 -- Z8309002 -- Z8309004 550 mm x 363 mm x 12 MM","id_feature":"24","position":"22"},{"name":"Moteur","value":null,"id_feature":"90","position":"87"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"115379927","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/4\/5\/2\/0\/3\/7\/9\/4520379.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/8\/115379928-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/8\/115379928-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/8\/115379928-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/8\/115379928-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/8\/115379928-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/8\/115379928-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/8\/115379928-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/8\/115379928-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"115379928","position":"2","id_origin":"https:\/\/recoautos.com\/\/img\/p\/4\/5\/2\/0\/3\/8\/1\/4520381.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/9\/115379929-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/9\/115379929-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/9\/115379929-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/9\/115379929-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/9\/115379929-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/9\/115379929-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/9\/115379929-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/9\/115379929-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"115379929","position":"3","id_origin":"https:\/\/recoautos.com\/\/img\/p\/4\/5\/2\/0\/3\/8\/3\/4520383.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/3\/7\/9\/9\/2\/7\/115379927-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"115379927","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/4\/5\/2\/0\/3\/7\/9\/4520379.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":111.57,"regular_price_amount":111.57,"regular_price":"111,57\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=8124337&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"8124337","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/8124337-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","canonical_url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/8124337-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"8124337","id_supplier":"0","id_manufacturer":"0","id_category_default":"18003","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"108,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 20:09:36","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"CONDENSEUR CLIM (THERMIQUE - CLIMATISATION)","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"8124337-43715591","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/8124337-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":90,"price_without_reduction":108,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"GRIS","id_feature":"2","position":"1"},{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Carrosserie","value":null,"id_feature":"7","position":"5"},{"name":"Carrosserie","value":null,"id_feature":"7","position":"5"},{"name":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Date de mise en circulation","value":null,"id_feature":"18","position":"16"},{"name":"Date de mise en circulation","value":"24\/10\/2014","id_feature":"18","position":"16"},{"name":"Kilom\u00e9trage","value":"160932 km","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":20,"tax_name":"TVA FR 20%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"43715591","position":"1","id_origin":"http:\/\/photos.careco.fr\/marie-didier\/208000527523_1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"43715591","position":"1","id_origin":"http:\/\/photos.careco.fr\/marie-didier\/208000527523_1.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":108,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Couleur":{"name":"Couleur","value":"GRIS","id_feature":"2","position":"1"},"Version":{"name":"Version","value":"\n","id_feature":"3","position":"2"},"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Carrosserie":{"name":"Carrosserie","value":"\n","id_feature":"7","position":"5"},"Puissance cheveaux":{"name":"Puissance cheveaux","value":"\n","id_feature":"15","position":"13"},"Cylindr\u00e9e":{"name":"Cylindr\u00e9e","value":"\n","id_feature":"16","position":"14"},"Puissance DIN":{"name":"Puissance DIN","value":"\n","id_feature":"17","position":"15"},"Date de mise en circulation":{"name":"Date de mise en circulation","value":"\n24\/10\/2014","id_feature":"18","position":"16"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"160932 km","id_feature":"19","position":"17"},"Nombre de portes":{"name":"Nombre de portes","value":"\n","id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"8124337","id_supplier":"0","id_manufacturer":"0","id_category_default":"18003","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"1","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"108,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"9816746580","location":"J1H3H012A","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 20:09:36","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"38:A109_193102012008256","casse":"12878","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"376.320000","frais_port":"36.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"DL060FG","vehicule_origin_id":"38:DL060FG2008256LBBHZH","code_moteur_field":"","vehicule_ref_id":"","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"PEUGEOT","origin_modele":"Phase 1","origin_modele_parent":"308 II","origin_modele_parent_id":"308 II","origin_version":"","origin_piece":"CONDENSEUR CLIM (THERMIQUE - CLIMATISATION)","id_category_piece":"18003","id_category_marque":"1726","id_category_modele":"11142","id_category_version":"11142","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"PEUGEOT","origin_modele_id":"308 II","origin_piece_id":"CONDENSEUR CLIM (THERMIQUE - CLIMATISATION)","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"38","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"CONDENSEUR CLIM (THERMIQUE - CLIMATISATION)","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2505925","id_modele_parent":"8806","id_energie":"16523","id_seller":"38","id_country_seller":"8","id_image":"8124337-43715591","prix":"108.000000","energie":"Diesel","libelle":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","seller_name":"MARIE DIDIER AUTOMOBILES","ordre_affichage":"11140","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"160932 km\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-home_default.webp","fdp_incluse":"0","code_moteur":"","reference_constructeur":"9816746580","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/8124337-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":90,"price_without_reduction":108,"price_without_reduction_without_tax":90,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"GRIS","id_feature":"2","position":"1"},{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Carrosserie","value":null,"id_feature":"7","position":"5"},{"name":"Carrosserie","value":null,"id_feature":"7","position":"5"},{"name":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Date de mise en circulation","value":null,"id_feature":"18","position":"16"},{"name":"Date de mise en circulation","value":"24\/10\/2014","id_feature":"18","position":"16"},{"name":"Kilom\u00e9trage","value":"160932 km","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":20,"tax_name":"TVA FR 20%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"43715591","position":"1","id_origin":"http:\/\/photos.careco.fr\/marie-didier\/208000527523_1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/5\/5\/9\/1\/43715591-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"43715591","position":"1","id_origin":"http:\/\/photos.careco.fr\/marie-didier\/208000527523_1.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":108,"regular_price_amount":108,"regular_price":"108,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=8128831&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"8128831","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/8128831-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","canonical_url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/8128831-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"8128831","id_supplier":"0","id_manufacturer":"0","id_category_default":"18003","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"108,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 20:09:47","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"CONDENSEUR CLIM (THERMIQUE - CLIMATISATION)","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"8128831-43728671","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/8128831-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":90,"price_without_reduction":108,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"BLEU","id_feature":"2","position":"1"},{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Carrosserie","value":null,"id_feature":"7","position":"5"},{"name":"Carrosserie","value":null,"id_feature":"7","position":"5"},{"name":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Date de mise en circulation","value":"15\/06\/2017","id_feature":"18","position":"16"},{"name":"Kilom\u00e9trage","value":"112638 km","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":20,"tax_name":"TVA FR 20%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"43728670","position":"1","id_origin":"http:\/\/photos.careco.fr\/marie-didier\/208000686749_1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/1\/43728671-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/1\/43728671-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/1\/43728671-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/1\/43728671-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/1\/43728671-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/1\/43728671-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/1\/43728671-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/1\/43728671-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"43728671","position":"2","id_origin":"http:\/\/photos.careco.fr\/marie-didier\/208000686749_2.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"43728670","position":"1","id_origin":"http:\/\/photos.careco.fr\/marie-didier\/208000686749_1.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":108,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Couleur":{"name":"Couleur","value":"BLEU","id_feature":"2","position":"1"},"Version":{"name":"Version","value":"\n","id_feature":"3","position":"2"},"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Carrosserie":{"name":"Carrosserie","value":"\n","id_feature":"7","position":"5"},"Puissance cheveaux":{"name":"Puissance cheveaux","value":"\n","id_feature":"15","position":"13"},"Cylindr\u00e9e":{"name":"Cylindr\u00e9e","value":"\n","id_feature":"16","position":"14"},"Puissance DIN":{"name":"Puissance DIN","value":"\n","id_feature":"17","position":"15"},"Date de mise en circulation":{"name":"Date de mise en circulation","value":"15\/06\/2017","id_feature":"18","position":"16"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"112638 km","id_feature":"19","position":"17"},"Nombre de portes":{"name":"Nombre de portes","value":"\n","id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"8128831","id_supplier":"0","id_manufacturer":"0","id_category_default":"18003","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"1","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"108,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"193102046121","location":"J1B1Q081E","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 20:09:47","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"38:A109_193102012203297","casse":"12878","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"415.830000","frais_port":"36.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"EN664HV","vehicule_origin_id":"38:EN664HV2203297LBBHZH","code_moteur_field":"","vehicule_ref_id":"","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"PEUGEOT","origin_modele":"Phase 1","origin_modele_parent":"308 II","origin_modele_parent_id":"308 II","origin_version":"","origin_piece":"CONDENSEUR CLIM (THERMIQUE - CLIMATISATION)","id_category_piece":"18003","id_category_marque":"1726","id_category_modele":"11142","id_category_version":"11142","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"PEUGEOT","origin_modele_id":"308 II","origin_piece_id":"CONDENSEUR CLIM (THERMIQUE - CLIMATISATION)","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"38","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"CONDENSEUR CLIM (THERMIQUE - CLIMATISATION)","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2505926","id_modele_parent":"8806","id_energie":"16523","id_seller":"38","id_country_seller":"8","id_image":"8128831-43728671","prix":"108.000000","energie":"Diesel","libelle":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","seller_name":"MARIE DIDIER AUTOMOBILES","ordre_affichage":"11141","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"112638 km\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-home_default.webp","fdp_incluse":"0","code_moteur":"","reference_constructeur":"193102046121","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/8128831-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":90,"price_without_reduction":108,"price_without_reduction_without_tax":90,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"BLEU","id_feature":"2","position":"1"},{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Carrosserie","value":null,"id_feature":"7","position":"5"},{"name":"Carrosserie","value":null,"id_feature":"7","position":"5"},{"name":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Date de mise en circulation","value":"15\/06\/2017","id_feature":"18","position":"16"},{"name":"Kilom\u00e9trage","value":"112638 km","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":20,"tax_name":"TVA FR 20%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"43728670","position":"1","id_origin":"http:\/\/photos.careco.fr\/marie-didier\/208000686749_1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/1\/43728671-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/1\/43728671-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/1\/43728671-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/1\/43728671-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/1\/43728671-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/1\/43728671-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/1\/43728671-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/1\/43728671-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"43728671","position":"2","id_origin":"http:\/\/photos.careco.fr\/marie-didier\/208000686749_2.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/2\/8\/6\/7\/0\/43728670-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"43728670","position":"1","id_origin":"http:\/\/photos.careco.fr\/marie-didier\/208000686749_1.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":108,"regular_price_amount":108,"regular_price":"108,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=8123774&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"8123774","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/8123774-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","canonical_url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/8123774-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"8123774","id_supplier":"0","id_manufacturer":"0","id_category_default":"18003","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"108,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 20:09:34","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"CONDENSEUR CLIM (THERMIQUE - CLIMATISATION)","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"8123774-43714032","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/8123774-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":90,"price_without_reduction":108,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"GRIS","id_feature":"2","position":"1"},{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Carrosserie","value":null,"id_feature":"7","position":"5"},{"name":"Carrosserie","value":null,"id_feature":"7","position":"5"},{"name":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Date de mise en circulation","value":"24\/08\/2015","id_feature":"18","position":"16"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":20,"tax_name":"TVA FR 20%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"43714031","position":"1","id_origin":"http:\/\/photos.careco.fr\/marie-didier\/208000497239_1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/2\/43714032-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/2\/43714032-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/2\/43714032-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/2\/43714032-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/2\/43714032-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/2\/43714032-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/2\/43714032-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/2\/43714032-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"43714032","position":"2","id_origin":"http:\/\/photos.careco.fr\/marie-didier\/208000497239_2.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"43714031","position":"1","id_origin":"http:\/\/photos.careco.fr\/marie-didier\/208000497239_1.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":108,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Couleur":{"name":"Couleur","value":"GRIS","id_feature":"2","position":"1"},"Version":{"name":"Version","value":"\n","id_feature":"3","position":"2"},"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Carrosserie":{"name":"Carrosserie","value":"\n","id_feature":"7","position":"5"},"Puissance cheveaux":{"name":"Puissance cheveaux","value":"\n","id_feature":"15","position":"13"},"Cylindr\u00e9e":{"name":"Cylindr\u00e9e","value":"\n","id_feature":"16","position":"14"},"Puissance DIN":{"name":"Puissance DIN","value":"\n","id_feature":"17","position":"15"},"Date de mise en circulation":{"name":"Date de mise en circulation","value":"24\/08\/2015","id_feature":"18","position":"16"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"\n","id_feature":"19","position":"17"},"Nombre de portes":{"name":"Nombre de portes","value":"\n","id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"8123774","id_supplier":"0","id_manufacturer":"0","id_category_default":"18003","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"1","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"108,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"193102046121","location":"J1H3N011J","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 20:09:34","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"38:A109_193102012004083","casse":"12878","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"366.420000","frais_port":"36.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"DV405EP","vehicule_origin_id":"38:DV405EP2004083LBBHZH","code_moteur_field":"","vehicule_ref_id":"","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"PEUGEOT","origin_modele":"Phase 1","origin_modele_parent":"308 II","origin_modele_parent_id":"308 II","origin_version":"","origin_piece":"CONDENSEUR CLIM (THERMIQUE - CLIMATISATION)","id_category_piece":"18003","id_category_marque":"1726","id_category_modele":"11142","id_category_version":"11143","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"PEUGEOT","origin_modele_id":"308 II","origin_piece_id":"CONDENSEUR CLIM (THERMIQUE - CLIMATISATION)","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"38","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"CONDENSEUR CLIM (THERMIQUE - CLIMATISATION)","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2505927","id_modele_parent":"8806","id_energie":"16523","id_seller":"38","id_country_seller":"8","id_image":"8123774-43714032","prix":"108.000000","energie":"Diesel","libelle":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","seller_name":"MARIE DIDIER AUTOMOBILES","ordre_affichage":"11142","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-home_default.webp","fdp_incluse":"0","code_moteur":"","reference_constructeur":"193102046121","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/8123774-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":90,"price_without_reduction":108,"price_without_reduction_without_tax":90,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"GRIS","id_feature":"2","position":"1"},{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Carrosserie","value":null,"id_feature":"7","position":"5"},{"name":"Carrosserie","value":null,"id_feature":"7","position":"5"},{"name":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Date de mise en circulation","value":"24\/08\/2015","id_feature":"18","position":"16"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":20,"tax_name":"TVA FR 20%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"43714031","position":"1","id_origin":"http:\/\/photos.careco.fr\/marie-didier\/208000497239_1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/2\/43714032-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/2\/43714032-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/2\/43714032-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/2\/43714032-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/2\/43714032-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/2\/43714032-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/2\/43714032-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/2\/43714032-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"43714032","position":"2","id_origin":"http:\/\/photos.careco.fr\/marie-didier\/208000497239_2.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/3\/7\/1\/4\/0\/3\/1\/43714031-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"43714031","position":"1","id_origin":"http:\/\/photos.careco.fr\/marie-didier\/208000497239_1.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":108,"regular_price_amount":108,"regular_price":"108,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=27067808&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"27067808","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/27067808-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","canonical_url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/27067808-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"27067808","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"118,51\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 21:47:20","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"27067808-106239722","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/27067808-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":118.51,"price_without_reduction":118.51,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":"OJO REPARADO","id_feature":"24","position":"22"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"106239719","position":"1","id_origin":"https:\/\/otoniel.es\/img\/p\/1\/6\/6\/5\/9\/2\/7\/1665927.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/2\/106239722-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/2\/106239722-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/2\/106239722-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/2\/106239722-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/2\/106239722-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/2\/106239722-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/2\/106239722-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/2\/106239722-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"106239722","position":"2","id_origin":"https:\/\/otoniel.es\/img\/p\/1\/6\/6\/5\/9\/3\/1\/1665931.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/5\/106239725-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/5\/106239725-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/5\/106239725-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/5\/106239725-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/5\/106239725-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/5\/106239725-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/5\/106239725-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/5\/106239725-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"106239725","position":"3","id_origin":"https:\/\/otoniel.es\/img\/p\/1\/6\/6\/5\/9\/3\/6\/1665936.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/7\/106239727-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/7\/106239727-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/7\/106239727-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/7\/106239727-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/7\/106239727-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/7\/106239727-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/7\/106239727-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/7\/106239727-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"106239727","position":"4","id_origin":"https:\/\/otoniel.es\/img\/p\/1\/6\/6\/5\/9\/3\/8\/1665938.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/3\/0\/106239730-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/3\/0\/106239730-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/3\/0\/106239730-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/3\/0\/106239730-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/3\/0\/106239730-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/3\/0\/106239730-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/3\/0\/106239730-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/3\/0\/106239730-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"106239730","position":"5","id_origin":"https:\/\/otoniel.es\/img\/p\/1\/6\/6\/5\/9\/4\/3\/1665943.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"106239719","position":"1","id_origin":"https:\/\/otoniel.es\/img\/p\/1\/6\/6\/5\/9\/2\/7\/1665927.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":118.51,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"OJO REPARADO","id_feature":"24","position":"22"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"27067808","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"118,51\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"REPARADO","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 21:47:20","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"80:O4H00WVJG2\/989037","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"","vehicule_ref_id":"VF3LPHNZBGS168290","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E2G","origin_modele":"A0000001","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS004442","id_category_piece":"18003","id_category_marque":"1726","id_category_modele":"11142","id_category_version":"11142","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2G","origin_modele_id":"A0000001","origin_piece_id":"PS004442","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"80","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2505929","id_modele_parent":"8806","id_energie":"0","id_seller":"80","id_country_seller":"6","id_image":"27067808-106239722","prix":"118.510000","energie":"","libelle":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","seller_name":"Autodesguaces Otoniel SL","ordre_affichage":"11144","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"REPARADO","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/27067808-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":118.51,"price_without_reduction":118.51,"price_without_reduction_without_tax":118.51,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":"OJO REPARADO","id_feature":"24","position":"22"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"106239719","position":"1","id_origin":"https:\/\/otoniel.es\/img\/p\/1\/6\/6\/5\/9\/2\/7\/1665927.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/2\/106239722-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/2\/106239722-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/2\/106239722-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/2\/106239722-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/2\/106239722-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/2\/106239722-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/2\/106239722-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/2\/106239722-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"106239722","position":"2","id_origin":"https:\/\/otoniel.es\/img\/p\/1\/6\/6\/5\/9\/3\/1\/1665931.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/5\/106239725-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/5\/106239725-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/5\/106239725-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/5\/106239725-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/5\/106239725-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/5\/106239725-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/5\/106239725-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/5\/106239725-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"106239725","position":"3","id_origin":"https:\/\/otoniel.es\/img\/p\/1\/6\/6\/5\/9\/3\/6\/1665936.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/7\/106239727-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/7\/106239727-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/7\/106239727-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/7\/106239727-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/7\/106239727-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/7\/106239727-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/7\/106239727-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/2\/7\/106239727-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"106239727","position":"4","id_origin":"https:\/\/otoniel.es\/img\/p\/1\/6\/6\/5\/9\/3\/8\/1665938.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/3\/0\/106239730-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/3\/0\/106239730-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/3\/0\/106239730-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/3\/0\/106239730-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/3\/0\/106239730-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/3\/0\/106239730-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/3\/0\/106239730-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/3\/0\/106239730-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"106239730","position":"5","id_origin":"https:\/\/otoniel.es\/img\/p\/1\/6\/6\/5\/9\/4\/3\/1665943.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/6\/2\/3\/9\/7\/1\/9\/106239719-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"106239719","position":"1","id_origin":"https:\/\/otoniel.es\/img\/p\/1\/6\/6\/5\/9\/2\/7\/1665927.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":118.51,"regular_price_amount":118.51,"regular_price":"118,51\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=45408988&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"45408988","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45408988-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","canonical_url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45408988-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"45408988","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"120,98\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 21:57:30","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"45408988-156333604","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45408988-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":120.98,"price_without_reduction":120.98,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Moteur","value":null,"id_feature":"90","position":"87"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"156333588","position":"1","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/4\/1\/6\/1\/9\/341619.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/0\/4\/156333604-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/0\/4\/156333604-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/0\/4\/156333604-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/0\/4\/156333604-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/0\/4\/156333604-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/0\/4\/156333604-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/0\/4\/156333604-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/0\/4\/156333604-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156333604","position":"2","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/4\/1\/6\/5\/6\/341656.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/1\/7\/156333617-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/1\/7\/156333617-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/1\/7\/156333617-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/1\/7\/156333617-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/1\/7\/156333617-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/1\/7\/156333617-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/1\/7\/156333617-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/1\/7\/156333617-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156333617","position":"3","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/4\/1\/6\/8\/9\/341689.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/3\/4\/156333634-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/3\/4\/156333634-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/3\/4\/156333634-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/3\/4\/156333634-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/3\/4\/156333634-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/3\/4\/156333634-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/3\/4\/156333634-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/3\/4\/156333634-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156333634","position":"4","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/4\/1\/7\/2\/6\/341726.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/5\/3\/156333653-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/5\/3\/156333653-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/5\/3\/156333653-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/5\/3\/156333653-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/5\/3\/156333653-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/5\/3\/156333653-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/5\/3\/156333653-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/5\/3\/156333653-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156333653","position":"5","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/4\/1\/7\/6\/3\/341763.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"156333588","position":"1","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/4\/1\/6\/1\/9\/341619.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":120.98,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},"Moteur":{"name":"Moteur","value":null,"id_feature":"90","position":"87"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"45408988","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"120,98\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"9816746580","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 21:57:30","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"80:O4H01QUQCU\/1053659","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"EB2DTS(HNY)","vehicule_ref_id":"VF3LPHNYHFS327136","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E2G","origin_modele":"A0003PWJ","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS004442","id_category_piece":"18003","id_category_marque":"1726","id_category_modele":"11142","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2G","origin_modele_id":"A0003PWJ","origin_piece_id":"PS004442","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"80","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2505930","id_modele_parent":"8806","id_energie":"0","id_seller":"80","id_country_seller":"6","id_image":"45408988-156333604","prix":"120.980000","energie":"","libelle":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","seller_name":"Autodesguaces Otoniel SL","ordre_affichage":"11145","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-home_default.webp","fdp_incluse":"1","code_moteur":"EB2DTS(HNY)","reference_constructeur":"9816746580","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45408988-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":120.98,"price_without_reduction":120.98,"price_without_reduction_without_tax":120.98,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Moteur","value":null,"id_feature":"90","position":"87"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"156333588","position":"1","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/4\/1\/6\/1\/9\/341619.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/0\/4\/156333604-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/0\/4\/156333604-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/0\/4\/156333604-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/0\/4\/156333604-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/0\/4\/156333604-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/0\/4\/156333604-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/0\/4\/156333604-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/0\/4\/156333604-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156333604","position":"2","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/4\/1\/6\/5\/6\/341656.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/1\/7\/156333617-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/1\/7\/156333617-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/1\/7\/156333617-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/1\/7\/156333617-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/1\/7\/156333617-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/1\/7\/156333617-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/1\/7\/156333617-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/1\/7\/156333617-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156333617","position":"3","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/4\/1\/6\/8\/9\/341689.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/3\/4\/156333634-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/3\/4\/156333634-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/3\/4\/156333634-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/3\/4\/156333634-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/3\/4\/156333634-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/3\/4\/156333634-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/3\/4\/156333634-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/3\/4\/156333634-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156333634","position":"4","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/4\/1\/7\/2\/6\/341726.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/5\/3\/156333653-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/5\/3\/156333653-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/5\/3\/156333653-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/5\/3\/156333653-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/5\/3\/156333653-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/5\/3\/156333653-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/5\/3\/156333653-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/6\/5\/3\/156333653-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156333653","position":"5","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/4\/1\/7\/6\/3\/341763.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/3\/3\/3\/5\/8\/8\/156333588-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"156333588","position":"1","id_origin":"https:\/\/otoniel.es\/img\/p\/3\/4\/1\/6\/1\/9\/341619.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":120.98,"regular_price_amount":120.98,"regular_price":"120,98\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=44638115&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"44638115","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/44638115-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","canonical_url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/44638115-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"44638115","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"84,50\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"18003","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 12:20:50","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"44638115-152922091","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/44638115-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":84.5,"price_without_reduction":84.5,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":null,"id_feature":"2","position":"1"},{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152922074","position":"1","id_origin":"https:\/\/valdizarbe.es\/img\/p\/1\/7\/0\/5\/2\/3\/170523.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/9\/1\/152922091-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/9\/1\/152922091-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/9\/1\/152922091-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/9\/1\/152922091-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/9\/1\/152922091-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/9\/1\/152922091-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/9\/1\/152922091-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/9\/1\/152922091-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152922091","position":"2","id_origin":"https:\/\/valdizarbe.es\/img\/p\/1\/7\/0\/5\/3\/7\/170537.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/1\/2\/152922112-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/1\/2\/152922112-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/1\/2\/152922112-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/1\/2\/152922112-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/1\/2\/152922112-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/1\/2\/152922112-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/1\/2\/152922112-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/1\/2\/152922112-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152922112","position":"3","id_origin":"https:\/\/valdizarbe.es\/img\/p\/1\/7\/0\/5\/5\/4\/170554.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/2\/9\/152922129-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/2\/9\/152922129-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/2\/9\/152922129-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/2\/9\/152922129-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/2\/9\/152922129-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/2\/9\/152922129-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/2\/9\/152922129-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/2\/9\/152922129-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152922129","position":"4","id_origin":"https:\/\/valdizarbe.es\/img\/p\/1\/7\/0\/5\/7\/1\/170571.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152922074","position":"1","id_origin":"https:\/\/valdizarbe.es\/img\/p\/1\/7\/0\/5\/2\/3\/170523.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":84.5,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"18003","grouped_features":{"Couleur":{"name":"Couleur","value":null,"id_feature":"2","position":"1"},"Version":{"name":"Version","value":null,"id_feature":"3","position":"2"},"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"44638115","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"84,50\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"18003","supplier_reference":"9816746580","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"15.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 12:20:50","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"83:7662465","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"1617KBJ","vehicule_origin_id":"83:1617KBJ","code_moteur_field":"BHZ","vehicule_ref_id":"VF3LBBHZ3HS137463","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"PEUGEOT","origin_modele":"308 II (LB_, LP_, LW_, LH_, L3_)","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Condenseur de climatisation","id_category_piece":"18003","id_category_marque":"1726","id_category_modele":"11142","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"","origin_modele_id":"","origin_piece_id":"","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"83","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2505931","id_modele_parent":"8806","id_energie":"0","id_seller":"83","id_country_seller":"6","id_image":"44638115-152922091","prix":"84.500000","energie":"","libelle":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","seller_name":"Recuperaciones Valdizarbe S.L.","ordre_affichage":"11146","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-home_default.webp","fdp_incluse":"1","code_moteur":"BHZ","reference_constructeur":"9816746580","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/44638115-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":84.5,"price_without_reduction":84.5,"price_without_reduction_without_tax":84.5,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":null,"id_feature":"2","position":"1"},{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152922074","position":"1","id_origin":"https:\/\/valdizarbe.es\/img\/p\/1\/7\/0\/5\/2\/3\/170523.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/9\/1\/152922091-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/9\/1\/152922091-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/9\/1\/152922091-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/9\/1\/152922091-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/9\/1\/152922091-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/9\/1\/152922091-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/9\/1\/152922091-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/9\/1\/152922091-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152922091","position":"2","id_origin":"https:\/\/valdizarbe.es\/img\/p\/1\/7\/0\/5\/3\/7\/170537.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/1\/2\/152922112-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/1\/2\/152922112-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/1\/2\/152922112-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/1\/2\/152922112-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/1\/2\/152922112-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/1\/2\/152922112-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/1\/2\/152922112-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/1\/2\/152922112-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152922112","position":"3","id_origin":"https:\/\/valdizarbe.es\/img\/p\/1\/7\/0\/5\/5\/4\/170554.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/2\/9\/152922129-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/2\/9\/152922129-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/2\/9\/152922129-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/2\/9\/152922129-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/2\/9\/152922129-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/2\/9\/152922129-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/2\/9\/152922129-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/1\/2\/9\/152922129-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152922129","position":"4","id_origin":"https:\/\/valdizarbe.es\/img\/p\/1\/7\/0\/5\/7\/1\/170571.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/2\/2\/0\/7\/4\/152922074-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152922074","position":"1","id_origin":"https:\/\/valdizarbe.es\/img\/p\/1\/7\/0\/5\/2\/3\/170523.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":84.5,"regular_price_amount":84.5,"regular_price":"84,50\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=44636554&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"44636554","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/44636554-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","canonical_url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/44636554-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"44636554","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"101,40\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"18003","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 12:19:59","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"44636554-152914419","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/44636554-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":101.4,"price_without_reduction":101.4,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":null,"id_feature":"2","position":"1"},{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"20980","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152914397","position":"1","id_origin":"https:\/\/valdizarbe.es\/img\/p\/2\/8\/6\/6\/3\/2\/286632.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/1\/9\/152914419-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/1\/9\/152914419-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/1\/9\/152914419-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/1\/9\/152914419-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/1\/9\/152914419-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/1\/9\/152914419-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/1\/9\/152914419-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/1\/9\/152914419-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152914419","position":"2","id_origin":"https:\/\/valdizarbe.es\/img\/p\/2\/8\/6\/6\/3\/8\/286638.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/3\/8\/152914438-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/3\/8\/152914438-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/3\/8\/152914438-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/3\/8\/152914438-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/3\/8\/152914438-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/3\/8\/152914438-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/3\/8\/152914438-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/3\/8\/152914438-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152914438","position":"3","id_origin":"https:\/\/valdizarbe.es\/img\/p\/2\/8\/6\/6\/4\/4\/286644.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/5\/8\/152914458-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/5\/8\/152914458-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/5\/8\/152914458-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/5\/8\/152914458-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/5\/8\/152914458-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/5\/8\/152914458-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/5\/8\/152914458-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/5\/8\/152914458-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152914458","position":"4","id_origin":"https:\/\/valdizarbe.es\/img\/p\/2\/8\/6\/6\/4\/9\/286649.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/7\/2\/152914472-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/7\/2\/152914472-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/7\/2\/152914472-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/7\/2\/152914472-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/7\/2\/152914472-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/7\/2\/152914472-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/7\/2\/152914472-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/7\/2\/152914472-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152914472","position":"5","id_origin":"https:\/\/valdizarbe.es\/img\/p\/2\/8\/6\/6\/5\/5\/286655.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152914397","position":"1","id_origin":"https:\/\/valdizarbe.es\/img\/p\/2\/8\/6\/6\/3\/2\/286632.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":101.4,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"18003","grouped_features":{"Couleur":{"name":"Couleur","value":null,"id_feature":"2","position":"1"},"Version":{"name":"Version","value":null,"id_feature":"3","position":"2"},"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"20980","id_feature":"19","position":"17"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"44636554","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"101,40\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"18003","supplier_reference":"9673629780","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"15.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 12:19:59","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"83:7629861","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"4549JBS","vehicule_origin_id":"83:4549JBS","code_moteur_field":"HM01","vehicule_ref_id":"VF3LPHMZAES275513","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"PEUGEOT","origin_modele":"308 II (LB_, LP_, LW_, LH_, L3_)","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Condenseur de climatisation","id_category_piece":"18003","id_category_marque":"1726","id_category_modele":"11142","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"","origin_modele_id":"","origin_piece_id":"","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"83","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2505932","id_modele_parent":"8806","id_energie":"0","id_seller":"83","id_country_seller":"6","id_image":"44636554-152914419","prix":"101.400000","energie":"","libelle":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","seller_name":"Recuperaciones Valdizarbe S.L.","ordre_affichage":"11147","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"20980\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-home_default.webp","fdp_incluse":"1","code_moteur":"HM01","reference_constructeur":"9673629780","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/44636554-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":101.4,"price_without_reduction":101.4,"price_without_reduction_without_tax":101.4,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":null,"id_feature":"2","position":"1"},{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"20980","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152914397","position":"1","id_origin":"https:\/\/valdizarbe.es\/img\/p\/2\/8\/6\/6\/3\/2\/286632.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/1\/9\/152914419-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/1\/9\/152914419-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/1\/9\/152914419-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/1\/9\/152914419-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/1\/9\/152914419-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/1\/9\/152914419-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/1\/9\/152914419-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/1\/9\/152914419-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152914419","position":"2","id_origin":"https:\/\/valdizarbe.es\/img\/p\/2\/8\/6\/6\/3\/8\/286638.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/3\/8\/152914438-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/3\/8\/152914438-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/3\/8\/152914438-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/3\/8\/152914438-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/3\/8\/152914438-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/3\/8\/152914438-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/3\/8\/152914438-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/3\/8\/152914438-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152914438","position":"3","id_origin":"https:\/\/valdizarbe.es\/img\/p\/2\/8\/6\/6\/4\/4\/286644.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/5\/8\/152914458-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/5\/8\/152914458-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/5\/8\/152914458-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/5\/8\/152914458-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/5\/8\/152914458-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/5\/8\/152914458-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/5\/8\/152914458-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/5\/8\/152914458-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152914458","position":"4","id_origin":"https:\/\/valdizarbe.es\/img\/p\/2\/8\/6\/6\/4\/9\/286649.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/7\/2\/152914472-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/7\/2\/152914472-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/7\/2\/152914472-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/7\/2\/152914472-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/7\/2\/152914472-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/7\/2\/152914472-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/7\/2\/152914472-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/4\/7\/2\/152914472-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152914472","position":"5","id_origin":"https:\/\/valdizarbe.es\/img\/p\/2\/8\/6\/6\/5\/5\/286655.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/9\/1\/4\/3\/9\/7\/152914397-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152914397","position":"1","id_origin":"https:\/\/valdizarbe.es\/img\/p\/2\/8\/6\/6\/3\/2\/286632.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":101.4,"regular_price_amount":101.4,"regular_price":"101,40\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=45800874&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"45800874","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45800874-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","canonical_url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45800874-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"45800874","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"80,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"128140881","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 22:54:33","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"45800874-157541768","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45800874-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":80,"price_without_reduction":80,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"Type moteur : \n\n\u2705 Pr\u00e9paration sous 72h.\n\n","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"157541747","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/5723466-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/6\/8\/157541768-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/6\/8\/157541768-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/6\/8\/157541768-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/6\/8\/157541768-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/6\/8\/157541768-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/6\/8\/157541768-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/6\/8\/157541768-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/6\/8\/157541768-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157541768","position":"2","id_origin":"https:\/\/www.ecocasse.fr\/5723468-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/8\/9\/157541789-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/8\/9\/157541789-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/8\/9\/157541789-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/8\/9\/157541789-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/8\/9\/157541789-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/8\/9\/157541789-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/8\/9\/157541789-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/8\/9\/157541789-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157541789","position":"3","id_origin":"https:\/\/www.ecocasse.fr\/5723472-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/9\/8\/157541798-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/9\/8\/157541798-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/9\/8\/157541798-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/9\/8\/157541798-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/9\/8\/157541798-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/9\/8\/157541798-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/9\/8\/157541798-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/9\/8\/157541798-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157541798","position":"4","id_origin":"https:\/\/www.ecocasse.fr\/5723474-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/1\/9\/157541819-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/1\/9\/157541819-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/1\/9\/157541819-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/1\/9\/157541819-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/1\/9\/157541819-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/1\/9\/157541819-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/1\/9\/157541819-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/1\/9\/157541819-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157541819","position":"5","id_origin":"https:\/\/www.ecocasse.fr\/5723476-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/4\/2\/157541842-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/4\/2\/157541842-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/4\/2\/157541842-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/4\/2\/157541842-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/4\/2\/157541842-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/4\/2\/157541842-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/4\/2\/157541842-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/4\/2\/157541842-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157541842","position":"6","id_origin":"https:\/\/www.ecocasse.fr\/5723478-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/5\/0\/157541850-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/5\/0\/157541850-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/5\/0\/157541850-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/5\/0\/157541850-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/5\/0\/157541850-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/5\/0\/157541850-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/5\/0\/157541850-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/5\/0\/157541850-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157541850","position":"7","id_origin":"https:\/\/www.ecocasse.fr\/5723480-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/6\/4\/157541864-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/6\/4\/157541864-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/6\/4\/157541864-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/6\/4\/157541864-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/6\/4\/157541864-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/6\/4\/157541864-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/6\/4\/157541864-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/6\/4\/157541864-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157541864","position":"8","id_origin":"https:\/\/www.ecocasse.fr\/5723482-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/8\/4\/157541884-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/8\/4\/157541884-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/8\/4\/157541884-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/8\/4\/157541884-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/8\/4\/157541884-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/8\/4\/157541884-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/8\/4\/157541884-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/8\/4\/157541884-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157541884","position":"9","id_origin":"https:\/\/www.ecocasse.fr\/5723484-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/9\/9\/157541899-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/9\/9\/157541899-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/9\/9\/157541899-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/9\/9\/157541899-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/9\/9\/157541899-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/9\/9\/157541899-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/9\/9\/157541899-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/9\/9\/157541899-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157541899","position":"10","id_origin":"https:\/\/www.ecocasse.fr\/5723486-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"157541747","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/5723466-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":80,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"128140881","grouped_features":{"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Remarques":{"name":"Remarques","value":"Type moteur : \n\n\u2705 Pr\u00e9paration sous 72h.\n\n","id_feature":"24","position":"22"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"45800874","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"80,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"128140881","supplier_reference":"9816746580","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 22:54:33","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"85:275872","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"85:VF3LBBHZHES258393","code_moteur_field":"DV6FC_BHZ","vehicule_ref_id":"VF3LBBHZHES258393","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"PEUGEOT","origin_modele":"308 2 PHASE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Condenseur de clim","id_category_piece":"18003","id_category_marque":"1726","id_category_modele":"11142","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"","origin_modele_id":"","origin_piece_id":"","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"60.000000","frais_port_ttc":"20.000000","origin_id_prefix":"85","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2505933","id_modele_parent":"8806","id_energie":"16523","id_seller":"85","id_country_seller":"8","id_image":"45800874-157541768","prix":"80.000000","energie":"Diesel","libelle":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","seller_name":"ECO-CASSE","ordre_affichage":"11148","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-home_default.webp","fdp_incluse":"1","code_moteur":"DV6FC_BHZ","reference_constructeur":"9816746580","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/45800874-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":80,"price_without_reduction":80,"price_without_reduction_without_tax":80,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"Type moteur : \n\n\u2705 Pr\u00e9paration sous 72h.\n\n","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"157541747","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/5723466-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/6\/8\/157541768-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/6\/8\/157541768-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/6\/8\/157541768-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/6\/8\/157541768-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/6\/8\/157541768-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/6\/8\/157541768-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/6\/8\/157541768-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/6\/8\/157541768-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157541768","position":"2","id_origin":"https:\/\/www.ecocasse.fr\/5723468-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/8\/9\/157541789-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/8\/9\/157541789-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/8\/9\/157541789-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/8\/9\/157541789-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/8\/9\/157541789-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/8\/9\/157541789-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/8\/9\/157541789-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/8\/9\/157541789-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157541789","position":"3","id_origin":"https:\/\/www.ecocasse.fr\/5723472-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/9\/8\/157541798-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/9\/8\/157541798-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/9\/8\/157541798-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/9\/8\/157541798-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/9\/8\/157541798-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/9\/8\/157541798-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/9\/8\/157541798-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/9\/8\/157541798-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157541798","position":"4","id_origin":"https:\/\/www.ecocasse.fr\/5723474-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/1\/9\/157541819-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/1\/9\/157541819-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/1\/9\/157541819-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/1\/9\/157541819-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/1\/9\/157541819-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/1\/9\/157541819-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/1\/9\/157541819-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/1\/9\/157541819-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157541819","position":"5","id_origin":"https:\/\/www.ecocasse.fr\/5723476-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/4\/2\/157541842-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/4\/2\/157541842-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/4\/2\/157541842-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/4\/2\/157541842-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/4\/2\/157541842-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/4\/2\/157541842-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/4\/2\/157541842-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/4\/2\/157541842-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157541842","position":"6","id_origin":"https:\/\/www.ecocasse.fr\/5723478-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/5\/0\/157541850-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/5\/0\/157541850-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/5\/0\/157541850-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/5\/0\/157541850-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/5\/0\/157541850-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/5\/0\/157541850-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/5\/0\/157541850-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/5\/0\/157541850-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157541850","position":"7","id_origin":"https:\/\/www.ecocasse.fr\/5723480-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/6\/4\/157541864-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/6\/4\/157541864-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/6\/4\/157541864-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/6\/4\/157541864-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/6\/4\/157541864-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/6\/4\/157541864-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/6\/4\/157541864-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/6\/4\/157541864-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157541864","position":"8","id_origin":"https:\/\/www.ecocasse.fr\/5723482-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/8\/4\/157541884-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/8\/4\/157541884-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/8\/4\/157541884-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/8\/4\/157541884-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/8\/4\/157541884-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/8\/4\/157541884-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/8\/4\/157541884-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/8\/4\/157541884-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157541884","position":"9","id_origin":"https:\/\/www.ecocasse.fr\/5723484-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/9\/9\/157541899-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/9\/9\/157541899-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/9\/9\/157541899-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/9\/9\/157541899-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/9\/9\/157541899-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/9\/9\/157541899-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/9\/9\/157541899-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/8\/9\/9\/157541899-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157541899","position":"10","id_origin":"https:\/\/www.ecocasse.fr\/5723486-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/5\/4\/1\/7\/4\/7\/157541747-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"157541747","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/5723466-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":80,"regular_price_amount":80,"regular_price":"80,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=35664339&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"35664339","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/35664339-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","canonical_url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/35664339-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"35664339","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"100,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"85022759","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 22:43:38","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"35664339-126275390","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/35664339-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":100,"price_without_reduction":100,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":"Type moteur : EB2DTS_HNY\n9816746580\n* Pr\u00e9paration sous 72h\n\n* Nos pi\u00e8ces sont \u00e9chang\u00e9es et reprises sans frais.\n* Avant de commander , v\u00e9rifiez la compatibilit\u00e9 avec votre v\u00e9hicule .\n* Pour toutes r\u00e9clamations , merci de prendre contact avec le S.A.V.","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"126275379","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/645668-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/9\/0\/126275390-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/9\/0\/126275390-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/9\/0\/126275390-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/9\/0\/126275390-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/9\/0\/126275390-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/9\/0\/126275390-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/9\/0\/126275390-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/9\/0\/126275390-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275390","position":"2","id_origin":"https:\/\/www.ecocasse.fr\/645669-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/4\/0\/2\/126275402-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/4\/0\/2\/126275402-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/4\/0\/2\/126275402-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/4\/0\/2\/126275402-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/4\/0\/2\/126275402-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/4\/0\/2\/126275402-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/4\/0\/2\/126275402-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/4\/0\/2\/126275402-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275402","position":"3","id_origin":"https:\/\/www.ecocasse.fr\/645670-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/7\/1\/126275571-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/7\/1\/126275571-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/7\/1\/126275571-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/7\/1\/126275571-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/7\/1\/126275571-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/7\/1\/126275571-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/7\/1\/126275571-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/7\/1\/126275571-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275571","position":"4","id_origin":"https:\/\/www.ecocasse.fr\/645656-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/0\/126275580-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/0\/126275580-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/0\/126275580-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/0\/126275580-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/0\/126275580-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/0\/126275580-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/0\/126275580-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/0\/126275580-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275580","position":"5","id_origin":"https:\/\/www.ecocasse.fr\/645657-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/7\/126275587-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/7\/126275587-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/7\/126275587-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/7\/126275587-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/7\/126275587-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/7\/126275587-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/7\/126275587-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/7\/126275587-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275587","position":"6","id_origin":"https:\/\/www.ecocasse.fr\/645658-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/9\/8\/126275598-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/9\/8\/126275598-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/9\/8\/126275598-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/9\/8\/126275598-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/9\/8\/126275598-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/9\/8\/126275598-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/9\/8\/126275598-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/9\/8\/126275598-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275598","position":"7","id_origin":"https:\/\/www.ecocasse.fr\/645659-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/0\/8\/126275608-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/0\/8\/126275608-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/0\/8\/126275608-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/0\/8\/126275608-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/0\/8\/126275608-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/0\/8\/126275608-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/0\/8\/126275608-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/0\/8\/126275608-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275608","position":"8","id_origin":"https:\/\/www.ecocasse.fr\/645660-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/2\/7\/126275627-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/2\/7\/126275627-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/2\/7\/126275627-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/2\/7\/126275627-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/2\/7\/126275627-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/2\/7\/126275627-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/2\/7\/126275627-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/2\/7\/126275627-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275627","position":"9","id_origin":"https:\/\/www.ecocasse.fr\/645661-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/3\/7\/126275637-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/3\/7\/126275637-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/3\/7\/126275637-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/3\/7\/126275637-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/3\/7\/126275637-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/3\/7\/126275637-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/3\/7\/126275637-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/3\/7\/126275637-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275637","position":"10","id_origin":"https:\/\/www.ecocasse.fr\/645662-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/4\/8\/126275648-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/4\/8\/126275648-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/4\/8\/126275648-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/4\/8\/126275648-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/4\/8\/126275648-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/4\/8\/126275648-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/4\/8\/126275648-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/4\/8\/126275648-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275648","position":"11","id_origin":"https:\/\/www.ecocasse.fr\/645663-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/5\/9\/126275659-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/5\/9\/126275659-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/5\/9\/126275659-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/5\/9\/126275659-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/5\/9\/126275659-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/5\/9\/126275659-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/5\/9\/126275659-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/5\/9\/126275659-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275659","position":"12","id_origin":"https:\/\/www.ecocasse.fr\/645664-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/7\/0\/126275670-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/7\/0\/126275670-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/7\/0\/126275670-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/7\/0\/126275670-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/7\/0\/126275670-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/7\/0\/126275670-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/7\/0\/126275670-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/7\/0\/126275670-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275670","position":"13","id_origin":"https:\/\/www.ecocasse.fr\/645665-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/8\/6\/126275686-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/8\/6\/126275686-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/8\/6\/126275686-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/8\/6\/126275686-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/8\/6\/126275686-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/8\/6\/126275686-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/8\/6\/126275686-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/8\/6\/126275686-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275686","position":"14","id_origin":"https:\/\/www.ecocasse.fr\/645666-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/9\/8\/126275698-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/9\/8\/126275698-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/9\/8\/126275698-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/9\/8\/126275698-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/9\/8\/126275698-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/9\/8\/126275698-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/9\/8\/126275698-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/9\/8\/126275698-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275698","position":"15","id_origin":"https:\/\/www.ecocasse.fr\/645667-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"126275379","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/645668-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":100,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"85022759","grouped_features":{"Energie":{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"Type moteur : EB2DTS_HNY\n9816746580\n* Pr\u00e9paration sous 72h\n\n* Nos pi\u00e8ces sont \u00e9chang\u00e9es et reprises sans frais.\n* Avant de commander , v\u00e9rifiez la compatibilit\u00e9 avec votre v\u00e9hicule .\n* Pour toutes r\u00e9clamations , merci de prendre contact avec le S.A.V.","id_feature":"24","position":"22"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"35664339","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"100,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"85022759","supplier_reference":"9816746580","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 22:43:38","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"85:64444","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"85:VF3LPHNYHFS024127","code_moteur_field":"EB2DTS_HNY","vehicule_ref_id":"VF3LPHNYHFS024127","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"PEUGEOT","origin_modele":"308 2 PHASE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Condenseur de clim","id_category_piece":"18003","id_category_marque":"1726","id_category_modele":"11142","id_category_version":"11142","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"","origin_modele_id":"","origin_piece_id":"","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"80.000000","frais_port_ttc":"20.000000","origin_id_prefix":"85","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2505934","id_modele_parent":"8806","id_energie":"16532","id_seller":"85","id_country_seller":"8","id_image":"35664339-126275390","prix":"100.000000","energie":"Essence","libelle":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","seller_name":"ECO-CASSE","ordre_affichage":"11149","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-home_default.webp","fdp_incluse":"1","code_moteur":"EB2DTS_HNY","reference_constructeur":"9816746580","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/35664339-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":100,"price_without_reduction":100,"price_without_reduction_without_tax":100,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":"Type moteur : EB2DTS_HNY\n9816746580\n* Pr\u00e9paration sous 72h\n\n* Nos pi\u00e8ces sont \u00e9chang\u00e9es et reprises sans frais.\n* Avant de commander , v\u00e9rifiez la compatibilit\u00e9 avec votre v\u00e9hicule .\n* Pour toutes r\u00e9clamations , merci de prendre contact avec le S.A.V.","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"126275379","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/645668-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/9\/0\/126275390-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/9\/0\/126275390-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/9\/0\/126275390-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/9\/0\/126275390-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/9\/0\/126275390-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/9\/0\/126275390-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/9\/0\/126275390-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/9\/0\/126275390-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275390","position":"2","id_origin":"https:\/\/www.ecocasse.fr\/645669-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/4\/0\/2\/126275402-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/4\/0\/2\/126275402-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/4\/0\/2\/126275402-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/4\/0\/2\/126275402-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/4\/0\/2\/126275402-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/4\/0\/2\/126275402-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/4\/0\/2\/126275402-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/4\/0\/2\/126275402-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275402","position":"3","id_origin":"https:\/\/www.ecocasse.fr\/645670-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/7\/1\/126275571-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/7\/1\/126275571-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/7\/1\/126275571-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/7\/1\/126275571-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/7\/1\/126275571-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/7\/1\/126275571-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/7\/1\/126275571-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/7\/1\/126275571-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275571","position":"4","id_origin":"https:\/\/www.ecocasse.fr\/645656-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/0\/126275580-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/0\/126275580-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/0\/126275580-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/0\/126275580-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/0\/126275580-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/0\/126275580-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/0\/126275580-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/0\/126275580-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275580","position":"5","id_origin":"https:\/\/www.ecocasse.fr\/645657-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/7\/126275587-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/7\/126275587-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/7\/126275587-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/7\/126275587-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/7\/126275587-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/7\/126275587-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/7\/126275587-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/8\/7\/126275587-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275587","position":"6","id_origin":"https:\/\/www.ecocasse.fr\/645658-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/9\/8\/126275598-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/9\/8\/126275598-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/9\/8\/126275598-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/9\/8\/126275598-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/9\/8\/126275598-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/9\/8\/126275598-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/9\/8\/126275598-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/5\/9\/8\/126275598-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275598","position":"7","id_origin":"https:\/\/www.ecocasse.fr\/645659-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/0\/8\/126275608-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/0\/8\/126275608-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/0\/8\/126275608-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/0\/8\/126275608-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/0\/8\/126275608-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/0\/8\/126275608-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/0\/8\/126275608-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/0\/8\/126275608-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275608","position":"8","id_origin":"https:\/\/www.ecocasse.fr\/645660-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/2\/7\/126275627-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/2\/7\/126275627-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/2\/7\/126275627-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/2\/7\/126275627-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/2\/7\/126275627-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/2\/7\/126275627-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/2\/7\/126275627-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/2\/7\/126275627-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275627","position":"9","id_origin":"https:\/\/www.ecocasse.fr\/645661-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/3\/7\/126275637-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/3\/7\/126275637-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/3\/7\/126275637-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/3\/7\/126275637-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/3\/7\/126275637-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/3\/7\/126275637-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/3\/7\/126275637-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/3\/7\/126275637-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275637","position":"10","id_origin":"https:\/\/www.ecocasse.fr\/645662-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/4\/8\/126275648-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/4\/8\/126275648-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/4\/8\/126275648-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/4\/8\/126275648-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/4\/8\/126275648-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/4\/8\/126275648-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/4\/8\/126275648-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/4\/8\/126275648-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275648","position":"11","id_origin":"https:\/\/www.ecocasse.fr\/645663-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/5\/9\/126275659-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/5\/9\/126275659-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/5\/9\/126275659-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/5\/9\/126275659-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/5\/9\/126275659-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/5\/9\/126275659-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/5\/9\/126275659-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/5\/9\/126275659-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275659","position":"12","id_origin":"https:\/\/www.ecocasse.fr\/645664-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/7\/0\/126275670-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/7\/0\/126275670-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/7\/0\/126275670-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/7\/0\/126275670-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/7\/0\/126275670-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/7\/0\/126275670-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/7\/0\/126275670-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/7\/0\/126275670-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275670","position":"13","id_origin":"https:\/\/www.ecocasse.fr\/645665-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/8\/6\/126275686-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/8\/6\/126275686-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/8\/6\/126275686-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/8\/6\/126275686-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/8\/6\/126275686-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/8\/6\/126275686-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/8\/6\/126275686-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/8\/6\/126275686-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275686","position":"14","id_origin":"https:\/\/www.ecocasse.fr\/645666-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/9\/8\/126275698-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/9\/8\/126275698-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/9\/8\/126275698-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/9\/8\/126275698-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/9\/8\/126275698-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/9\/8\/126275698-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/9\/8\/126275698-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/6\/9\/8\/126275698-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126275698","position":"15","id_origin":"https:\/\/www.ecocasse.fr\/645667-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/2\/7\/5\/3\/7\/9\/126275379-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"126275379","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/645668-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":100,"regular_price_amount":100,"regular_price":"100,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=38095635&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"38095635","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/38095635-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","canonical_url":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/38095635-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"38095635","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"85,64\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"121732581","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 22:48:25","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"38095635-133353155","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/38095635-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":85.64,"price_without_reduction":85.64,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":null,"id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"133352819","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/3173787-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/5\/5\/133353155-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/5\/5\/133353155-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/5\/5\/133353155-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/5\/5\/133353155-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/5\/5\/133353155-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/5\/5\/133353155-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/5\/5\/133353155-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/5\/5\/133353155-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"133353155","position":"2","id_origin":"https:\/\/www.ecocasse.fr\/3173779-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/7\/3\/133353173-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/7\/3\/133353173-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/7\/3\/133353173-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/7\/3\/133353173-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/7\/3\/133353173-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/7\/3\/133353173-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/7\/3\/133353173-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/7\/3\/133353173-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"133353173","position":"3","id_origin":"https:\/\/www.ecocasse.fr\/3173780-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/8\/7\/133353187-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/8\/7\/133353187-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/8\/7\/133353187-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/8\/7\/133353187-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/8\/7\/133353187-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/8\/7\/133353187-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/8\/7\/133353187-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/8\/7\/133353187-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"133353187","position":"4","id_origin":"https:\/\/www.ecocasse.fr\/3173781-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/1\/0\/133353210-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/1\/0\/133353210-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/1\/0\/133353210-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/1\/0\/133353210-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/1\/0\/133353210-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/1\/0\/133353210-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/1\/0\/133353210-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/1\/0\/133353210-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"133353210","position":"5","id_origin":"https:\/\/www.ecocasse.fr\/3173782-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/2\/3\/133353223-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/2\/3\/133353223-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/2\/3\/133353223-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/2\/3\/133353223-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/2\/3\/133353223-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/2\/3\/133353223-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/2\/3\/133353223-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/2\/3\/133353223-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"133353223","position":"6","id_origin":"https:\/\/www.ecocasse.fr\/3173783-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/3\/9\/133353239-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/3\/9\/133353239-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/3\/9\/133353239-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/3\/9\/133353239-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/3\/9\/133353239-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/3\/9\/133353239-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/3\/9\/133353239-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/3\/9\/133353239-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"133353239","position":"7","id_origin":"https:\/\/www.ecocasse.fr\/3173784-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/5\/7\/133353257-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/5\/7\/133353257-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/5\/7\/133353257-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/5\/7\/133353257-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/5\/7\/133353257-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/5\/7\/133353257-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/5\/7\/133353257-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/5\/7\/133353257-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"133353257","position":"8","id_origin":"https:\/\/www.ecocasse.fr\/3173785-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/7\/0\/133353270-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/7\/0\/133353270-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/7\/0\/133353270-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/7\/0\/133353270-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/7\/0\/133353270-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/7\/0\/133353270-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/7\/0\/133353270-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/7\/0\/133353270-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"133353270","position":"9","id_origin":"https:\/\/www.ecocasse.fr\/3173786-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"133352819","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/3173787-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":85.64,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"121732581","grouped_features":{"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":null,"id_feature":"24","position":"22"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"38095635","id_supplier":"1","id_manufacturer":"0","id_category_default":"18003","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"85,64\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"121732581","supplier_reference":"9816746580","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-30 08:46:36","date_upd":"2026-06-30 22:48:25","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"85:171015","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"85:VF3LB9HCGDS213201","code_moteur_field":"DV6C_9HC","vehicule_ref_id":"VF3LB9HCGDS213201","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"PEUGEOT","origin_modele":"308 2 PHASE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Condenseur de clim","id_category_piece":"18003","id_category_marque":"1726","id_category_modele":"11142","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"","origin_modele_id":"","origin_piece_id":"","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"65.640000","frais_port_ttc":"20.000000","origin_id_prefix":"85","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","link_rewrite":"condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2505935","id_modele_parent":"8806","id_energie":"16523","id_seller":"85","id_country_seller":"8","id_image":"38095635-133353155","prix":"85.640000","energie":"Diesel","libelle":"Condenseur de climatisation d'occasion pour PEUGEOT 308 II","seller_name":"ECO-CASSE","ordre_affichage":"11150","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-home_default.webp","fdp_incluse":"1","code_moteur":"DV6C_9HC","reference_constructeur":"9816746580","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"condenseur-de-climatisation","category_name":"Condenseur de climatisation","link":"https:\/\/boutique.francecasse.fr\/condenseur-de-climatisation\/38095635-condenseur-de-climatisation-d-occasion-pour-peugeot-308-ii.html","attribute_price":0,"price_tax_exc":85.64,"price_without_reduction":85.64,"price_without_reduction_without_tax":85.64,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":null,"id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"133352819","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/3173787-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/5\/5\/133353155-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/5\/5\/133353155-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/5\/5\/133353155-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/5\/5\/133353155-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/5\/5\/133353155-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/5\/5\/133353155-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/5\/5\/133353155-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/5\/5\/133353155-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"133353155","position":"2","id_origin":"https:\/\/www.ecocasse.fr\/3173779-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/7\/3\/133353173-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/7\/3\/133353173-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/7\/3\/133353173-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/7\/3\/133353173-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/7\/3\/133353173-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/7\/3\/133353173-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/7\/3\/133353173-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/7\/3\/133353173-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"133353173","position":"3","id_origin":"https:\/\/www.ecocasse.fr\/3173780-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/8\/7\/133353187-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/8\/7\/133353187-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/8\/7\/133353187-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/8\/7\/133353187-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/8\/7\/133353187-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/8\/7\/133353187-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/8\/7\/133353187-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/1\/8\/7\/133353187-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"133353187","position":"4","id_origin":"https:\/\/www.ecocasse.fr\/3173781-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/1\/0\/133353210-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/1\/0\/133353210-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/1\/0\/133353210-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/1\/0\/133353210-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/1\/0\/133353210-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/1\/0\/133353210-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/1\/0\/133353210-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/1\/0\/133353210-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"133353210","position":"5","id_origin":"https:\/\/www.ecocasse.fr\/3173782-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/2\/3\/133353223-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/2\/3\/133353223-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/2\/3\/133353223-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/2\/3\/133353223-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/2\/3\/133353223-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/2\/3\/133353223-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/2\/3\/133353223-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/2\/3\/133353223-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"133353223","position":"6","id_origin":"https:\/\/www.ecocasse.fr\/3173783-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/3\/9\/133353239-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/3\/9\/133353239-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/3\/9\/133353239-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/3\/9\/133353239-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/3\/9\/133353239-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/3\/9\/133353239-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/3\/9\/133353239-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/3\/9\/133353239-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"133353239","position":"7","id_origin":"https:\/\/www.ecocasse.fr\/3173784-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/5\/7\/133353257-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/5\/7\/133353257-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/5\/7\/133353257-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/5\/7\/133353257-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/5\/7\/133353257-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/5\/7\/133353257-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/5\/7\/133353257-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/5\/7\/133353257-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"133353257","position":"8","id_origin":"https:\/\/www.ecocasse.fr\/3173785-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/7\/0\/133353270-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/7\/0\/133353270-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/7\/0\/133353270-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/7\/0\/133353270-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/7\/0\/133353270-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/7\/0\/133353270-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/7\/0\/133353270-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/3\/2\/7\/0\/133353270-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"133353270","position":"9","id_origin":"https:\/\/www.ecocasse.fr\/3173786-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/3\/5\/2\/8\/1\/9\/133352819-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"133352819","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/3173787-large_default\/condenseur-de-clim-peugeot-308-2.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":85.64,"regular_price_amount":85.64,"regular_price":"85,64\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"}],"sort_orders":[{"entity":"product","field":"product.name.asc","direction":"asc","label":"Pertinence","urlParameter":"product.product.name.asc.asc","current":false,"url":"https:\/\/boutique.francecasse.fr\/18003-condenseur-de-climatisation\/1726-peugeot\/11142-308-ii?order=product.product.name.asc.asc"},{"entity":"product","field":"product.price.asc","direction":"asc","label":"Prix, croissant","urlParameter":"product.product.price.asc.asc","current":false,"url":"https:\/\/boutique.francecasse.fr\/18003-condenseur-de-climatisation\/1726-peugeot\/11142-308-ii?order=product.product.price.asc.asc"},{"entity":"product","field":"product.price.desc","direction":"asc","label":"Prix, d\u00e9croissant","urlParameter":"product.product.price.desc.asc","current":false,"url":"https:\/\/boutique.francecasse.fr\/18003-condenseur-de-climatisation\/1726-peugeot\/11142-308-ii?order=product.product.price.desc.asc"}],"sort_selected":false,"sort_usures":[{"urlParameter":"","url":"https:\/\/boutique.francecasse.fr\/18003-condenseur-de-climatisation\/1726-peugeot\/11142-308-ii","label":"Neuf + Occasion","current":true,"sort_usure_selected":"Neuf + Occasion"},{"urlParameter":"neuf","url":"https:\/\/boutique.francecasse.fr\/18003-condenseur-de-climatisation\/1726-peugeot\/11142-308-ii?type=neuf","label":"Pi\u00e8ces neuves","current":false,"sort_usure_selected":"Pi\u00e8ces neuves"},{"urlParameter":"occasion","url":"https:\/\/boutique.francecasse.fr\/18003-condenseur-de-climatisation\/1726-peugeot\/11142-308-ii?type=occasion","label":"Pi\u00e8ces d'occasion","current":false,"sort_usure_selected":null}],"sort_usure_selected":"Neuf + Occasion","pagination":{"total_items":78,"items_shown_from":1,"items_shown_to":20,"current_page":1,"pages_count":4,"pages":{"1":{"type":"page","page":1,"clickable":false,"current":true,"url":"https:\/\/boutique.francecasse.fr\/18003-condenseur-de-climatisation\/1726-peugeot\/11142-308-ii"},"2":{"type":"page","page":2,"clickable":true,"current":false,"url":"https:\/\/boutique.francecasse.fr\/18003-condenseur-de-climatisation\/1726-peugeot\/11142-308-ii?page=2"},"3":{"type":"page","page":3,"clickable":true,"current":false,"url":"https:\/\/boutique.francecasse.fr\/18003-condenseur-de-climatisation\/1726-peugeot\/11142-308-ii?page=3"},"4":{"type":"page","page":4,"clickable":true,"current":false,"url":"https:\/\/boutique.francecasse.fr\/18003-condenseur-de-climatisation\/1726-peugeot\/11142-308-ii?page=4"},"5":{"type":"next","page":2,"clickable":true,"current":false,"url":"https:\/\/boutique.francecasse.fr\/18003-condenseur-de-climatisation\/1726-peugeot\/11142-308-ii?page=2"}},"should_be_displayed":true},"rendered_facets":"","rendered_active_filters":"","js_enabled":true,"current_url":"https:\/\/boutique.francecasse.fr\/18003-condenseur-de-climatisation\/1726-peugeot\/11142-308-ii","rendered_products_header":"\n                                                                                                                                                                                                                \n    <div id=\"js-product-list-header\">\n        <h1 class=\"h1\">\n            condenseur de climatisation occasion 308\n        <\/h1>\n    <\/div>\n"}