12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301 |
- <?xml version="1.0" encoding="utf-8"?>
- <openerp>
- <data>
- <!-- Home Slider snippet -->
- <template id="s_kingfisher_pro_home_slider" name="Slider del Inicio">
- <div id="myCarousel" class="carousel slide theme-home-slider s_kingfisher_pro_home_slider" data-interval="10000" data-ride="carousel">
- <!-- Indicators -->
- <ol class="carousel-indicators">
- <li data-slide-to="0" data-target="#myCarousel" class="active" />
- <li data-slide-to="1" data-target="#myCarousel"/>
- </ol>
- <!-- Wrapper for slides -->
- <div class="carousel-inner">
- <div class="item item1 active">
- <div class="container">
- <div class="row content">
- <blockquote class="col-md-6 col-sm-6 col-xs-12 col-xxs-6">
- <p>Nuevas Colecciones</p>
- <h2>Trajes de Hombres</h2>
- <h5>Descuentos <span>20%</span></h5>
- <div class="btn-box">
- <a href="#">Comprar Ahora <i class="fa fa-angle-right"/></a>
- </div>
- </blockquote>
- <div class="col-md-6 col-sm-6 col-xs-6">
- <img src="/kingfisher_pro/static/src/img/men-blazer.png"/>
- </div>
- </div>
- </div>
- </div>
- <div class="item item2">
- <div class="container">
- <div class="row content">
- <blockquote class="pull-right col-md-5 col-sm-6 col-xs-12 col-xxs-6">
- <p>Prendas de Vestir</p>
- <h2>Moda Femenina</h2>
- <h5>Descuento <span>20%</span></h5>
- <div class="btn-box">
- <a href="#">Comprar Ahora <i class="fa fa-angle-right"/></a>
- </div>
- </blockquote>
- <div class="col-md-7 col-sm-6 col-xs-6 col-xs-12 col-xxs-6">
- <img src="/kingfisher_pro/static/src/img/women-top.png"/>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- Controls -->
- <a class="left carousel-control" data-target="#myCarousel" data-slide="prev" role="button">
- <span aria-hidden="true" class="previous-icon">
- <img src="/kingfisher_pro/static/src/img/prev-slide.png"/>
- </span>
- <span class="sr-only">Previo</span>
- </a>
- <a class="right carousel-control" data-slide="next" data-target="#myCarousel" role="button">
- <span aria-hidden="true" class="next-icon">
- <img src="/kingfisher_pro/static/src/img/next-slide.png"/>
- </span>
- <span class="sr-only">Próximo</span>
- </a>
- </div>
- </template>
- <!-- Promo Snippet -->
- <template id="s_kingfisher_pro_promo_snippet" name="Promociones">
- <section class="ads-section s_kingfisher_pro_promo_snippet">
- <div class="container">
- <div class="row">
- <div class="col-lg-3 col-md-4 col-sm-4 col-xs-12 text-center">
- <section class="adsb-inner adsb-inner1 small-banners oe_img_bg oe_custom_bg" style="background-image: url("/website/image/ir.attachment/1878_217826b/datas");">
- <div class="inner-content">
- <!-- <h5>ZAPATOS DE HOMBRE</h5> -->
- <!--<section class="image-section">-->
- <!-- <img alt="Shoes" class="img-responsive" src="/kingfisher_pro/static/src/img/snippet/shoes.png" title="Shoes"/>-->
- <!--</section>-->
- <div class="pull-right btn-box" style="margin-right: 20px; " >
- <button class="pull-right">VER MAS <i class="fa fa-angle-right"/></button>
- </div>
- </div>
- <a href="/shop/category/shorts-8">
- <span class="dark-div">
- <span class="inner-div"/>
- </span>
- </a>
- </section>
- <section class="adsb-inner adsb-inner4 small-banners oe_custom_bg oe_img_bg" style="background-image: url("/website/image/ir.attachment/1895_ece9a63/datas");">
- <div class="inner-content">
- <!-- <h5>RELOJES DE HOMBRES</h5> -->
- <!--<section class="image-section">-->
- <!-- <img alt="Watch" class="img-responsive" src="/kingfisher_pro/static/src/img/snippet/watch.png" title="Watch"/>-->
- <!--</section>-->
- <div class="pull-right btn-box" style="margin-right: 20px; " >
- <button class="pull-right">VER MAS <i class="fa fa-angle-right"/></button>
- </div>
- </div>
- <a href="/shop/category/jeans-15">
- <span class="dark-div">
- <span class="inner-div"/>
- </span>
- </a>
- </section>
- </div>
- <div class="col-lg-6 col-md-4 col-sm-4 col-xs-12">
- <section class="adsb-inner adsb-inner2 middle-banner oe_custom_bg oe_img_bg" style="background-image: url("/website/image/ir.attachment/2155_987a12b/datas");">
- <!--<div class="middle-content">-->
- <!-- <a href="#">-->
- <!-- <span class="line1">MAS GRANDE</span>-->
- <!-- <br/>-->
- <!-- <span class="line2">VENDIDO</span>-->
- <!-- <br/>-->
- <!-- <span class="line3">50%</span>-->
- <!-- </a>-->
- <!--</div>-->
- </section>
- </div>
- <div class="col-lg-3 col-md-4 col-sm-4 col-xs-12">
- <section class="adsb-inner adsb-inner3 small-banners oe_custom_bg oe_img_bg" style="background-image: url("/website/image/ir.attachment/1870_54b7740/datas");">
- <div class="inner-content">
- <!-- <h5>LENTES DE MUJER</h5> -->
- <!--<section class="image-section">-->
- <!-- <img alt="Spacs" class="img-responsive" src="/kingfisher_pro/static/src/img/snippet/spacs.png" title="Spacs"/>-->
- <!--</section>-->
- <div class="pull-right btn-box" style="margin-left: 20px; " >
- <button class="pull-left">VER MAS <i class="fa fa-angle-right"/></button>
- </div>
- </div>
- <a href="/shop/category/vestidos-9">
- <span class="dark-div">
- <span class="inner-div"/>
- </span>
- </a>
- </section>
- <section class="adsb-inner adsb-inner3 small-banners oe_custom_bg oe_img_bg" style="background-image: url("/website/image/ir.attachment/1871_0b87646/datas");">
- <div class="inner-content">
- <!-- <h5>JOYAS DE MUJER</h5> -->
- <!--<section class="image-section">-->
- <!-- <img alt="Jewellary" class="img-responsive" src="/kingfisher_pro/static/src/img/snippet/jewellary.png" title="Jewellary"/>-->
- <!--</section>-->
- <div class="pull-right btn-box" style="margin-left: 20px; " >
- <button class="pull-left">VER MAS <i class="fa fa-angle-right"/></button>
- </div>
- </div>
- <a href="/shop/category/calzas-31">
- <span class="dark-div">
- <span class="inner-div"/>
- </span>
- </a>
- </section>
- </div>
- </div>
- </div>
- </section>
- </template>
- <!-- Service Snippet -->
- <template id="s_kingfisher_pro_service_snippet" name="Servicios">
- <section class="services text-center s_kingfisher_pro_service_snippet">
- <div class="container">
- <div class="row">
- <div class="col-sm-4">
- <a href="#">
- <i class="fa fa-shopping-cart" aria-hidden="true" alt="Free Shipping"></i>
- </a>
- <h4 class="">
- <b>ENVIO GRATIS</b>
- </h4>
- <h5 class="">ENTREGAMOS A SU DOMICILIO</h5>
- </div>
- <div class="col-sm-4">
- <a href="#">
- <i class="fa fa-phone" aria-hidden="true" Title="Customer Service" alt="Customer Service"></i>
- </a>
- <h4 class="">
- <b>ATENCION AL CLIENTE</b>
- </h4>
- <h5 class="">ATENCION PERSONALIZADA</h5>
- </div>
- <div class="col-sm-4">
- <a href="#">
- <i class="fa fa-money" aria-hidden="true" Title="Money Back" alt="Money Back"></i>
- </a>
- <h4 class="">
- <b>DEVOLUCION GARANTIZARA !</b>
- </h4>
- <h5 class="">SI NO ESTA CONTENTO NEGOCIAREMOS</h5>
- </div>
- </div>
- </div>
- </section>
- </template>
- <!-- Product/Category Slider Snippet -->
- <template id="s_kingfisher_pro_product_category_slider" name="Slider Dynamico Producto/Categoria">
- <section class="oe_pro_cat_slider" data-prod-cat-slider-type="" contentEditable="false">
- <div class="container">
- <div class="row oe_our_slider">
- <div class="col-md-12">
- <div class="title-block">
- <h4 id="snippet-title" class="section-title style1">
- <span>Slider Productos por Categoria</span>
- </h4>
- </div>
- </div>
- </div>
- </div>
- </section>
- </template>
- <template id="kingfisher_pro_product_category_slider_option" inherit_id="website.snippet_options" name="Modify Options">
- <xpath expr="//div" position="after">
- <div data-js="kingfisher_pro_product_category_slider"
- data-selector=".oe_pro_cat_slider"
- >
- <li data-pro_cat_slider="">
- <a class="oe_pro_cat_slider">Modificar</a>
- </li>
- </div>
- </xpath>
- </template>
- <template id="kingfisher_pro_pro_cat_slider_view" name="Product/Category Slider">
- <div class="title-block">
- <h4 t-if="not slider_header">
- <span>Tendencias</span>
- </h4>
- <h4 t-if="slider_header">
- <span>
- <t t-esc="slider_header.name"/>
- </span>
- </h4>
- </div>
- <div class="psb-inner products-slider-section">
- <div class="owl-carousel" t-att-id="'%s%s' % (slider_header.prod_cat_type, slider_header.id)" t-if="slider_details">
- <t t-foreach="slider_details" t-as="slide">
- <t t-if="slider_type == 'product'">
- <div class="cs-product slide-cs_productos">
- <div class="pwp-img slide-pwp_img" >
- <div t-if="slide and slide.product_style_tag_id" t-att-class="'%s' % slide.product_style_tag_id.color if slide and slide.product_style_tag_id else ''">
- <t t-esc="slide.product_style_tag_id.name"/>
- </div>
- <a t-att-href="'/shop/product/%s' % slug(slide)">
- <img class="front" t-att-alt="slide.name" t-att-title="slide.name" t-att-src="website.image_url(slide, 'image')"/>
- <img class="back" t-att-alt="slide.name" t-att-title="slide.name" t-att-src="website.image_url(slide, 'flip_image')"/>
- </a>
- </div>
- <div class="pink-box">
- <div class="view">
- <div class="shopping-cart">
- <a t-att-href="'/shop/product/%s' % slug(slide)">
- <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA !</h5>
- </a>
- </div>
- </div>
- </div>
- <div class="pwp-info" >
- <p class="pwpi-title">
- <a t-att-href="'/shop/product/%s' % slug(slide)">
- <t t-esc="slide.name"/>
- </a>
- </p>
- <p class="price" >
- <span class="price" t-esc="str('{p:0,.0f}'.format(p=slide.lst_price).replace(',','.' ) + ' ₲s.')" >
- <span t-field="slide.lst_price" t-field-options='{"widget": "monetary","display_currency": "website.pricelist_id.currency_id"}' ></span>
- </span>
- </p>
- </div>
- </div>
- </t>
- <t t-if="slider_type == 'category'">
- <div class="cs-product slidedos-cs_product">
- <div class="pwp-img slidedos-pwp_img">
- <a t-att-href=" '/shop/category/%s' % slug(slide)">
- <img t-att-src="website.image_url(slide, 'image')" t-att-title="slide.name" t-att-alt="slide.name"/>
- </a>
- </div>
- <div id="only_categories" class="pwp-info">
- <p class="pwpi-title">
- <a t-att-href="'/shop/category/%s' % slug(slide)">
- <t t-esc="slide.name"/>
- </a>
- </p>
- </div>
- </div>
- </t>
- </t>
- </div>
- </div>
- </template>
- <!-- Brands slider snippet -->
- <template id="s_kingfisher_pro_brand_custom_slider" name="Brands">
- <section class="king_pro_brand_slider" data-brand-count="0" contentEditable="false">
- <div class="container">
- <div class="row our-brands">
- <div class="col-md-12">
- <div class="title-block">
- <h4 class="section-title style1" id="snippet-title">
- <span>Nuestras Marcas</span>
- </h4>
- </div>
- </div>
- </div>
- </div>
- </section>
- </template>
- <template id="kingfisher_pro_brand_custom_slider_option" inherit_id="website.snippet_options" name="Modify Options">
- <xpath expr="//div" position="after">
- <div data-js="kingfisher_pro_brand_custom_slider"
- data-selector=".king_pro_brand_slider"
- data-snippet-option-id="kingfisher_pro_brand_custom_slider">
- <li data-king_brand_slider="">
- <a class="king_pro_brand_slider">Modificar</a>
- </li>
- </div>
- </xpath>
- </template>
- <template id="kingfisher_pro_brand_slider_view" name="Brand Snippet">
- <div class="container our-brand-section">
- <div class="title-block">
- <h4 class="section-title style1" t-if="not brand_header">
- <span>Nuestras Marcas</span>
- </h4>
- <h4 class="section-title style1" t-if="brand_header">
- <span>
- <t t-esc="brand_header"/>
- </span>
- </h4>
- <!-- <hr/> -->
- </div>
- <div class="psb-inner">
- <t t-if="website_brands">
- <div id="kingfisher_pro_brand_slider" class="owl-carousel" t-if="website_brands">
- <t t-foreach="website_brands" t-as="brand">
- <a t-attf-href="/shop/brands?brand=#{ brand.id }">
- <div class="barnd-img text-center">
- <img t-att-src="website.image_url(brand, 'brand_logo')" t-att-title="brand.name" t-att-alt="brand.name"/>
- </div>
- </a>
- </t>
- </div>
- </t>
- </div>
- </div>
- </template>
- <!-- Single Banner snippet -->
- <template id="s_kingfisher_pro_single_banner_snippet" name="Simple banner sin slider">
- <section class="new-collection s_kingfisher_pro_single_banner_snippet" style="background-image:url(/kingfisher_pro/static/src/img/snippet/bg-banner.png)">
- <div class="container">
- <div class="row">
- <div class="col-md-6 col-sm-6 sol-xs-6">
- <div class="inner-content">
- <h5 class="">Colecciones Nuevas</h5>
- <h3>2016</h3>
- <p>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse
- <br/>
- molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero
- <br/>
- eros et accumsan et iusto odio dignissim qui blandit praesent luptatum
- <br/>
- zzril delenit augue duis dolore te feugait nulla facilisi.</p>
- </div>
- <div class="btn-box">
- <a href="#">Comprar Ahora <i class="fa fa-angle-right"/></a>
- </div>
- </div>
- <div class="col-md-6 col-sm-6 sol-xs-6">
- <img alt="Bag" src="/kingfisher_pro/static/src/img/snippet/bag.png" title="Bag"/>
- </div>
- </div>
- </div>
- </section>
- </template>
- <!-- Multi Product slider snippet -->
- <template id="s_kingfisher_pro_multi_cat_custom_snippet" name="Multi Slider de Productos">
- <section class="oe_multi_category_slider" data-multi-cat-slider-type="" contentEditable="false">
- <div class="container">
- <div class="row our-categories">
- <div class="col-md-12">
- <div class="title-block">
- <h4 id="snippet-title" class="section-title style1"><span>Multi Slider de Productos</span></h4>
- </div>
- </div>
- </div>
- </div>
- </section>
- </template>
- <template id="kingfisher_pro_multi_cat_slider_option" inherit_id="website.snippet_options" name="Modificar Opciones">
- <xpath expr="//div" position="after">
- <div data-js="kingfisher_pro_multi_cat_custom_snippet"
- data-selector=".oe_multi_category_slider"
- data-snippet-option-id="kingfisher_pro_multi_cat_custom_snippet">
- <li data-multi_category_slider="">
- <a class="oe_multi_category_slider">Modificar</a>
- </li>
- </div>
- </xpath>
- </template>
- <template id="kingfisher_pro_multi_cat_slider_view" name="Multi Categorias/Productos Slider">
- <div class="container">
- <div class="title-block">
- <h4 class="section-title style1" t-if="not slider_header">
- <span>Tendencias</span>
- </h4>
- <h4 class="section-title style1" t-if="slider_header">
- <span>
- <t t-esc="slider_header.name"/>
- </span>
- </h4>
- <!-- <hr/> -->
- </div>
- <div class="lns-inner latest-news-section">
- <div class="row">
- <div class="lns-post">
- <div class="psb-inner">
- <ul id="multi_dynamic_slider_tabs" class="nav nav-tabs">
- <t t-if="slider_details.no_of_collection == '2'">
- <li class="active my-test">
- <a href="#multi-collection1" data-toggle="tab">
- <t t-esc='slider_details.label_collection_1'/>
- </a>
- </li>
- <li class="my-test">
- <a href="#multi-collection2" data-toggle="tab">
- <t t-esc='slider_details.label_collection_2'/>
- </a>
- </li>
- </t>
- <t t-if="slider_details.no_of_collection == '3'">
- <li class="active">
- <a href="#multi-collection1" data-toggle="tab">
- <t t-esc='slider_details.label_collection_1'/>
- </a>
- </li>
- <li class="">
- <a href="#multi-collection2" data-toggle="tab">
- <t t-esc='slider_details.label_collection_2'/>
- </a>
- </li>
- <li class="">
- <a href="#multi-collection3" data-toggle="tab">
- <t t-esc='slider_details.label_collection_3'/>
- </a>
- </li>
- </t>
- <t t-if="slider_details.no_of_collection == '4'">
- <li class="active">
- <a href="#multi-collection1" data-toggle="tab">
- <t t-esc='slider_details.label_collection_1'/>
- </a>
- </li>
- <li class="">
- <a href="#multi-collection2" data-toggle="tab">
- <t t-esc='slider_details.label_collection_2'/>
- </a>
- </li>
- <li class="">
- <a href="#multi-collection3" data-toggle="tab">
- <t t-esc='slider_details.label_collection_3'/>
- </a>
- </li>
- <li class="">
- <a href="#multi-collection4" data-toggle="tab">
- <t t-esc='slider_details.label_collection_4'/>
- </a>
- </li>
- </t>
- <t t-if="slider_details.no_of_collection == '5'">
- <li class="active">
- <a href="#multi-collection1" data-toggle="tab">
- <t t-esc='slider_details.label_collection_1'/>
- </a>
- </li>
- <li class="">
- <a href="#multi-collection2" data-toggle="tab">
- <t t-esc='slider_details.label_collection_2'/>
- </a>
- </li>
- <li class="">
- <a href="#multi-collection3" data-toggle="tab">
- <t t-esc='slider_details.label_collection_3'/>
- </a>
- </li>
- <li class="">
- <a href="#multi-collection4" data-toggle="tab">
- <t t-esc='slider_details.label_collection_4'/>
- </a>
- </li>
- <li class="">
- <a href="#multi-collection5" data-toggle="tab">
- <t t-esc='slider_details.label_collection_5'/>
- </a>
- </li>
- </t>
- </ul>
- <div class="tab-content">
- <t t-if="slider_details.no_of_collection == '2'">
- <div class="active multi_hide" id="multi-collection1">
- <div class="owl-carousel" t-att-id="'multi-collection1-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
- <t t-foreach="slider_details.collection_1_ids" t-as="product">
- <div class="cs-product">
- <div class="pwp-img">
- <div t-if="product and product.product_style_tag_id" t-att-class="'%s' % product.product_style_tag_id.color if product and product.product_style_tag_id else ''">
- <t t-esc="product.product_style_tag_id.name"/>
- </div>
- <a t-att-href="'/shop/product/%s' % slug(product)">
- <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
- <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
- </a>
- </div>
- <div class="pink-box">
- <div class="view">
- <div class="shopping-cart">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
- </a>
- </div>
- </div>
- </div>
- <div class="pwp-info">
- <p class="pwpi-title">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <span t-field='product.name'/>
- </a>
- </p>
- <p class="price">
- <span class="price" t-esc="str('{p:0,.0f}'.format(p=product.lst_price).replace(',','.' ) + ' ₲s.')">
- <span t-field="product.lst_price"
- t-field-options='{
- "widget": "monetary",
- "display_currency": "website.pricelist_id.currency_id"
- }'></span>
- </span>
- </p>
- </div>
- </div>
- <!-- <a t-att-href="'/shop/product/%s' % slug(prod)">
- <div class="brand-logo text-center">
- <img t-att-src="website.image_url(prod, 'image')" t-att-title="prod.name" t-att-alt="prod.name"/>
- </div>
- <div t-att-title='prod.name' class="text-center brand-title">
- <strong><t t-esc="prod.name"/></strong>
- </div>
- </a> -->
- </t>
- </div>
- </div>
- <div class="multi_hide" id="multi-collection2">
- <div class="owl-carousel" t-att-id="'multi-collection2-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
- <t t-foreach="slider_details.collection_2_ids" t-as="product">
- <div class="cs-product">
- <div class="pwp-img">
- <div t-if="product and product.product_style_tag_id" t-att-class="'%s' % product.product_style_tag_id.color if product and product.product_style_tag_id else ''">
- <t t-esc="product.product_style_tag_id.name"/>
- </div>
- <a t-att-href="'/shop/product/%s' % slug(product)">
- <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
- <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
- </a>
- </div>
- <div class="pink-box">
- <div class="view">
- <div class="shopping-cart">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
- </a>
- </div>
- </div>
- </div>
- <div class="pwp-info">
- <p class="pwpi-title">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <span t-field='product.name'/>
- </a>
- </p>
- <p class="price" t-esc="str('{p:0,.0f}'.format(p=product.lst_price).replace(',','.' ) + ' ₲s.')">
- <span class="price">
- <span t-field="product.lst_price"
- t-field-options='{
- "widget": "monetary",
- "display_currency": "website.pricelist_id.currency_id"
- }'></span>
- </span>
- </p>
- </div>
- </div>
- </t>
- </div>
- </div>
- </t>
- <t t-if="slider_details.no_of_collection == '3'">
- <div class="active multi_hide" id="multi-collection1">
- <div class="owl-carousel" t-att-id="'multi-collection1-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
- <t t-foreach="slider_details.collection_1_ids" t-as="product">
- <div class="cs-product">
- <div class="pwp-img">
- <div t-if="product and product.product_style_tag_id" t-att-class="'%s' % product.product_style_tag_id.color if product and product.product_style_tag_id else ''">
- <t t-esc="product.product_style_tag_id.name"/>
- </div>
- <a t-att-href="'/shop/product/%s' % slug(product)">
- <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
- <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
- </a>
- </div>
- <div class="pink-box">
- <div class="view">
- <div class="shopping-cart">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
- </a>
- </div>
- </div>
- </div>
- <div class="pwp-info">
- <p class="pwpi-title">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <span t-field='product.name'/>
- </a>
- </p>
- <p class="price">
- <span class="price" t-esc="str('{p:0,.0f}'.format(p=product.lst_price).replace(',','.' ) + ' ₲s.')">
- <span t-field="product.lst_price"
- t-field-options='{
- "widget": "monetary",
- "display_currency": "website.pricelist_id.currency_id"
- }'></span>
- </span>
- </p>
- </div>
- </div>
- </t>
- </div>
- </div>
- <div class="multi_hide" id="multi-collection2">
- <div class="owl-carousel" t-att-id="'multi-collection2-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
- <t t-foreach="slider_details.collection_2_ids" t-as="product">
- <div class="cs-product">
- <div class="pwp-img">
- <div t-if="product and product.product_style_tag_id" t-att-class="'%s' % product.product_style_tag_id.color if product and product.product_style_tag_id else ''">
- <t t-esc="product.product_style_tag_id.name"/>
- </div>
- <a t-att-href="'/shop/product/%s' % slug(product)">
- <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
- <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
- </a>
- </div>
- <div class="pink-box">
- <div class="view">
- <div class="shopping-cart">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
- </a>
- </div>
- </div>
- </div>
- <div class="pwp-info">
- <p class="pwpi-title">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <span t-field='product.name'/>
- </a>
- </p>
- <p class="price">
- <span class="price" t-esc="str('{p:0,.0f}'.format(p=product.lst_price).replace(',','.' ) + ' ₲s.')">
- <span t-field="product.lst_price"
- t-field-options='{
- "widget": "monetary",
- "display_currency": "website.pricelist_id.currency_id"
- }'></span>
- </span>
- </p>
- </div>
- </div>
- </t>
- </div>
- </div>
- <div class="multi_hide" id="multi-collection3">
- <div class="owl-carousel" t-att-id="'multi-collection3-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
- <t t-foreach="slider_details.collection_3_ids" t-as="product">
- <div class="cs-product">
- <div class="pwp-img">
- <div t-if="product and product.product_style_tag_id" t-att-class="'%s' % product.product_style_tag_id.color if product and product.product_style_tag_id else ''">
- <t t-esc="product.product_style_tag_id.name"/>
- </div>
- <a t-att-href="'/shop/product/%s' % slug(product)">
- <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
- <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
- </a>
- </div>
- <div class="pink-box">
- <div class="view">
- <div class="shopping-cart">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
- </a>
- </div>
- </div>
- </div>
- <div class="pwp-info">
- <p class="pwpi-title">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <span t-field='product.name'/>
- </a>
- </p>
- <p class="price">
- <span class="price" t-esc="str('{p:0,.0f}'.format(p=product.lst_price).replace(',','.' ) + ' ₲s.')">
- <span t-field="product.lst_price"
- t-field-options='{
- "widget": "monetary",
- "display_currency": "website.pricelist_id.currency_id"
- }'></span>
- </span>
- </p>
- </div>
- </div>
- </t>
- </div>
- </div>
- </t>
- <t t-if="slider_details.no_of_collection == '4'">
- <div class="active multi_hide" id="multi-collection1">
- <div class="owl-carousel" t-att-id="'multi-collection1-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
- <t t-foreach="slider_details.collection_1_ids" t-as="product">
- <div class="cs-product">
- <div class="pwp-img">
- <div t-if="product and product.product_style_tag_id" t-att-class="'%s' % product.product_style_tag_id.color if product and product.product_style_tag_id else ''">
- <t t-esc="product.product_style_tag_id.name"/>
- </div>
- <a t-att-href="'/shop/product/%s' % slug(product)">
- <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
- <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
- </a>
- </div>
- <div class="pink-box">
- <div class="view">
- <div class="shopping-cart">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
- </a>
- </div>
- </div>
- </div>
- <div class="pwp-info">
- <p class="pwpi-title">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <span t-field='product.name'/>
- </a>
- </p>
- <p class="price">
- <span class="price">
- <span t-field="product.lst_price"
- t-field-options='{
- "widget": "monetary",
- "display_currency": "website.pricelist_id.currency_id"
- }'></span>
- </span>
- </p>
- </div>
- </div>
- </t>
- </div>
- </div>
- <div class="multi_hide" id="multi-collection2">
- <div class="owl-carousel" t-att-id="'multi-collection2-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
- <t t-foreach="slider_details.collection_2_ids" t-as="product">
- <div class="cs-product">
- <div class="pwp-img">
- <div t-if="product and product.product_style_tag_id" t-att-class="'%s' % product.product_style_tag_id.color if product and product.product_style_tag_id else ''">
- <t t-esc="product.product_style_tag_id.name"/>
- </div>
- <a t-att-href="'/shop/product/%s' % slug(product)">
- <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
- <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
- </a>
- </div>
- <div class="pink-box">
- <div class="view">
- <div class="shopping-cart">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
- </a>
- </div>
- </div>
- </div>
- <div class="pwp-info">
- <p class="pwpi-title">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <span t-field='product.name'/>
- </a>
- </p>
- <p class="price">
- <span class="price">
- <span t-field="product.lst_price"
- t-field-options='{
- "widget": "monetary",
- "display_currency": "website.pricelist_id.currency_id"
- }'></span>
- </span>
- </p>
- </div>
- </div>
- </t>
- </div>
- </div>
- <div class="multi_hide" id="multi-collection3">
- <div class="owl-carousel" t-att-id="'multi-collection3-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
- <t t-foreach="slider_details.collection_3_ids" t-as="product">
- <div class="cs-product">
- <div class="pwp-img">
- <div t-if="product and product.product_style_tag_id" t-att-class="'%s' % product.product_style_tag_id.color if product and product.product_style_tag_id else ''">
- <t t-esc="product.product_style_tag_id.name"/>
- </div>
- <a t-att-href="'/shop/product/%s' % slug(product)">
- <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
- <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
- </a>
- </div>
- <div class="pink-box">
- <div class="view">
- <div class="shopping-cart">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
- </a>
- </div>
- </div>
- </div>
- <div class="pwp-info">
- <p class="pwpi-title">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <span t-field='product.name'/>
- </a>
- </p>
- <p class="price">
- <span class="price">
- <span t-field="product.lst_price"
- t-field-options='{
- "widget": "monetary",
- "display_currency": "website.pricelist_id.currency_id"
- }'></span>
- </span>
- </p>
- </div>
- </div>
- </t>
- </div>
- </div>
- <div class="multi_hide" id="multi-collection4">
- <div class="owl-carousel" t-att-id="'multi-collection4-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
- <t t-foreach="slider_details.collection_4_ids" t-as="product">
- <div class="cs-product">
- <div class="pwp-img">
- <div t-if="product and product.product_style_tag_id" t-att-class="'%s' % product.product_style_tag_id.color if product and product.product_style_tag_id else ''">
- <t t-esc="product.product_style_tag_id.name"/>
- </div>
- <a t-att-href="'/shop/product/%s' % slug(product)">
- <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
- <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
- </a>
- </div>
- <div class="pink-box">
- <div class="view">
- <div class="shopping-cart">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
- </a>
- </div>
- </div>
- </div>
- <div class="pwp-info">
- <p class="pwpi-title">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <span t-field='product.name'/>
- </a>
- </p>
- <p class="price">
- <span class="price">
- <span t-field="product.lst_price"
- t-field-options='{
- "widget": "monetary",
- "display_currency": "website.pricelist_id.currency_id"
- }'></span>
- </span>
- </p>
- </div>
- </div>
- </t>
- </div>
- </div>
- </t>
- <t t-if="slider_details.no_of_collection == '5'">
- <div class="active multi_hide" id="multi-collection1">
- <div class="owl-carousel" t-att-id="'multi-collection1-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
- <t t-foreach="slider_details.collection_1_ids" t-as="product">
- <div class="cs-product">
- <div class="pwp-img">
- <div t-if="product and product.product_style_tag_id" t-att-class="'%s' % product.product_style_tag_id.color if product and product.product_style_tag_id else ''">
- <t t-esc="product.product_style_tag_id.name"/>
- </div>
- <a t-att-href="'/shop/product/%s' % slug(product)">
- <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
- <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
- </a>
- </div>
- <div class="pink-box">
- <div class="view">
- <div class="shopping-cart">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
- </a>
- </div>
- </div>
- </div>
- <div class="pwp-info">
- <p class="pwpi-title">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <span t-field='product.name'/>
- </a>
- </p>
- <p class="price">
- <span class="price">
- <span t-field="product.lst_price"
- t-field-options='{
- "widget": "monetary",
- "display_currency": "website.pricelist_id.currency_id"
- }'></span>
- </span>
- </p>
- </div>
- </div>
- </t>
- </div>
- </div>
- <div class="multi_hide" id="multi-collection2">
- <div class="owl-carousel" t-att-id="'multi-collection2-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
- <t t-foreach="slider_details.collection_2_ids" t-as="product">
- <div class="cs-product">
- <div class="pwp-img">
- <div t-if="product and product.product_style_tag_id" t-att-class="'%s' % product.product_style_tag_id.color if product and product.product_style_tag_id else ''">
- <t t-esc="product.product_style_tag_id.name"/>
- </div>
- <a t-att-href="'/shop/product/%s' % slug(product)">
- <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
- <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
- </a>
- </div>
- <div class="pink-box">
- <div class="view">
- <div class="shopping-cart">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
- </a>
- </div>
- </div>
- </div>
- <div class="pwp-info">
- <p class="pwpi-title">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <span t-field='product.name'/>
- </a>
- </p>
- <p class="price">
- <span class="price">
- <span t-field="product.lst_price"
- t-field-options='{
- "widget": "monetary",
- "display_currency": "website.pricelist_id.currency_id"
- }'></span>
- </span>
- </p>
- </div>
- </div>
- </t>
- </div>
- </div>
- <div class="multi_hide" id="multi-collection3">
- <div class="owl-carousel" t-att-id="'multi-collection3-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
- <t t-foreach="slider_details.collection_3_ids" t-as="product">
- <div class="cs-product">
- <div class="pwp-img">
- <div t-if="product and product.product_style_tag_id" t-att-class="'%s' % product.product_style_tag_id.color if product and product.product_style_tag_id else ''">
- <t t-esc="product.product_style_tag_id.name"/>
- </div>
- <a t-att-href="'/shop/product/%s' % slug(product)">
- <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
- <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
- </a>
- </div>
- <div class="pink-box">
- <div class="view">
- <div class="shopping-cart">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
- </a>
- </div>
- </div>
- </div>
- <div class="pwp-info">
- <p class="pwpi-title">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <span t-field='product.name'/>
- </a>
- </p>
- <p class="price">
- <span class="price">
- <span t-field="product.lst_price"
- t-field-options='{
- "widget": "monetary",
- "display_currency": "website.pricelist_id.currency_id"
- }'></span>
- </span>
- </p>
- </div>
- </div>
- </t>
- </div>
- </div>
- <div class="multi_hide" id="multi-collection4">
- <div class="owl-carousel" t-att-id="'multi-collection4-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
- <t t-foreach="slider_details.collection_4_ids" t-as="product">
- <div class="cs-product">
- <div class="pwp-img">
- <div t-if="product and product.product_style_tag_id" t-att-class="'%s' % product.product_style_tag_id.color if product and product.product_style_tag_id else ''">
- <t t-esc="product.product_style_tag_id.name"/>
- </div>
- <a t-att-href="'/shop/product/%s' % slug(product)">
- <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
- <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
- </a>
- </div>
- <div class="pink-box">
- <div class="view">
- <div class="shopping-cart">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
- </a>
- </div>
- </div>
- </div>
- <div class="pwp-info">
- <p class="pwpi-title">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <span t-field='product.name'/>
- </a>
- </p>
- <p class="price">
- <span class="price">
- <span t-field="product.lst_price"
- t-field-options='{
- "widget": "monetary",
- "display_currency": "website.pricelist_id.currency_id"
- }'></span>
- </span>
- </p>
- </div>
- </div>
- </t>
- </div>
- </div>
- <div class="multi_hide" id="multi-collection5">
- <div class="owl-carousel" t-att-id="'multi-collection5-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
- <t t-foreach="slider_details.collection_5_ids" t-as="product">
- <div class="cs-product">
- <div class="pwp-img">
- <div t-if="product and product.product_style_tag_id" t-att-class="'%s' % product.product_style_tag_id.color if product and product.product_style_tag_id else ''">
- <t t-esc="product.product_style_tag_id.name"/>
- </div>
- <a t-att-href="'/shop/product/%s' % slug(product)">
- <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
- <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
- </a>
- </div>
- <div class="pink-box">
- <div class="view">
- <div class="shopping-cart">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
- </a>
- </div>
- </div>
- </div>
- <div class="pwp-info">
- <p class="pwpi-title">
- <a t-attf-href="/shop/product/#{ slug(product) }">
- <span t-field='product.name'/>
- </a>
- </p>
- <p class="price">
- <span class="price">
- <span t-field="product.lst_price"
- t-field-options='{
- "widget": "monetary",
- "display_currency": "website.pricelist_id.currency_id"
- }'></span>
- </span>
- </p>
- </div>
- </div>
- </t>
- </div>
- </div>
- </t>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </template>
- <!-- Blog Slider Snippet -->
- <template id="s_kingfisher_pro_blog_custom_snippet" name="Blog Slider">
- <section class="king_pro_blog_slider" data-blog-slider-type="" contentEditable="false">
- <div class="container">
- <div class="row">
- <div class="col-md-12">
- <div class="title-block">
- <h4 id="snippet-title" class="section-title style1"><span>Slider de Publicaciones-Blog</span></h4>
- </div>
- </div>
- </div>
- </div>
- </section>
- </template>
- <template id="kingfisher_pro_blog_slider_option" inherit_id="website.snippet_options" name="Modifar Opciones">
- <xpath expr="//div" position="after">
- <div data-js="kingfisher_pro_blog_custom_snippet"
- data-selector=".king_pro_blog_slider"
- data-snippet-option-id="kingfisher_pro_blog_custom_snippet">
- <li data-king_blog_slider="">
- <a class="king_pro_blog_slider">Modificar</a>
- </li>
- </div>
- </xpath>
- </template>
- <template id="kingfisher_pro_blog_slider_view" name="Blog Snippet">
- <div class="container">
- <div class="title-block">
- <h4 class="section-title style1" t-if="not slider_header">
- <span>Slider de Publicaciones-Blog</span>
- </h4>
- <h4 class="section-title style1" t-if="slider_header">
- <span>
- <t t-esc="slider_header.name"/>
- </span>
- </h4>
- </div>
- <div class="lns-inner latest-news-section">
- <div class="row">
- <div class="container">
- <div class="lns-post">
- <div class="psb-inner">
- <div class="owl-carousel" t-att-id="'%s-%s' % (slider_header.no_of_counts, slider_header.id)" t-if="blog_slider_details">
- <t t-foreach="blog_slider_details" t-as="slide">
- <div class="post-img">
- <a t-attf-href="/blog/#{ slug(slide.blog_id) }/post/#{ slug(slide) }">
- <img width="400" height="300" t-att-style="'background-image: url(%s); background-size: cover;' % slide.background_image if slide.background_image else 'background: black; background-size: cover;'"/>
- </a>
- <div class="blog-meta">
- <h3>
- <a t-attf-href="/blog/#{ slug(slide.blog_id) }/post/#{ slug(slide) }">
- <h4 t-field="slide.name"/>
- </a>
- </h3>
- <span class="pull-left text-left">by <t t-esc="slide.author_id.name"/></span>
- <span class="time pull-right text-right"><span class='fa fa-clock-o'></span> <t t-esc="slide.create_date"/></span>
- </div>
- </div>
- </t>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </template>
- <!-- Testimonial Snippet -->
- <template id="s_kingfisher_pro_testimonials_slider" name="Slider de Testimonios">
- <section class="testimonials s_kingfisher_pro_testimonials_slider" style="background-image:url(/kingfisher_pro/static/src/img/snippet/testimonial-bg.png)" data-scroll-background-ratio="0.3">
- <div class="container">
- <div class="row">
- <div class="col-md-3 col-sm-12">
- <div class="pf-page-title">
- <h4 class="">Testimoniales</h4>
- </div>
- </div>
- <div class="col-md-9 col-sm-12 slider">
- <div id="myQuoteCarousel" class="psb-inner carousel quotecarousel slide s_kingfisher_pro_testimonials_slider" data-interval="10000">
- <div class="carousel-inner">
- <div class="item text_only active">
- <div class="container">
- <div class="row content">
- <blockquote>
- <p>
- Escribe aquí una cita de uno de sus clientes. Las citas son una gran manera de construir confianza en sus productos o servicios.
- Este tema es muy fácil de construir y formar el punto de vista del cliente es muy intuitivo
- </p>
- <p class="author">Fulano de Tal</p>
- <p class="designation">CEO, Empresa ABC</p>
- </blockquote>
- </div>
- </div>
- </div>
- <div class="item text_only">
- <div class="container">
- <div class="row content">
- <blockquote>
- <p>
- Este tema es muy fácil de construir y formar el punto
- de vista del cliente es muy ofrecemos plataforma esencial
- para nuestra gestión de proyectos.
- Las cosas están mejor organizados y más visible con él.
- </p>
- <p class="author">Fulano Juan Vengano</p>
- <p class="designation">CEO, Empresa ABC</p>
- </blockquote>
- </div>
- </div>
- </div>
- </div>
- <a class= "carousel-control left" data-target= "#myQuoteCarousel" data-slide= "prev">
- <i class='fa fa-angle-left'/>
- </a>
- <a class= "carousel-control right" data-target= "#myQuoteCarousel" data-slide= "next">
- <i class='fa fa-angle-right'/>
- </a>
- </div>
- </div>
- </div>
- </div>
- </section>
- </template>
- <template id="kingfisher_pro_extra_snippet" inherit_id="website.snippets" name="Kingfisher Pro Extra Snippet">
- <xpath expr="//div[@id='snippet_structure']" position="inside">
- <t t-snippet="kingfisher_pro.s_kingfisher_pro_home_slider"
- t-thumbnail="/kingfisher_pro/static/src/img/icons/home-slider-icon.png"/>
- <t t-snippet="kingfisher_pro.s_kingfisher_pro_promo_snippet"
- t-thumbnail="/kingfisher_pro/static/src/img/icons/promo-snippet.png"/>
- <t t-snippet="kingfisher_pro.s_kingfisher_pro_single_banner_snippet"
- t-thumbnail="/kingfisher_pro/static/src/img/icons/banner-without-slider.png"/>
- <t t-snippet="kingfisher_pro.s_kingfisher_pro_service_snippet"
- t-thumbnail="/kingfisher_pro/static/src/img/icons/service.png"/>
- </xpath>
- <xpath expr="//div[@id='snippet_feature']" position="inside">
- <t t-snippet="kingfisher_pro.s_kingfisher_pro_testimonials_slider"
- t-thumbnail="/kingfisher_pro/static/src/img/icons/testimonials.png"/>
- <t t-snippet="kingfisher_pro.s_kingfisher_pro_product_category_slider"
- t-thumbnail="/kingfisher_pro/static/src/img/icons/product-category-slider.png"/>
- <t t-snippet="kingfisher_pro.s_kingfisher_pro_brand_custom_slider"
- t-thumbnail="/kingfisher_pro/static/src/img/icons/brand.png"/>
- <t t-snippet="kingfisher_pro.s_kingfisher_pro_blog_custom_snippet"
- t-thumbnail="/kingfisher_pro/static/src/img/icons/blog.png"/>
- <t t-snippet="kingfisher_pro.s_kingfisher_pro_multi_cat_custom_snippet"
- t-thumbnail="/kingfisher_pro/static/src/img/icons/tabs.png"/>
- </xpath>
- <xpath expr="//div[@id='snippet_effect']" position="inside">
- </xpath>
- </template>
- </data>
- </openerp>
|