if (window.customCardProps?.custom_pc) { // start custom custom product card window.run_product_card = function (_this) { _this.innerHTML = `
${_this.product.is_on_sale && _this.is_price_ratio_on && _this.price_ratio_place == "over" ? `${_this.product_ration_html || ""}` : ``} ${ _this.product.promotion_title ? `${_this.product.promotion_title}` : _this.showQuantity && _this.product.quantity ? `${remained} ${_this.product.quantity}` : _this.showQuantity && _this.product.is_out_of_stock ? `
${outOfStock}
` : "" } ${_this.product.image.alt} ${ _this.product.subtitle ? `

${!!_this.product.subtitle ? _this.product.subtitle : ""}

` : "" } ${ _this.product_preview_down ? `` : `
` }
${ _this.showWishlist ? ` ` : "" }

${_this.product.name}

${ _this.product.rating && _this.show_pc_ratings && this.fake_class ? ` ` : "" } ${ _this.product.calories ? `
${_this.product.calories} ${calories}
` : "" } ${ _this.product.is_donation ? `
${ _this.product.can_donate ? ` ` : "" }
` : "" }
${ _this.product.is_on_sale ? `${salla.money( _this.product.sale_price )}${salla.money( _this.product.regular_price )}` : _this.product.starting_price ? `${salla.money(_this.product.starting_price)}` : `${salla.money(_this.product.price)}` } ${_this.product?.is_on_sale && _this.is_price_ratio_on && _this.price_ratio_place == "down" ? `${_this.product_ration_html || ""}` : ``}
${ _this.has_count_down ? `
` : "" } ${ !_this.hideAddBtn ? `
${ _this.p_atc_btn_hidden ? `` : ` ${_this.product.add_to_cart_label !== undefined ? _this.product.add_to_cart_label : ""} ` }
${ !_this.product_preview_down ? `` : `
${_this.preview_text}
` } ` : "" }`; }; // // // // end if window.customCardProps?.custom_pc }