/
home
/
henzagold
/
site
/
.nuxt
/
dist
/
client
/
File Upload :
llllll
Current File: //home/henzagold/site/.nuxt/dist/client/b811773.js
(window.webpackJsonp=window.webpackJsonp||[]).push([[5],{496:function(t,e,r){var content=r(517);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,r(37).default)("6d5bdcd7",content,!0,{sourceMap:!1})},498:function(t,e,r){var content=r(521);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,r(37).default)("b7bcbd9c",content,!0,{sourceMap:!1})},499:function(t,e,r){var content=r(523);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,r(37).default)("ab1bb994",content,!0,{sourceMap:!1})},516:function(t,e,r){"use strict";r(496)},517:function(t,e,r){var o=r(36)((function(i){return i[1]}));o.push([t.i,'.qty-box[data-v-6b07a09e]{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}input[data-v-6b07a09e]{font-family:"yekan"}',""]),o.locals={},t.exports=o},520:function(t,e,r){"use strict";r(498)},521:function(t,e,r){var o=r(36)((function(i){return i[1]}));o.push([t.i,"@media (min-width:576px){.modal-m[data-v-5f6c8e5e]{max-width:400px}}#QCModal[data-v-5f6c8e5e]{z-index:20001}",""]),o.locals={},t.exports=o},522:function(t,e,r){"use strict";r(499)},523:function(t,e,r){var o=r(36)((function(i){return i[1]}));o.push([t.i,".glass{padding:10px;background:rgba(28,45,86,.1);border-radius:4px;box-shadow:0 4px 30px rgba(0,0,0,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.slider-border{border:2px solid #eee}.detail-page-slider-nav .slick-current>div.slider-border{border-color:var(--secondary-color)}.zoomContainer{z-index:-2}.rejectBtn{border:1px solid var(--secondary-color);background:transparent;color:var(--secondary-color)}.rejectBtn:hover{color:#fff!important}audio{display:block;border-radius:20px;margin:0 auto}@media screen and (max-width:768px){.tooltip{display:none}}.tooltiper{color:#0e4d89;text-decoration:underline}.color-item{padding:2px!important;margin:0 0 5px 5px!important;background-color:#fff!important;border:1px solid #f0f2f3;width:25px;height:25px;border-radius:4px!important}.color-item div{width:100%;height:100%;border-radius:4px!important}.acr-attribute-wrapper label input:checked+.color-item{border-color:var(--secondary-color)!important}",""]),o.locals={},t.exports=o},532:function(t,r,o){"use strict";o.r(r);var l=o(4),n=(o(19),o(43),o(12),o(59),o(122),o(16),o(44),o(87),o(148)),c=o(483),d=o(474),v=(o(473),{name:"NumberInput",props:{min:{type:Number,required:!1,default:void 0},max:{type:Number,required:!1,default:void 0},value:{type:Number,required:!1}},methods:{checkValue:function(){null!=this.max&&this.value>this.max&&this.$emit("input",this.max),null!=this.min&&this.value<this.min&&this.$emit("input",this.min)},increment:function(){null!=this.max?this.value<this.max&&this.$emit("input",this.value+1):this.$emit("input",this.value+1)},decrement:function(){null!=this.min?this.value>this.min&&this.$emit("input",this.value-1):this.$emit("input",this.value-1)}},beforeUpdate:function(){this.checkValue()},created:function(){this.checkValue()}}),m=(o(516),o(5)),h=Object(m.a)(v,(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",{staticClass:"qty-box",staticStyle:{direction:"ltr !important"}},[r("span",{staticClass:"qty-subtract",on:{click:function(e){return t.increment()}}},[r("svg",{staticStyle:{width:"24px",height:"24px"},attrs:{viewBox:"0 0 24 24"}},[r("path",{attrs:{fill:"currentColor",d:"M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z"}})])]),t._v(" "),r("input",{attrs:{type:"text",readonly:"true"},domProps:{value:this.value}}),t._v(" "),r("span",{staticClass:"qty-add",on:{click:function(e){return t.decrement()}}},[r("svg",{staticStyle:{width:"24px",height:"24px"},attrs:{viewBox:"0 0 24 24"}},[r("path",{attrs:{fill:"currentColor",d:"M19,13H5V11H19V13Z"}})])])])}),[],!1,null,"6b07a09e",null).exports,C=o(504),f={name:"Bread",computed:{items:function(){return this.$store.state.bread.items}}},_=Object(m.a)(f,(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("nav",{staticStyle:{"text-align":"right"},attrs:{"aria-label":"breadcrumb"}},[r("ol",{staticClass:"breadcrumb"},[t._m(0),t._v(" "),t._l(t.items,(function(e,o){return r("li",{staticClass:"breadcrumb-item active",attrs:{"aria-current":"page"}},[t._v(" "+t._s(t.items[o]))])}))],2)])}),[function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("li",{staticClass:"breadcrumb-item active"},[r("a",{staticStyle:{color:"var(--primary-color)"},attrs:{href:"/"}},[t._v("\n\n خانه\n ")])])}],!1,null,"1ee58da6",null).exports,x={name:"Modal",props:{value:{type:Boolean}},methods:{close:function(){this.$emit("input",!1)}},watch:{value:function(t){var body=document.body;body.classList.toggle("modal-open"),body.classList.contains("modal-open")?body.style.paddingRight="17px":body.style.paddingRight=null}}},y=(o(520),Object(m.a)(x,(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",{staticClass:"modal quick-view-modal",class:t.value?"fade-in show":"fade",style:{display:t.value?"block":"none"}},[r("div",{staticClass:"vs-sidebar--background",on:{click:function(e){return t.close()}}}),t._v(" "),r("div",{staticClass:"modal-dialog modal-m modal-dialog-centered",attrs:{id:"QCModal"}},[r("div",{staticClass:"modal-content"},[r("div",{staticClass:"modal-body"},[r("div",{staticClass:"container-fluid"},[t._t("content")],2)])])])])}),[],!1,null,"5f6c8e5e",null).exports),w=o(480),V=o(57),k=o(481),H={name:"slider",components:{Modal:o(505).a},props:{gallery:Array,productTitle:String},data:function(){return{showModal:!1,modal_imageSrc:null}},methods:{handleMouseLeave:function(){document.querySelector(".shop-detail-wrapper").style.zIndex="2"},handleMouseEnter:function(){document.querySelector(".shop-detail-wrapper").style.zIndex="-2"},showMobileZoom:function(t){var e=this;this.modal_imageSrc=t,this.$nextTick((function(){$(window).width()<769&&($(".product-zoom-image-mobile").trigger("zoom.destroy"),$(".product-zoom-image-mobile").wrap('<span style="display:inline-block" class="product-single-zoom"></span>').css("display","block").parent().zoom(),e.showModal=!0)}))}},mounted:function(){this.body=this.gallery[0].body,$(".detail-page-slider-for").slick({slidesToShow:1,slidesToScroll:1,rtl:!0,arrows:!1,asNavFor:".detail-page-slider-nav"}),$(".detail-page-slider-nav").slick({slidesToShow:4,slidesToScroll:1,rtl:!0,asNavFor:".detail-page-slider-for",arrows:!1,dots:!1,focusOnSelect:!0,responsive:[{breakpoint:567,settings:{slidesToShow:3}}]})}},M=Object(m.a)(H,(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",[r("modal",{scopedSlots:t._u([{key:"content",fn:function(){return[r("div",{staticClass:"product-zoom-image-mobile",staticStyle:{margin:"15%"}},[r("img",{directives:[{name:"lazy-load",rawName:"v-lazy-load"}],attrs:{id:"zoom_inner","data-src":t.modal_imageSrc,"data-zoom-image":t.modal_imageSrc,"data-not-lazy":""}})]),t._v(" "),r("p",[t._v("برای بزرگنمایی تصویر با انگشت بر روی تصویر بکشید")])]},proxy:!0}]),model:{value:t.showModal,callback:function(e){t.showModal=e},expression:"showModal"}}),t._v(" "),r("div",{staticClass:"detail-page-slider-for"},t._l(t.gallery,(function(e,o){return r("div",{key:"slide_item_"+o,staticClass:"slide-item",on:{click:function(r){return t.showMobileZoom(e.image)}}},[r("div",{staticClass:"product-zoom-image slider-border"},[r("img",{directives:[{name:"lazy-load",rawName:"v-lazy-load"}],staticClass:"zoom_01",attrs:{"data-src":e.image,alt:t.productTitle,"data-zoom-image":e.image,"data-not-lazy":""},on:{mouseenter:function(e){return t.handleMouseEnter()},mouseleave:function(e){return t.handleMouseLeave()}}})])])})),0),t._v(" "),r("div",{staticClass:"detail-page-slider-nav mt-3",attrs:{id:"silder_item"}},t._l(t.gallery,(function(e,o){return r("div",{staticClass:"slide-item "},[r("div",{staticClass:"slider-border"},[r("a",{attrs:{href:"javascript:void(0)"}},[r("img",{directives:[{name:"lazy-load",rawName:"v-lazy-load"}],staticClass:"full-width",staticStyle:{width:"90px",height:"90px"},attrs:{"data-src":e.image,alt:t.productTitle,"data-not-lazy":""},on:{click:function(r){return t.$emit("change",e)}}})])])])})),0)],1)}),[],!1,null,"4cbc6105",null).exports,S={asyncData:function(t){var r=this;return Object(l.a)(regeneratorRuntime.mark((function o(){var l,n,c,d,v,data;return regeneratorRuntime.wrap((function(o){for(;;)switch(o.prev=o.next){case 0:return l=t.store,n=t.params,t.error,c=t.redirect,d={},o.prev=2,o.next=5,V.a.get("/get-product",{params:{id:n.id}});case 5:(v=o.sent).tags&&(v.tags=v.tags.filter((function(t){return!l.state.noneTags.includes(t.cnt.id)}))),d.item=v,o.next=15;break;case 11:return o.prev=11,o.t0=o.catch(2),console.log(o.t0,"product"),o.abrupt("return",c("/"));case 15:return o.prev=15,o.next=18,V.a.get("https://henzagold.com/oapi/site/comment/".concat(n.id));case 18:data=o.sent,d.Comments=data,o.next=27;break;case 22:return o.prev=22,o.t1=o.catch(15),console.log(e,"comments"),r.$vs.notify({title:"خطایی رخ داد",text:o.t1,color:"var(--secondary-color)",position:"bottom-left"}),o.abrupt("return",c("/"));case 27:return o.abrupt("return",d);case 28:case"end":return o.stop()}}),o,null,[[2,11],[15,22]])})))()},layout:"MasterPage",mixins:[k.a],components:{fModal:w.a,NumberInput:h,Product:d.a,Rating:c.a,acceptModal:y,Slick:C.a,Bread:_,SubHeader:n.a,slider:M},computed:{percentagePay:function(){return this.variants.length>0?this.variants[0].percentage_pay+8:null},rialPay:function(){return this.variants.length>0?this.priceComma(this.variants[0].rial_pay):null},header:function(){return this.$store.state.header}},methods:{copyLink:function(){this.$copyToClipboard(this.fullLink),this.$vs.notify({title:"",text:"لینک محصول کپی شد",color:"var(--secondary-color)",position:"bottom-left"})},AddToCart:function(){this.Add_To_Cart&&(this.addToCart(),this.Add_To_Cart=!1),this.acceptModal=!1},changeVariant:function(t){this.selectQty=1,this.indexSelectVarint=t},priceComma:function(t){return t?t.toString().replace(/\B(?=(\d{3})+(?!\d))/g,","):t},Submit_Comment:function(){var t=this;return Object(l.a)(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(e.prev=0,null===t.accessToken||null===t.Comment){e.next=8;break}return e.next=4,Object(V.a)({method:"post",url:"https://henzagold.com/oapi/cu/comment",headers:{Authorization:"Bearer "+t.accessToken},data:{product_id:t.$route.params.id,comment:t.Comment}});case 4:t.Comment=null,t.$vs.notify({time:5e3,text:"دیدگاه شما با موفقیت ثبت شد پس از تایید توسط مدیر قابل مشاهده می باشد",color:"var(--secondary-color)",position:"bottom-left"}),e.next=9;break;case 8:null==t.accessToken?t.$vs.notify({text:"لطفا ابتدا وارد شوید",color:"var(--secondary-color)",position:"bottom-left"}):null==t.Comment&&(t.$refs.Comment.focus(),t.$vs.notify({text:"لطفا دیدگاه خود را وارد کنید",color:"var(--secondary-color)",position:"bottom-left"}));case 9:e.next=14;break;case 11:e.prev=11,e.t0=e.catch(0),t.$vs.notify({title:"خطایی رخ داد",text:e.t0,color:"var(--secondary-color)",position:"bottom-left"});case 14:case"end":return e.stop()}}),e,null,[[0,11]])})))()}},head:function(){return{title:"هنزا گلد | "+(this.title||" "),script:[{},{}]}},data:function(){return{fmodel:!1,body:void 0,selectQty:1,showModal:!1,accessToken:null,Comment:null,Comments:[],Add_To_Cart:!0,modal_imageSrc:null,acceptModal:!1}},mounted:function(){var t=this;return Object(l.a)(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:t.accessToken=localStorage.getItem("accessToken"),t.gallery.length>0&&(t.body=t.gallery[0].body),$('[data-toggle="tooltip"]').tooltip(),$(window).width()>769&&$(".zoom_01").elevateZoom({scrollZoom:!1,zoomWindowOffetx:-20,zoomWindowPosition:11,responsive:!0,borderColour:"#bead8e"});case 4:case"end":return e.stop()}}),e)})))()},created:function(){this.$store.dispatch("bread/set",[this.title])}},L=(o(522),Object(m.a)(S,(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",[r("SubHeader",{attrs:{title:t.title,backgroundImage:t.header}}),t._v(" "),r("div",{staticClass:"section"},[r("div",{staticClass:"container"},[r("div",{staticClass:"row"},[r("div",{staticClass:"col-lg-5"},[r("Bread")],1)]),t._v(" "),r("div",{staticClass:"row"},[r("div",{staticClass:"col-lg-5"},[t.gallery.length>0?r("slider",{attrs:{gallery:t.gallery,productTitle:t.title},on:{change:function(e){t.body=e.body}}}):t._e(),t._v(" "),t.body?r("div",{staticClass:"glass"},[t._v("\n "+t._s(t.body)+"\n ")]):t._e()],1),t._v(" "),r("div",{staticClass:"col-lg-6"},[r("div",{staticClass:"shop-detail-wrapper"},[r("div",{staticClass:"shop-detail-title"},[r("h3",{staticClass:"mb-0"},[t._v(t._s(t.title))])]),t._v(" "),r("div",{staticClass:"product-price-box"},[t.showBeforePrice?r("span",{staticClass:"product-price-discount",staticStyle:{"font-weight":"600","font-size":"16px",color:"#a5a5a6","margin-top":"10px","text-decoration":"line-through"}},[t._v(t._s(t._f("priceUnit")(t.mainPrice))+"\n\n ")]):t._e(),t._v(" "),r("span",{staticClass:"product-price",staticStyle:{"margin-top":"10px"}},[t._v(t._s(t._f("priceUnit")(t.price))+"\n\n ")]),t._v(" "),r("span",{staticClass:"product-price",staticStyle:{"font-size":"14px"}},[t._v("اجرت : "+t._s(t.percentagePay)+" %")]),t._v(" "),r("span",{staticClass:"product-price",staticStyle:{"font-size":"14px"}},[t._v("اجرت ریالی : "+t._s(t.rialPay)+" تومان")])]),t._v(" "),r("form",{staticClass:"product-variation-form"},[r("div",{staticClass:"variation-item product-price-box"},[r("div",{staticClass:"acr-attribute-wrapper flex flex-wrap"},[r("label",{staticClass:"product-price"},[t._v("وزن:")]),t._v(" "),t._l(t.variants,(function(e,o){return r("label",{key:o,staticClass:"mr-1",attrs:{item:e}},[r("input",{attrs:{type:"radio",name:"variant"},domProps:{value:e.id,checked:t.selectVariant.id==e.id},on:{change:function(e){return t.changeVariant(o)}}}),t._v(" "),r("span",{staticClass:"acr-attribute attribue-text"},[t._v(t._s(e.title))])])}))],2)]),t._v(" "),r("div",{staticClass:"product-variation-wrapper"},[r("div",{staticClass:"variation-item"},[r("label",[t._v("رنگ :\n "+t._s(t.color.name))]),t._v(" "),r("div",{staticClass:"acr-attribute-wrapper"},[r("label",{class:"border-color-primary"},[r("input",{attrs:{type:"radio",name:"color"},domProps:{checked:!0}}),t._v(" "),r("span",{staticClass:"acr-attribute attribue-text color-item"},[r("div",{style:"background: "+t.color.color})])])])])]),t._v(" "),r("div",{staticClass:"shop-button-box mb-4"},[0==t.selectVariant.qty&&0==t.selectVariant.is_pre_order?r("p",{staticStyle:{color:"#1c2d56","font-size":"1.25rem"}},[t._v("\n ناموجود\n ")]):[t.selectVariant.qty>0?r("number-input",{attrs:{max:t.selectVariant.qty,min:1},model:{value:t.selectQty,callback:function(e){t.selectQty=e},expression:"selectQty"}}):r("number-input",{attrs:{min:1,value:t.selectQty}}),t._v(" "),t.selectVariant.qty>0?r("a",{staticClass:"btn-custom primary",staticStyle:{"z-index":"0"},on:{click:function(e){return e.preventDefault(),t.AddToCart()}}},[t._v("افزودن به سبد خرید\n ")]):r("a",{staticClass:"btn-custom primary",staticStyle:{"z-index":"0"},attrs:{"data-toggle":"tooltip",title:"نکته: این محصول موجود نمی باشد اما می توانید با ثبت سفارش ساخت محصول خود را بعد از ساخت تحویل بگیرید."},on:{click:function(e){t.acceptModal=!0}}},[t._v("سفارش ساخت")]),t._v(" "),r("acceptModal",{scopedSlots:t._u([{key:"content",fn:function(){return[r("div",[r("h5",{staticClass:"center "},[t._v("این محصول به صورت پیش خرید است")]),t._v(" "),r("p",{staticClass:"center"},[t._v("آیا از انجام پیش خرید اطمینان دارید؟")]),t._v(" "),r("div",{staticClass:"center"},[r("a",{staticClass:"btn-custom primary",staticStyle:{"z-index":"0","margin-left":"14px"},on:{click:function(e){return t.AddToCart()}}},[t._v("پیش سفارش\n ")]),t._v(" "),r("a",{staticClass:"btn-custom rejectBtn",staticStyle:{"z-index":"0"},on:{click:function(e){t.acceptModal=!1}}},[t._v("لغو")])])])]},proxy:!0}]),model:{value:t.acceptModal,callback:function(e){t.acceptModal=e},expression:"acceptModal"}})]],2),t._v(" "),r("a",{staticClass:"mb-4 block underline text-[#25d366] decoration-inherit",attrs:{href:"https://wa.me/+989229425856",target:"_blank"}},[r("svg",{staticClass:"inline",staticStyle:{width:"30px",height:"30px"},attrs:{viewBox:"0 0 24 24"}},[r("path",{attrs:{fill:"currentColor",d:"M12.04 2C6.58 2 2.13 6.45 2.13 11.91C2.13 13.66 2.59 15.36 3.45 16.86L2.05 22L7.3 20.62C8.75 21.41 10.38 21.83 12.04 21.83C17.5 21.83 21.95 17.38 21.95 11.92C21.95 9.27 20.92 6.78 19.05 4.91C17.18 3.03 14.69 2 12.04 2M12.05 3.67C14.25 3.67 16.31 4.53 17.87 6.09C19.42 7.65 20.28 9.72 20.28 11.92C20.28 16.46 16.58 20.15 12.04 20.15C10.56 20.15 9.11 19.76 7.85 19L7.55 18.83L4.43 19.65L5.26 16.61L5.06 16.29C4.24 15 3.8 13.47 3.8 11.91C3.81 7.37 7.5 3.67 12.05 3.67M8.53 7.33C8.37 7.33 8.1 7.39 7.87 7.64C7.65 7.89 7 8.5 7 9.71C7 10.93 7.89 12.1 8 12.27C8.14 12.44 9.76 14.94 12.25 16C12.84 16.27 13.3 16.42 13.66 16.53C14.25 16.72 14.79 16.69 15.22 16.63C15.7 16.56 16.68 16.03 16.89 15.45C17.1 14.87 17.1 14.38 17.04 14.27C16.97 14.17 16.81 14.11 16.56 14C16.31 13.86 15.09 13.26 14.87 13.18C14.64 13.1 14.5 13.06 14.31 13.3C14.15 13.55 13.67 14.11 13.53 14.27C13.38 14.44 13.24 14.46 13 14.34C12.74 14.21 11.94 13.95 11 13.11C10.26 12.45 9.77 11.64 9.62 11.39C9.5 11.15 9.61 11 9.73 10.89C9.84 10.78 10 10.6 10.1 10.45C10.23 10.31 10.27 10.2 10.35 10.04C10.43 9.87 10.39 9.73 10.33 9.61C10.27 9.5 9.77 8.26 9.56 7.77C9.36 7.29 9.16 7.35 9 7.34C8.86 7.34 8.7 7.33 8.53 7.33Z"}})]),t._v("\n مشاوره آنلاین\n ")])]),t._v(" "),r("div",{staticClass:"shop-social-icons"},[r("ul",{staticClass:"icon-box"},[r("li",{staticClass:"mt-0"},[r("a",{staticClass:"text-secondary",attrs:{href:"https://api.whatsapp.com/send/?phone&text="+t.fullLink+"&app_absent=0","data-toggle":"tooltip",title:"اشتراک گذاری در whatsapp",target:"_blank"}},[r("svg",{staticStyle:{width:"24px",height:"24px"},attrs:{viewBox:"0 0 24 24"}},[r("path",{attrs:{fill:"currentColor",d:"M12.04 2C6.58 2 2.13 6.45 2.13 11.91C2.13 13.66 2.59 15.36 3.45 16.86L2.05 22L7.3 20.62C8.75 21.41 10.38 21.83 12.04 21.83C17.5 21.83 21.95 17.38 21.95 11.92C21.95 9.27 20.92 6.78 19.05 4.91C17.18 3.03 14.69 2 12.04 2M12.05 3.67C14.25 3.67 16.31 4.53 17.87 6.09C19.42 7.65 20.28 9.72 20.28 11.92C20.28 16.46 16.58 20.15 12.04 20.15C10.56 20.15 9.11 19.76 7.85 19L7.55 18.83L4.43 19.65L5.26 16.61L5.06 16.29C4.24 15 3.8 13.47 3.8 11.91C3.81 7.37 7.5 3.67 12.05 3.67M8.53 7.33C8.37 7.33 8.1 7.39 7.87 7.64C7.65 7.89 7 8.5 7 9.71C7 10.93 7.89 12.1 8 12.27C8.14 12.44 9.76 14.94 12.25 16C12.84 16.27 13.3 16.42 13.66 16.53C14.25 16.72 14.79 16.69 15.22 16.63C15.7 16.56 16.68 16.03 16.89 15.45C17.1 14.87 17.1 14.38 17.04 14.27C16.97 14.17 16.81 14.11 16.56 14C16.31 13.86 15.09 13.26 14.87 13.18C14.64 13.1 14.5 13.06 14.31 13.3C14.15 13.55 13.67 14.11 13.53 14.27C13.38 14.44 13.24 14.46 13 14.34C12.74 14.21 11.94 13.95 11 13.11C10.26 12.45 9.77 11.64 9.62 11.39C9.5 11.15 9.61 11 9.73 10.89C9.84 10.78 10 10.6 10.1 10.45C10.23 10.31 10.27 10.2 10.35 10.04C10.43 9.87 10.39 9.73 10.33 9.61C10.27 9.5 9.77 8.26 9.56 7.77C9.36 7.29 9.16 7.35 9 7.34C8.86 7.34 8.7 7.33 8.53 7.33Z"}})])])]),t._v(" "),r("li",{staticClass:"mt-0 mr-3"},[r("a",{staticClass:"text-secondary",attrs:{href:"https://www.facebook.com/sharer/sharer.php?u="+t.fullLink,"data-toggle":"tooltip",title:"اشتراک گذاری در facebook",target:"_blank"}},[r("svg",{staticStyle:{width:"24px",height:"24px"},attrs:{viewBox:"0 0 24 24"}},[r("path",{attrs:{fill:"currentColor",d:"M12 2.04C6.5 2.04 2 6.53 2 12.06C2 17.06 5.66 21.21 10.44 21.96V14.96H7.9V12.06H10.44V9.85C10.44 7.34 11.93 5.96 14.22 5.96C15.31 5.96 16.45 6.15 16.45 6.15V8.62H15.19C13.95 8.62 13.56 9.39 13.56 10.18V12.06H16.34L15.89 14.96H13.56V21.96A10 10 0 0 0 22 12.06C22 6.53 17.5 2.04 12 2.04Z"}})])])]),t._v(" "),r("li",{staticClass:"mt-0 mr-1"},[r("a",{staticClass:"text-secondary",attrs:{href:"https://twitter.com/intent/tweet?url="+t.fullLink,"data-toggle":"tooltip",title:"اشتراک گذاری در twitter",target:"_blank"}},[r("svg",{staticStyle:{width:"24px",height:"24px"},attrs:{viewBox:"0 0 24 24"}},[r("path",{attrs:{fill:"currentColor",d:"M22.46,6C21.69,6.35 20.86,6.58 20,6.69C20.88,6.16 21.56,5.32 21.88,4.31C21.05,4.81 20.13,5.16 19.16,5.36C18.37,4.5 17.26,4 16,4C13.65,4 11.73,5.92 11.73,8.29C11.73,8.63 11.77,8.96 11.84,9.27C8.28,9.09 5.11,7.38 3,4.79C2.63,5.42 2.42,6.16 2.42,6.94C2.42,8.43 3.17,9.75 4.33,10.5C3.62,10.5 2.96,10.3 2.38,10C2.38,10 2.38,10 2.38,10.03C2.38,12.11 3.86,13.85 5.82,14.24C5.46,14.34 5.08,14.39 4.69,14.39C4.42,14.39 4.15,14.36 3.89,14.31C4.43,16 6,17.26 7.89,17.29C6.43,18.45 4.58,19.13 2.56,19.13C2.22,19.13 1.88,19.11 1.54,19.07C3.44,20.29 5.7,21 8.12,21C16,21 20.33,14.46 20.33,8.79C20.33,8.6 20.33,8.42 20.32,8.23C21.16,7.63 21.88,6.87 22.46,6Z"}})])])]),t._v(" "),r("li",{staticClass:"mt-0 mr-1"},[r("a",{staticClass:"text-secondary",staticStyle:{width:"100px"},attrs:{href:t.fullLink,"data-toggle":"tooltip",title:"کپی کردن لینک"},on:{click:function(e){return e.preventDefault(),t.copyLink()}}},[r("svg",{staticStyle:{width:"24px",height:"24px"},attrs:{viewBox:"0 0 24 24"}},[r("path",{attrs:{fill:"currentColor",d:"M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"}})]),t._v(" "),r("b",{staticClass:"mr-2"},[t._v("کپی لینک")])])])])]),t._v(" "),r("div",{staticClass:"rating d-flex shop-social-icons"},[r("rating"),t._v(" "),t.Comments&&t.Comments.length>0?r("span",[t._v(t._s(t.Comments.length)+" نقد و بررسی")]):t._e(),t._v(" "),t.wishList?r("div",{staticClass:"icon-box"},[r("a",{attrs:{href:"#","data-toggle":"tooltip",title:"افزودن به علاقمندی ها"},on:{click:function(e){return e.preventDefault(),t.pin.apply(null,arguments)}}},[t.isInWishList?r("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",height:"24px",viewBox:"0 0 24 24",width:"24px"}},[r("path",{attrs:{fill:"currentColor",d:"M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"}})]):r("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",height:"24px",viewBox:"0 0 24 24",width:"24px"}},[r("path",{attrs:{fill:"currentColor",d:"M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"}})])])]):t._e(),t._v(" "),t.showBeforePrice?r("div",{staticStyle:{border:"1.3px solid red","border-radius":"6px","padding-left":"10px","padding-right":"10px",height:"27px",width:"60px",color:"red","margin-right":"13px"}},[t._v("تخفیف\n ")]):t._e()],1),t._v(" "),r("div",{staticClass:"product-price-box"},[t.selectVariant.qty>0?r("span",[r("span",[r("svg",{staticClass:"inline",staticStyle:{width:"24px",height:"24px"},attrs:{viewBox:"0 0 24 24"}},[r("path",{attrs:{fill:"#1da1f2",d:"M3,13.5L2.25,12H7.5L6.9,10.5H2L1.25,9H9.05L8.45,7.5H1.11L0.25,6H4A2,2 0 0,1 6,4H18V8H21L24,12V17H22A3,3 0 0,1 19,20A3,3 0 0,1 16,17H12A3,3 0 0,1 9,20A3,3 0 0,1 6,17H4V13.5H3M19,18.5A1.5,1.5 0 0,0 20.5,17A1.5,1.5 0 0,0 19,15.5A1.5,1.5 0 0,0 17.5,17A1.5,1.5 0 0,0 19,18.5M20.5,9.5H18V12H22.46L20.5,9.5M9,18.5A1.5,1.5 0 0,0 10.5,17A1.5,1.5 0 0,0 9,15.5A1.5,1.5 0 0,0 7.5,17A1.5,1.5 0 0,0 9,18.5Z"}})])]),t._v(" "),r("span",[t._v("موجود در انبار آماده ارسال")])]):t._e(),t._v(" "),r("span",[r("br"),t._v(" "),r("span",[r("svg",{staticClass:"inline",staticStyle:{width:"24px",height:"24px"},attrs:{viewBox:"0 0 24 24"}},[r("path",{attrs:{fill:"#ff4e3c",d:"M22,12V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V12A1,1 0 0,1 1,11V8A2,2 0 0,1 3,6H6.17C6.06,5.69 6,5.35 6,5A3,3 0 0,1 9,2C10,2 10.88,2.5 11.43,3.24V3.23L12,4L12.57,3.23V3.24C13.12,2.5 14,2 15,2A3,3 0 0,1 18,5C18,5.35 17.94,5.69 17.83,6H21A2,2 0 0,1 23,8V11A1,1 0 0,1 22,12M4,20H11V12H4V20M20,20V12H13V20H20M9,4A1,1 0 0,0 8,5A1,1 0 0,0 9,6A1,1 0 0,0 10,5A1,1 0 0,0 9,4M15,4A1,1 0 0,0 14,5A1,1 0 0,0 15,6A1,1 0 0,0 16,5A1,1 0 0,0 15,4M3,8V10H11V8H3M13,8V10H21V8H13Z"}})])]),t._v(" "),r("span",[t._v("بسته بندی اختصاصی هنزا گلد مناسب هدیه")]),t._v(" "),r("br"),t._v(" "),r("span",[r("svg",{staticClass:"inline",staticStyle:{width:"24px",height:"24px"},attrs:{viewBox:"0 0 24 24"}},[r("path",{attrs:{fill:"#059669",d:"M4,3C2.89,3 2,3.89 2,5V15A2,2 0 0,0 4,17H12V22L15,19L18,22V17H20A2,2 0 0,0 22,15V8L22,6V5A2,2 0 0,0 20,3H16V3H4M12,5L15,7L18,5V8.5L21,10L18,11.5V15L15,13L12,15V11.5L9,10L12,8.5V5M4,5H9V7H4V5M4,9H7V11H4V9M4,13H9V15H4V13Z"}})])]),t._v(" "),r("span",[t._v("ضمانت طلای 18 عیار + فاکتور رسمی")])]),t._v(" "),r("br"),t._v(" "),r("span",[r("span",[r("svg",{staticClass:"inline",staticStyle:{width:"24px",height:"24px"},attrs:{viewBox:"0 0 24 24"}},[r("path",{attrs:{fill:"#3B82F6",d:"M7,15H9C9,16.08 10.37,17 12,17C13.63,17 15,16.08 15,15C15,13.9 13.96,13.5 11.76,12.97C9.64,12.44 7,11.78 7,9C7,7.21 8.47,5.69 10.5,5.18V3H13.5V5.18C15.53,5.69 17,7.21 17,9H15C15,7.92 13.63,7 12,7C10.37,7 9,7.92 9,9C9,10.1 10.04,10.5 12.24,11.03C14.36,11.56 17,12.22 17,15C17,16.79 15.53,18.31 13.5,18.82V21H10.5V18.82C8.47,18.31 7,16.79 7,15Z"}})])]),t._v("\n قیمت روز ۱ گرم طلای ۱۸ عیار :\n "+t._s(t._f("priceUnit")(t.goldPrice))+" ")]),t._v(" "),r("br"),t._v(" "),r("span",[r("span",[r("svg",{staticClass:"inline",staticStyle:{width:"24px",height:"24px"},attrs:{viewBox:"0 0 24 24"}},[r("path",{attrs:{fill:"#FBBF24",d:"M7,2H17A2,2 0 0,1 19,4V20A2,2 0 0,1 17,22H7A2,2 0 0,1 5,20V4A2,2 0 0,1 7,2M7,4V8H17V4H7M7,10V12H9V10H7M11,10V12H13V10H11M15,10V12H17V10H15M7,14V16H9V14H7M11,14V16H13V14H11M15,14V16H17V14H15M7,18V20H9V18H7M11,18V20H13V18H11M15,18V20H17V18H15Z"}})])]),t._v("\n اجرت + مالیات به ازای یک گرم: وزن طلا * 7 % * اجرت درصدی *\n قیمت گرم\n ")]),t._v(" "),r("br"),t._v(" "),r("span",{staticClass:"cursor-pointer tooltiper ml-2",attrs:{"data-toggle":"tooltip",title:" بر اساس اين قانون كه از ١٣ دي ماه ١٤٠٠ اجراي آن الزامي ست، ٩٪ ماليات بر ارزش افزوده تنها بر روي اجرت و سود گالري (مصوب اتحاديه طلا و جواهر كشور) دريافت خواهد شد.\n اين قانون بسيار به نفع مشتريان عزيز خواهد بود و مي توانند محصولات هنزا را با قيمتي بسيار جذاب و رقابتي خريداري كنند.\n\n اعتمادتان را به دنيا نمي دهيم!"}},[r("svg",{staticClass:"inline",staticStyle:{width:"24px",height:"24px"},attrs:{viewBox:"0 0 24 24",color:"red"}},[r("path",{attrs:{fill:"currentColor",d:"M11,15H13V17H11V15M11,7H13V13H11V7M12,2C6.47,2 2,6.5 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20Z"}})]),t._v("\n نحوه محاسبه قيمت\n ")]),t._v(" "),r("br"),t._v(" "),r("div")]),t._v(" "),t._m(0),t._v(" "),r("ul",{staticClass:"product-extra-info"},[r("li",[r("span",[t._v("دسته بندی : ")]),t._v(" "),r("div",{staticClass:"product-info-item",staticStyle:{"margin-right":"10px"}},[t._l(t.collects,(function(e,o){return[r("a",{attrs:{href:"/shop/"+e.collection.title.split(" ").join("-")+"/"+e.collection.id,title:e.collection.title}},[t._v(t._s(e.collection.title))]),t._v(" "),t.collects.length>1&&o<t.collects.length-1?r("span",[t._v(" , ")]):t._e()]}))],2)]),t._v(" "),t.tags.length>0?r("li",{staticStyle:{display:"block"}},[r("span",[t._v("برچسب ها : ")]),t._v(" "),r("div",{staticClass:"product-info-item",staticStyle:{"margin-right":"10px",display:"inline"}},[t._l(t.tags,(function(e,o){return[r("a",{attrs:{href:"/shop/tag/"+e.cnt.id,title:e.cnt.val}},[t._v(t._s(e.cnt.val))]),t._v(" "),t.tags.length>1&&o<t.tags.length-1?r("span",[t._v(" , ")]):t._e()]}))],2)]):t._e()])])])])])]),t._v(" "),r("div",{staticClass:"section pt-0"},[r("div",{staticClass:"container"},[r("div",{staticClass:"product-additional-info"},[r("div",{staticClass:"row"},[r("div",{staticClass:"col-lg-4"},[r("ul",{staticClass:"nav product-sticky-sec",attrs:{id:"bordered-tab",role:"tablist"}},[t._m(1),t._v(" "),r("li",{staticClass:"nav-item"},[r("a",{staticClass:"nav-link",attrs:{id:"tab-product-reviews-tab","data-toggle":"pill",href:"#tab-product-reviews",role:"tab","aria-controls":"tab-product-reviews","aria-selected":"false"}},[t._v("نقد و بررسی\n "),t.Comments.length>0?r("span",[t._v("("+t._s(t.Comments.length)+")")]):t._e()])])])]),t._v(" "),r("div",{staticClass:"col-lg-8"},[r("div",{staticClass:"tab-content",attrs:{id:"bordered-tabContent"}},[r("div",{staticClass:"tab-pane fade show active",attrs:{id:"tab-product-desc",role:"tabpanel","aria-labelledby":"tab-product-desc-tab"}},[r("h4",[t._v("توضیحات")]),t._v(" "),r("div",{domProps:{innerHTML:t._s(t.desk_note)}}),t._v(" "),t.file?r("div",{staticClass:"center"},[r("audio",{staticClass:"break-width",staticStyle:{width:"80%","margin-top":"10px"},attrs:{controls:""}},[r("source",{directives:[{name:"lazy-load",rawName:"v-lazy-load"}],attrs:{"data-src":t.file.image}})])]):t._e()]),t._v(" "),r("div",{staticClass:"tab-pane fade",attrs:{id:"tab-product-reviews",role:"tabpanel","aria-labelledby":"tab-product-reviews-tab"}},[r("div",[t.accessToken&&null!==t.accessToken?r("div",{staticClass:"comment-form"},[r("h4",[t._v("دیدگاه شما در مورد محصول")]),t._v(" "),r("form",{attrs:{method:"post"}},[r("div",{staticClass:"row"},[r("div",{staticClass:"col-md-12 form-group"},[r("label",[t._v("دیدگاه شما")]),t._v(" "),r("textarea",{directives:[{name:"model",rawName:"v-model",value:t.Comment,expression:"Comment"}],ref:"Comment",staticClass:"form-control",attrs:{placeholder:"دیدگاه شما در مورد محصول ....",name:"comment",rows:"7"},domProps:{value:t.Comment},on:{input:function(e){e.target.composing||(t.Comment=e.target.value)}}})]),t._v(" "),r("div",{staticClass:"col-md-12 form-group"})]),t._v(" "),r("button",{staticClass:"btn-custom primary",attrs:{type:"submit",name:"button"},on:{click:function(e){return e.preventDefault(),t.Submit_Comment.apply(null,arguments)}}},[t._v("\n ثبت دیدگاه\n ")])])]):t.accessToken&&null!=t.accessToken?t._e():r("div",[r("div",{staticStyle:{display:"flex","flex-wrap":"wrap","justify-content":"flex-start","align-items":"flex-start"}},[r("h5",{},[t._v("برای ثبت دیدگاه ابتدا وارد شوید")]),t._v(" "),r("a",{staticStyle:{"margin-right":"10px"},attrs:{href:"https://henzagold.com/customer/login"}},[r("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",height:"24px",viewBox:"0 0 24 24",width:"24px",fill:"var(--secondary-color)"}},[r("g",{attrs:{fill:"none"}},[r("path",{attrs:{d:"M0 0h24v24H0V0z"}}),t._v(" "),r("path",{attrs:{d:"M0 0h24v24H0V0z",opacity:".87"}})]),t._v(" "),r("path",{attrs:{d:"M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6zm9 14H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"}})]),t._v("\n ورود\n ")])]),t._v(" "),r("hr")]),t._v(" "),t.Comments.length>0?r("div",{staticClass:"comments-list"},[r("ul",t._l(t.Comments,(function(e,o){return r("li",{key:o,staticClass:"comment-item"},[r("img",{directives:[{name:"lazy-load",rawName:"v-lazy-load"}],attrs:{"data-src":"/img/people/2.png",alt:"comment author"}}),t._v(" "),r("div",{staticClass:"comment-body"},[r("h5",{},[t._v("\n "+t._s(t.Comments[o].customer.fname)+"\n "+t._s(t.Comments[o].customer.lname)+"\n ")]),t._v(" "),r("span",[t._v("ارسال شده در تاریخ :\n "+t._s(t.Comments[o].caj.split("-")[0]))]),t._v(" "),r("p",[t._v(t._s(t.Comments[o].comment))])]),t._v(" "),t.Comments[o].reply&&t.Comments[o].reply[0]&&t.Comments[o].reply[0].comment?r("ul",[r("li",{staticClass:"comment-item"},[r("img",{directives:[{name:"lazy-load",rawName:"v-lazy-load"}],staticStyle:{border:"1px solid #bdbdbd94","border-radius":"50%"},attrs:{"data-src":"/img/henza-icon.svg",alt:"comment author"}}),t._v(" "),r("div",{staticClass:"comment-body"},[r("h5",{},[t._v("پشتیبان هنزا")]),t._v(" "),r("span",[t._v("پاسخ داده شده در تاریخ :\n "+t._s(t.Comments[o].reply[0].caj.split("-")[0]))]),t._v(" "),r("p",[t._v(t._s(t.Comments[o].reply[0].comment))])])])]):t._e()])})),0)]):r("div",[r("h6",{staticClass:"end"},[t._v("دیدگاهی وجود ندارد")])])])])])])])])])]),t._v(" "),r("div",{staticClass:"section section-padding pt-0 products"},[r("div",{staticClass:"container"},[r("div",{staticClass:"section-title-wrap section-header flex-header"},[t._m(2),t._v(" "),r("div",{staticClass:"acr-arrows primary-arrows"},[r("i",{staticClass:"slider-prev slick-arrow"},[r("svg",{staticStyle:{width:"40px",height:"40px"},attrs:{viewBox:"0 0 24 24"}},[r("path",{attrs:{fill:"currentColor",d:"M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z"}})])]),t._v(" "),r("i",{staticClass:"slider-next slick-arrow"},[r("svg",{staticStyle:{width:"40px",height:"40px"},attrs:{viewBox:"0 0 24 24"}},[r("path",{attrs:{fill:"currentColor",d:"M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z"}})])])])]),t._v(" "),r("slick",t._l(t.related,(function(t,e){return r("product",{key:t.id,staticClass:"product_slider",attrs:{product:t}})})),1)],1)]),t._v(" "),r("fModal",{attrs:{"max-width":"500px"},scopedSlots:t._u([{key:"header",fn:function(){return[t._v("\n عدم دسترسی\n ")]},proxy:!0},{key:"body",fn:function(){return[r("p",{staticStyle:{"text-align":"center",margin:"30px 0"}},[t._v("برای افزودن محصول به علاقمندی ها باید ابتدا به حساب کاربری خود\n وارد شوید")]),t._v(" "),r("div",{staticClass:"flex",staticStyle:{"justify-content":"space-evenly"}},[r("a",{staticClass:"btn-custom primary",staticStyle:{"z-index":"0","margin-left":"14px"},attrs:{href:"/customer/login?outerRoute="+t.$route.path}},[t._v("ورود به حساب کاربری")]),t._v(" "),r("button",{staticClass:"btn-custom rejectBtn",staticStyle:{"z-index":"0"},on:{click:function(e){t.fmodel=!1}}},[t._v("انصراف")])])]},proxy:!0}]),model:{value:t.fmodel,callback:function(e){t.fmodel=e},expression:"fmodel"}})],1)}),[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"product-descr"},[e("p",{staticClass:"mb-0"})])},function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("li",{staticClass:"nav-item"},[r("a",{staticClass:"nav-link active",attrs:{id:"tab-product-desc-tab","data-toggle":"pill",href:"#tab-product-desc",role:"tab","aria-controls":"tab-product-desc","aria-selected":"true"}},[t._v("توضیحات")])])},function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",{staticClass:"section-title-text"},[r("h5",{staticClass:"custom-primary "},[t._v("پیدا کردن محصولات مشابه")]),t._v(" "),r("h2",{staticClass:"title"},[t._v("محصولات مرتبط")])])}],!1,null,null,null));r.default=L.exports}}]);
Copyright ©2k19 -
Hexid
|
Tex7ure