مشخصات کاپوت سمند خاکستری ایساکو
مشخصات | |
---|---|
مشخصات فنی | |
برند محصول : | ایساکو |
نوع پوشش : | متالیک دو پوششه |
کد رنگ : | 67985 - 67990 - 67915 |
برند قطعه خام : | ایساکو اصلی |
مختص خودرو : | سمند,SE ,LX ,EF7, سورن |
رنگ کوره ای : | |
رنگ پوشش : | نوک مدادی متالیک |
کشور سازنده : | ایران |
آماده نصب : | |
ضمانت کالا : | 12 ماه ضمانت رنگ |
در حال بارگذاری...
لطفا منتظر بمانید
سایر محصولات مرتبط با این محصول
2,400,000 ریال
5,750,000 ریال
800,000 ریال
520,000 ریال
' }); });
// Set color or pattern of radio attributes $(".attributes-radio-button").each(function () { var style_type = $(this).closest(".attributes-option").data("style-type"); if (style_type == "color") { $(this).find(".iradio_line").css("background-color", $(this).find("input:radio").data("style")); } else if (style_type == "pattern") { $(this).find(".iradio_line").css("background-image", $(this).find("input:radio").data("style")).addClass("pattern"); } }).click(function () { $(this).find("label").trigger("click"); }).find("label").on("click", function (e) { e.stopPropagation(); });
// Update product price by selecting attributes $("#productInfoAttributes").bind("change ifChecked", ".attributes-option select, .attributes-option input:radio", function () { // Find product ID var $parentForm = $(this).closest("form"); var product_id = parseInt($parentForm.find("input#products_id").val()); var product_attributes = {};
if (product_id > 0) { // Show loading var $priceContainer = $("#productInfoPrice"); $priceContainer.html('
'); // Get selected values $("#productInfoAttributes").find(".attributes-option select, .attributes-option input:radio").each(function () { if ($(this).is("select") || $(this).is(":radio:checked")) { // Get attribute option ID and selected Value var option_id = $(this).attr("name").match(/\d+/); var option_value = $(this).val(); product_attributes[option_id] = option_value; } });
// Get new price by ajax $.ajax({ type: "POST", url: jVirtu.url('product', 'get-price'), data: { product_id: product_id, product_attributes: product_attributes }, dataType: "json", success: function (res) { if (res.success == true) { // Update price on page $priceContainer.html(res.formatted_price); } }, complete: function (jqXHR, textStatus) { // Hide loading $priceContainer.find(".ajax-loading").remove(); } }); } }).find('.attributes-option select, .attributes-option input:radio').eq(0).trigger("change");
// Share on social $('.icon-share').popover({ content: $('#productInfoIcons .share-icons').html(), html: true, template: '
' }); });