snippets.xml 88 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <!-- Home Slider snippet -->
  5. <template id="s_kingfisher_pro_home_slider" name="Slider del Inicio">
  6. <div id="myCarousel" class="carousel slide theme-home-slider s_kingfisher_pro_home_slider" data-interval="10000" data-ride="carousel">
  7. <!-- Indicators -->
  8. <ol class="carousel-indicators">
  9. <li data-slide-to="0" data-target="#myCarousel" class="active" />
  10. <li data-slide-to="1" data-target="#myCarousel"/>
  11. </ol>
  12. <!-- Wrapper for slides -->
  13. <div class="carousel-inner">
  14. <div class="item item1 active">
  15. <div class="container">
  16. <div class="row content">
  17. <blockquote class="col-md-6 col-sm-6 col-xs-12 col-xxs-6">
  18. <p>Nuevas Colecciones</p>
  19. <h2>Trajes de Hombres</h2>
  20. <h5>Descuentos <span>20%</span></h5>
  21. <div class="btn-box">
  22. <a href="#">Comprar Ahora <i class="fa fa-angle-right"/></a>
  23. </div>
  24. </blockquote>
  25. <div class="col-md-6 col-sm-6 col-xs-6">
  26. <img src="/kingfisher_pro/static/src/img/men-blazer.png"/>
  27. </div>
  28. </div>
  29. </div>
  30. </div>
  31. <div class="item item2">
  32. <div class="container">
  33. <div class="row content">
  34. <blockquote class="pull-right col-md-5 col-sm-6 col-xs-12 col-xxs-6">
  35. <p>Prendas de Vestir</p>
  36. <h2>Moda Femenina</h2>
  37. <h5>Descuento <span>20%</span></h5>
  38. <div class="btn-box">
  39. <a href="#">Comprar Ahora <i class="fa fa-angle-right"/></a>
  40. </div>
  41. </blockquote>
  42. <div class="col-md-7 col-sm-6 col-xs-6 col-xs-12 col-xxs-6">
  43. <img src="/kingfisher_pro/static/src/img/women-top.png"/>
  44. </div>
  45. </div>
  46. </div>
  47. </div>
  48. </div>
  49. <!-- Controls -->
  50. <a class="left carousel-control" data-target="#myCarousel" data-slide="prev" role="button">
  51. <span aria-hidden="true" class="previous-icon">
  52. <img src="/kingfisher_pro/static/src/img/prev-slide.png"/>
  53. </span>
  54. <span class="sr-only">Previo</span>
  55. </a>
  56. <a class="right carousel-control" data-slide="next" data-target="#myCarousel" role="button">
  57. <span aria-hidden="true" class="next-icon">
  58. <img src="/kingfisher_pro/static/src/img/next-slide.png"/>
  59. </span>
  60. <span class="sr-only">Próximo</span>
  61. </a>
  62. </div>
  63. </template>
  64. <!-- Promo Snippet -->
  65. <template id="s_kingfisher_pro_promo_snippet" name="Promociones">
  66. <section class="ads-section s_kingfisher_pro_promo_snippet">
  67. <div class="container">
  68. <div class="row">
  69. <div class="col-lg-3 col-md-4 col-sm-4 col-xs-12 text-center">
  70. <section class="adsb-inner adsb-inner1 small-banners">
  71. <div class="inner-content">
  72. <h5>MEN'S SHOES</h5>
  73. <section class="image-section">
  74. <img alt="Shoes" class="img-responsive" src="/kingfisher_pro/static/src/img/snippet/shoes.png" title="Shoes"/>
  75. </section>
  76. <div class="btn-box">
  77. <button>SHOP NOW
  78. <i class="fa fa-angle-right"/></button>
  79. </div>
  80. </div>
  81. <a href="#">
  82. <span class="dark-div">
  83. <span class="inner-div"/>
  84. </span>
  85. </a>
  86. </section>
  87. <section class="adsb-inner adsb-inner4 small-banners">
  88. <div class="inner-content">
  89. <h5>MEN'S WATCH</h5>
  90. <section class="image-section">
  91. <img alt="Watch" class="img-responsive" src="/kingfisher_pro/static/src/img/snippet/watch.png" title="Watch"/>
  92. </section>
  93. <div class="btn-box">
  94. <button>SHOP NOW
  95. <i class="fa fa-angle-right"/></button>
  96. </div>
  97. </div>
  98. <a href="#">
  99. <span class="dark-div">
  100. <span class="inner-div"/>
  101. </span>
  102. </a>
  103. </section>
  104. </div>
  105. <div class="col-lg-6 col-md-4 col-sm-4 col-xs-12">
  106. <section class="adsb-inner adsb-inner2 middle-banner" style="background-image:url(/kingfisher_pro/static/src/img/snippet/middle-box-bg.png);">
  107. <div class="middle-content">
  108. <a href="#">
  109. <span class="line1">BIGGEST</span><br/>
  110. <span class="line2">SALE</span><br/>
  111. <span class="line3">50%</span>
  112. </a>
  113. </div>
  114. </section>
  115. </div>
  116. <div class="col-lg-3 col-md-4 col-sm-4 col-xs-12">
  117. <section class="adsb-inner adsb-inner3 small-banners">
  118. <div class="inner-content">
  119. <h5>WOMEN'S GLASSES</h5>
  120. <section class="image-section">
  121. <img alt="Spacs" class="img-responsive" src="/kingfisher_pro/static/src/img/snippet/spacs.png" title="Spacs"/>
  122. </section>
  123. <div class="btn-box">
  124. <button>SHOP NOW <i class="fa fa-angle-right"/></button>
  125. </div>
  126. </div>
  127. <a href="#">
  128. <span class="dark-div">
  129. <span class="inner-div"/>
  130. </span>
  131. </a>
  132. </section>
  133. <section class="adsb-inner adsb-inner3 small-banners">
  134. <div class="inner-content">
  135. <h5>WOMEN'S JEWELLERY</h5>
  136. <section class="image-section">
  137. <img alt="Jewellary" class="img-responsive" src="/kingfisher_pro/static/src/img/snippet/jewellary.png" title="Jewellary"/>
  138. </section>
  139. <div class="btn-box">
  140. <button>SHOP NOW <i class="fa fa-angle-right"/></button>
  141. </div>
  142. </div>
  143. <a href="#">
  144. <span class="dark-div">
  145. <span class="inner-div"/>
  146. </span>
  147. </a>
  148. </section>
  149. </div>
  150. </div>
  151. </div>
  152. </section>
  153. </template>
  154. <!-- Service Snippet -->
  155. <template id="s_kingfisher_pro_service_snippet" name="Servicios">
  156. <section class="services text-center s_kingfisher_pro_service_snippet">
  157. <div class="container">
  158. <div class="row">
  159. <div class="col-sm-4">
  160. <a href="#">
  161. <i class="fa fa-shopping-cart" aria-hidden="true" alt="Free Shipping"></i>
  162. </a>
  163. <h4 class="">
  164. <b>ENVIO GRATIS</b>
  165. </h4>
  166. <h5 class="">ENTREGAMOS A SU DOMICILIO</h5>
  167. </div>
  168. <div class="col-sm-4">
  169. <a href="#">
  170. <i class="fa fa-phone" aria-hidden="true" Title="Customer Service" alt="Customer Service"></i>
  171. </a>
  172. <h4 class="">
  173. <b>ATENCION AL CLIENTE</b>
  174. </h4>
  175. <h5 class="">ATENCION PERSONALIZADA</h5>
  176. </div>
  177. <div class="col-sm-4">
  178. <a href="#">
  179. <i class="fa fa-money" aria-hidden="true" Title="Money Back" alt="Money Back"></i>
  180. </a>
  181. <h4 class="">
  182. <b>DEVOLUCION GARANTIZARA !</b>
  183. </h4>
  184. <h5 class="">SI NO ESTA CONTENTO NEGOCIAREMOS</h5>
  185. </div>
  186. </div>
  187. </div>
  188. </section>
  189. </template>
  190. <!-- Product/Category Slider Snippet -->
  191. <template id="s_kingfisher_pro_product_category_slider" name="Slider Dynamico Producto/Categoria">
  192. <section class="oe_pro_cat_slider" data-prod-cat-slider-type="" contentEditable="false">
  193. <div class="container">
  194. <div class="row oe_our_slider">
  195. <div class="col-md-12">
  196. <div class="title-block">
  197. <h4 id="snippet-title" class="section-title style1">
  198. <span>Slider Productos por Categoria</span>
  199. </h4>
  200. </div>
  201. </div>
  202. </div>
  203. </div>
  204. </section>
  205. </template>
  206. <template id="kingfisher_pro_product_category_slider_option" inherit_id="website.snippet_options" name="Modify Options">
  207. <xpath expr="//div" position="after">
  208. <div data-js="kingfisher_pro_product_category_slider"
  209. data-selector=".oe_pro_cat_slider"
  210. >
  211. <li data-pro_cat_slider="">
  212. <a class="oe_pro_cat_slider">Modificar</a>
  213. </li>
  214. </div>
  215. </xpath>
  216. </template>
  217. <template id="kingfisher_pro_pro_cat_slider_view" name="Product/Category Slider">
  218. <div class="title-block">
  219. <h4 t-if="not slider_header">
  220. <span>Tendencias</span>
  221. </h4>
  222. <h4 t-if="slider_header">
  223. <span>
  224. <t t-esc="slider_header.name"/>
  225. </span>
  226. </h4>
  227. </div>
  228. <div class="psb-inner products-slider-section">
  229. <div class="owl-carousel" t-att-id="'%s%s' % (slider_header.prod_cat_type, slider_header.id)" t-if="slider_details">
  230. <t t-foreach="slider_details" t-as="slide">
  231. <t t-if="slider_type == 'product'">
  232. <div class="cs-product slide-cs_productos">
  233. <div class="pwp-img slide-pwp_img" >
  234. <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 ''">
  235. <t t-esc="slide.product_style_tag_id.name"/>
  236. </div>
  237. <a t-att-href="'/shop/product/%s' % slug(slide)">
  238. <img class="front" t-att-alt="slide.name" t-att-title="slide.name" t-att-src="website.image_url(slide, 'image')"/>
  239. <img class="back" t-att-alt="slide.name" t-att-title="slide.name" t-att-src="website.image_url(slide, 'flip_image')"/>
  240. </a>
  241. </div>
  242. <div class="pink-box">
  243. <div class="view">
  244. <div class="shopping-cart">
  245. <a t-att-href="'/shop/product/%s' % slug(slide)">
  246. <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA !</h5>
  247. </a>
  248. </div>
  249. </div>
  250. </div>
  251. <div class="pwp-info">
  252. <p class="pwpi-title">
  253. <a t-att-href="'/shop/product/%s' % slug(slide)">
  254. <t t-esc="slide.name"/>
  255. </a>
  256. </p>
  257. <p class="price">
  258. <span class="price">
  259. <span t-field="slide.lst_price"
  260. t-field-options='{
  261. "widget": "monetary",
  262. "display_currency": "website.pricelist_id.currency_id"
  263. }'></span>
  264. </span>
  265. </p>
  266. </div>
  267. </div>
  268. </t>
  269. <t t-if="slider_type == 'category'">
  270. <div class="cs-product slidedos-cs_product">
  271. <div class="pwp-img slidedos-pwp_img">
  272. <a t-att-href=" '/shop/category/%s' % slug(slide)">
  273. <img t-att-src="website.image_url(slide, 'image')" t-att-title="slide.name" t-att-alt="slide.name"/>
  274. </a>
  275. </div>
  276. <div id="only_categories" class="pwp-info">
  277. <p class="pwpi-title">
  278. <a t-att-href="'/shop/category/%s' % slug(slide)">
  279. <t t-esc="slide.name"/>
  280. </a>
  281. </p>
  282. </div>
  283. </div>
  284. </t>
  285. </t>
  286. </div>
  287. </div>
  288. </template>
  289. <!-- Brands slider snippet -->
  290. <template id="s_kingfisher_pro_brand_custom_slider" name="Brands">
  291. <section class="king_pro_brand_slider" data-brand-count="0" contentEditable="false">
  292. <div class="container">
  293. <div class="row our-brands">
  294. <div class="col-md-12">
  295. <div class="title-block">
  296. <h4 class="section-title style1" id="snippet-title">
  297. <span>Nuestras Marcas</span>
  298. </h4>
  299. </div>
  300. </div>
  301. </div>
  302. </div>
  303. </section>
  304. </template>
  305. <template id="kingfisher_pro_brand_custom_slider_option" inherit_id="website.snippet_options" name="Modify Options">
  306. <xpath expr="//div" position="after">
  307. <div data-js="kingfisher_pro_brand_custom_slider"
  308. data-selector=".king_pro_brand_slider"
  309. data-snippet-option-id="kingfisher_pro_brand_custom_slider">
  310. <li data-king_brand_slider="">
  311. <a class="king_pro_brand_slider">Modificar</a>
  312. </li>
  313. </div>
  314. </xpath>
  315. </template>
  316. <template id="kingfisher_pro_brand_slider_view" name="Brand Snippet">
  317. <div class="container our-brand-section">
  318. <div class="title-block">
  319. <h4 class="section-title style1" t-if="not brand_header">
  320. <span>Nuestras Marcas</span>
  321. </h4>
  322. <h4 class="section-title style1" t-if="brand_header">
  323. <span>
  324. <t t-esc="brand_header"/>
  325. </span>
  326. </h4>
  327. <!-- <hr/> -->
  328. </div>
  329. <div class="psb-inner">
  330. <t t-if="website_brands">
  331. <div id="kingfisher_pro_brand_slider" class="owl-carousel" t-if="website_brands">
  332. <t t-foreach="website_brands" t-as="brand">
  333. <a t-attf-href="/shop/brands?brand=#{ brand.id }">
  334. <div class="barnd-img text-center">
  335. <img t-att-src="website.image_url(brand, 'brand_logo')" t-att-title="brand.name" t-att-alt="brand.name"/>
  336. </div>
  337. </a>
  338. </t>
  339. </div>
  340. </t>
  341. </div>
  342. </div>
  343. </template>
  344. <!-- Single Banner snippet -->
  345. <template id="s_kingfisher_pro_single_banner_snippet" name="Simple banner sin slider">
  346. <section class="new-collection s_kingfisher_pro_single_banner_snippet" style="background-image:url(/kingfisher_pro/static/src/img/snippet/bg-banner.png)">
  347. <div class="container">
  348. <div class="row">
  349. <div class="col-md-6 col-sm-6 sol-xs-6">
  350. <div class="inner-content">
  351. <h5 class="">Colecciones Nuevas</h5>
  352. <h3>2016</h3>
  353. <p>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse
  354. <br/>
  355. molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero
  356. <br/>
  357. eros et accumsan et iusto odio dignissim qui blandit praesent luptatum
  358. <br/>
  359. zzril delenit augue duis dolore te feugait nulla facilisi.</p>
  360. </div>
  361. <div class="btn-box">
  362. <a href="#">Comprar Ahora <i class="fa fa-angle-right"/></a>
  363. </div>
  364. </div>
  365. <div class="col-md-6 col-sm-6 sol-xs-6">
  366. <img alt="Bag" src="/kingfisher_pro/static/src/img/snippet/bag.png" title="Bag"/>
  367. </div>
  368. </div>
  369. </div>
  370. </section>
  371. </template>
  372. <!-- Multi Product slider snippet -->
  373. <template id="s_kingfisher_pro_multi_cat_custom_snippet" name="Multi Slider de Productos">
  374. <section class="oe_multi_category_slider" data-multi-cat-slider-type="" contentEditable="false">
  375. <div class="container">
  376. <div class="row our-categories">
  377. <div class="col-md-12">
  378. <div class="title-block">
  379. <h4 id="snippet-title" class="section-title style1"><span>Multi Slider de Productos</span></h4>
  380. </div>
  381. </div>
  382. </div>
  383. </div>
  384. </section>
  385. </template>
  386. <template id="kingfisher_pro_multi_cat_slider_option" inherit_id="website.snippet_options" name="Modificar Opciones">
  387. <xpath expr="//div" position="after">
  388. <div data-js="kingfisher_pro_multi_cat_custom_snippet"
  389. data-selector=".oe_multi_category_slider"
  390. data-snippet-option-id="kingfisher_pro_multi_cat_custom_snippet">
  391. <li data-multi_category_slider="">
  392. <a class="oe_multi_category_slider">Modificar</a>
  393. </li>
  394. </div>
  395. </xpath>
  396. </template>
  397. <template id="kingfisher_pro_multi_cat_slider_view" name="Multi Categorias/Productos Slider">
  398. <div class="container">
  399. <div class="title-block">
  400. <h4 class="section-title style1" t-if="not slider_header">
  401. <span>Tendencias</span>
  402. </h4>
  403. <h4 class="section-title style1" t-if="slider_header">
  404. <span>
  405. <t t-esc="slider_header.name"/>
  406. </span>
  407. </h4>
  408. <!-- <hr/> -->
  409. </div>
  410. <div class="lns-inner latest-news-section">
  411. <div class="row">
  412. <div class="lns-post">
  413. <div class="psb-inner">
  414. <ul id="multi_dynamic_slider_tabs" class="nav nav-tabs">
  415. <t t-if="slider_details.no_of_collection == '2'">
  416. <li class="active my-test">
  417. <a href="#multi-collection1" data-toggle="tab">
  418. <t t-esc='slider_details.label_collection_1'/>
  419. </a>
  420. </li>
  421. <li class="my-test">
  422. <a href="#multi-collection2" data-toggle="tab">
  423. <t t-esc='slider_details.label_collection_2'/>
  424. </a>
  425. </li>
  426. </t>
  427. <t t-if="slider_details.no_of_collection == '3'">
  428. <li class="active">
  429. <a href="#multi-collection1" data-toggle="tab">
  430. <t t-esc='slider_details.label_collection_1'/>
  431. </a>
  432. </li>
  433. <li class="">
  434. <a href="#multi-collection2" data-toggle="tab">
  435. <t t-esc='slider_details.label_collection_2'/>
  436. </a>
  437. </li>
  438. <li class="">
  439. <a href="#multi-collection3" data-toggle="tab">
  440. <t t-esc='slider_details.label_collection_3'/>
  441. </a>
  442. </li>
  443. </t>
  444. <t t-if="slider_details.no_of_collection == '4'">
  445. <li class="active">
  446. <a href="#multi-collection1" data-toggle="tab">
  447. <t t-esc='slider_details.label_collection_1'/>
  448. </a>
  449. </li>
  450. <li class="">
  451. <a href="#multi-collection2" data-toggle="tab">
  452. <t t-esc='slider_details.label_collection_2'/>
  453. </a>
  454. </li>
  455. <li class="">
  456. <a href="#multi-collection3" data-toggle="tab">
  457. <t t-esc='slider_details.label_collection_3'/>
  458. </a>
  459. </li>
  460. <li class="">
  461. <a href="#multi-collection4" data-toggle="tab">
  462. <t t-esc='slider_details.label_collection_4'/>
  463. </a>
  464. </li>
  465. </t>
  466. <t t-if="slider_details.no_of_collection == '5'">
  467. <li class="active">
  468. <a href="#multi-collection1" data-toggle="tab">
  469. <t t-esc='slider_details.label_collection_1'/>
  470. </a>
  471. </li>
  472. <li class="">
  473. <a href="#multi-collection2" data-toggle="tab">
  474. <t t-esc='slider_details.label_collection_2'/>
  475. </a>
  476. </li>
  477. <li class="">
  478. <a href="#multi-collection3" data-toggle="tab">
  479. <t t-esc='slider_details.label_collection_3'/>
  480. </a>
  481. </li>
  482. <li class="">
  483. <a href="#multi-collection4" data-toggle="tab">
  484. <t t-esc='slider_details.label_collection_4'/>
  485. </a>
  486. </li>
  487. <li class="">
  488. <a href="#multi-collection5" data-toggle="tab">
  489. <t t-esc='slider_details.label_collection_5'/>
  490. </a>
  491. </li>
  492. </t>
  493. </ul>
  494. <div class="tab-content">
  495. <t t-if="slider_details.no_of_collection == '2'">
  496. <div class="active multi_hide" id="multi-collection1">
  497. <div class="owl-carousel" t-att-id="'multi-collection1-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
  498. <t t-foreach="slider_details.collection_1_ids" t-as="product">
  499. <div class="cs-product">
  500. <div class="pwp-img">
  501. <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 ''">
  502. <t t-esc="product.product_style_tag_id.name"/>
  503. </div>
  504. <a t-att-href="'/shop/product/%s' % slug(product)">
  505. <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
  506. <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
  507. </a>
  508. </div>
  509. <div class="pink-box">
  510. <div class="view">
  511. <div class="shopping-cart">
  512. <a t-attf-href="/shop/product/#{ slug(product) }">
  513. <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
  514. </a>
  515. </div>
  516. </div>
  517. </div>
  518. <div class="pwp-info">
  519. <p class="pwpi-title">
  520. <a t-attf-href="/shop/product/#{ slug(product) }">
  521. <span t-field='product.name'/>
  522. </a>
  523. </p>
  524. <p class="price">
  525. <span class="price">
  526. <span t-field="product.lst_price"
  527. t-field-options='{
  528. "widget": "monetary",
  529. "display_currency": "website.pricelist_id.currency_id"
  530. }'></span>
  531. </span>
  532. </p>
  533. </div>
  534. </div>
  535. <!-- <a t-att-href="'/shop/product/%s' % slug(prod)">
  536. <div class="brand-logo text-center">
  537. <img t-att-src="website.image_url(prod, 'image')" t-att-title="prod.name" t-att-alt="prod.name"/>
  538. </div>
  539. <div t-att-title='prod.name' class="text-center brand-title">
  540. <strong><t t-esc="prod.name"/></strong>
  541. </div>
  542. </a> -->
  543. </t>
  544. </div>
  545. </div>
  546. <div class="multi_hide" id="multi-collection2">
  547. <div class="owl-carousel" t-att-id="'multi-collection2-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
  548. <t t-foreach="slider_details.collection_2_ids" t-as="product">
  549. <div class="cs-product">
  550. <div class="pwp-img">
  551. <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 ''">
  552. <t t-esc="product.product_style_tag_id.name"/>
  553. </div>
  554. <a t-att-href="'/shop/product/%s' % slug(product)">
  555. <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
  556. <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
  557. </a>
  558. </div>
  559. <div class="pink-box">
  560. <div class="view">
  561. <div class="shopping-cart">
  562. <a t-attf-href="/shop/product/#{ slug(product) }">
  563. <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
  564. </a>
  565. </div>
  566. </div>
  567. </div>
  568. <div class="pwp-info">
  569. <p class="pwpi-title">
  570. <a t-attf-href="/shop/product/#{ slug(product) }">
  571. <span t-field='product.name'/>
  572. </a>
  573. </p>
  574. <p class="price">
  575. <span class="price">
  576. <span t-field="product.lst_price"
  577. t-field-options='{
  578. "widget": "monetary",
  579. "display_currency": "website.pricelist_id.currency_id"
  580. }'></span>
  581. </span>
  582. </p>
  583. </div>
  584. </div>
  585. </t>
  586. </div>
  587. </div>
  588. </t>
  589. <t t-if="slider_details.no_of_collection == '3'">
  590. <div class="active multi_hide" id="multi-collection1">
  591. <div class="owl-carousel" t-att-id="'multi-collection1-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
  592. <t t-foreach="slider_details.collection_1_ids" t-as="product">
  593. <div class="cs-product">
  594. <div class="pwp-img">
  595. <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 ''">
  596. <t t-esc="product.product_style_tag_id.name"/>
  597. </div>
  598. <a t-att-href="'/shop/product/%s' % slug(product)">
  599. <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
  600. <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
  601. </a>
  602. </div>
  603. <div class="pink-box">
  604. <div class="view">
  605. <div class="shopping-cart">
  606. <a t-attf-href="/shop/product/#{ slug(product) }">
  607. <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
  608. </a>
  609. </div>
  610. </div>
  611. </div>
  612. <div class="pwp-info">
  613. <p class="pwpi-title">
  614. <a t-attf-href="/shop/product/#{ slug(product) }">
  615. <span t-field='product.name'/>
  616. </a>
  617. </p>
  618. <p class="price">
  619. <span class="price">
  620. <span t-field="product.lst_price"
  621. t-field-options='{
  622. "widget": "monetary",
  623. "display_currency": "website.pricelist_id.currency_id"
  624. }'></span>
  625. </span>
  626. </p>
  627. </div>
  628. </div>
  629. </t>
  630. </div>
  631. </div>
  632. <div class="multi_hide" id="multi-collection2">
  633. <div class="owl-carousel" t-att-id="'multi-collection2-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
  634. <t t-foreach="slider_details.collection_2_ids" t-as="product">
  635. <div class="cs-product">
  636. <div class="pwp-img">
  637. <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 ''">
  638. <t t-esc="product.product_style_tag_id.name"/>
  639. </div>
  640. <a t-att-href="'/shop/product/%s' % slug(product)">
  641. <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
  642. <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
  643. </a>
  644. </div>
  645. <div class="pink-box">
  646. <div class="view">
  647. <div class="shopping-cart">
  648. <a t-attf-href="/shop/product/#{ slug(product) }">
  649. <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
  650. </a>
  651. </div>
  652. </div>
  653. </div>
  654. <div class="pwp-info">
  655. <p class="pwpi-title">
  656. <a t-attf-href="/shop/product/#{ slug(product) }">
  657. <span t-field='product.name'/>
  658. </a>
  659. </p>
  660. <p class="price">
  661. <span class="price">
  662. <span t-field="product.lst_price"
  663. t-field-options='{
  664. "widget": "monetary",
  665. "display_currency": "website.pricelist_id.currency_id"
  666. }'></span>
  667. </span>
  668. </p>
  669. </div>
  670. </div>
  671. </t>
  672. </div>
  673. </div>
  674. <div class="multi_hide" id="multi-collection3">
  675. <div class="owl-carousel" t-att-id="'multi-collection3-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
  676. <t t-foreach="slider_details.collection_3_ids" t-as="product">
  677. <div class="cs-product">
  678. <div class="pwp-img">
  679. <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 ''">
  680. <t t-esc="product.product_style_tag_id.name"/>
  681. </div>
  682. <a t-att-href="'/shop/product/%s' % slug(product)">
  683. <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
  684. <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
  685. </a>
  686. </div>
  687. <div class="pink-box">
  688. <div class="view">
  689. <div class="shopping-cart">
  690. <a t-attf-href="/shop/product/#{ slug(product) }">
  691. <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
  692. </a>
  693. </div>
  694. </div>
  695. </div>
  696. <div class="pwp-info">
  697. <p class="pwpi-title">
  698. <a t-attf-href="/shop/product/#{ slug(product) }">
  699. <span t-field='product.name'/>
  700. </a>
  701. </p>
  702. <p class="price">
  703. <span class="price">
  704. <span t-field="product.lst_price"
  705. t-field-options='{
  706. "widget": "monetary",
  707. "display_currency": "website.pricelist_id.currency_id"
  708. }'></span>
  709. </span>
  710. </p>
  711. </div>
  712. </div>
  713. </t>
  714. </div>
  715. </div>
  716. </t>
  717. <t t-if="slider_details.no_of_collection == '4'">
  718. <div class="active multi_hide" id="multi-collection1">
  719. <div class="owl-carousel" t-att-id="'multi-collection1-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
  720. <t t-foreach="slider_details.collection_1_ids" t-as="product">
  721. <div class="cs-product">
  722. <div class="pwp-img">
  723. <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 ''">
  724. <t t-esc="product.product_style_tag_id.name"/>
  725. </div>
  726. <a t-att-href="'/shop/product/%s' % slug(product)">
  727. <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
  728. <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
  729. </a>
  730. </div>
  731. <div class="pink-box">
  732. <div class="view">
  733. <div class="shopping-cart">
  734. <a t-attf-href="/shop/product/#{ slug(product) }">
  735. <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
  736. </a>
  737. </div>
  738. </div>
  739. </div>
  740. <div class="pwp-info">
  741. <p class="pwpi-title">
  742. <a t-attf-href="/shop/product/#{ slug(product) }">
  743. <span t-field='product.name'/>
  744. </a>
  745. </p>
  746. <p class="price">
  747. <span class="price">
  748. <span t-field="product.lst_price"
  749. t-field-options='{
  750. "widget": "monetary",
  751. "display_currency": "website.pricelist_id.currency_id"
  752. }'></span>
  753. </span>
  754. </p>
  755. </div>
  756. </div>
  757. </t>
  758. </div>
  759. </div>
  760. <div class="multi_hide" id="multi-collection2">
  761. <div class="owl-carousel" t-att-id="'multi-collection2-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
  762. <t t-foreach="slider_details.collection_2_ids" t-as="product">
  763. <div class="cs-product">
  764. <div class="pwp-img">
  765. <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 ''">
  766. <t t-esc="product.product_style_tag_id.name"/>
  767. </div>
  768. <a t-att-href="'/shop/product/%s' % slug(product)">
  769. <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
  770. <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
  771. </a>
  772. </div>
  773. <div class="pink-box">
  774. <div class="view">
  775. <div class="shopping-cart">
  776. <a t-attf-href="/shop/product/#{ slug(product) }">
  777. <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
  778. </a>
  779. </div>
  780. </div>
  781. </div>
  782. <div class="pwp-info">
  783. <p class="pwpi-title">
  784. <a t-attf-href="/shop/product/#{ slug(product) }">
  785. <span t-field='product.name'/>
  786. </a>
  787. </p>
  788. <p class="price">
  789. <span class="price">
  790. <span t-field="product.lst_price"
  791. t-field-options='{
  792. "widget": "monetary",
  793. "display_currency": "website.pricelist_id.currency_id"
  794. }'></span>
  795. </span>
  796. </p>
  797. </div>
  798. </div>
  799. </t>
  800. </div>
  801. </div>
  802. <div class="multi_hide" id="multi-collection3">
  803. <div class="owl-carousel" t-att-id="'multi-collection3-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
  804. <t t-foreach="slider_details.collection_3_ids" t-as="product">
  805. <div class="cs-product">
  806. <div class="pwp-img">
  807. <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 ''">
  808. <t t-esc="product.product_style_tag_id.name"/>
  809. </div>
  810. <a t-att-href="'/shop/product/%s' % slug(product)">
  811. <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
  812. <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
  813. </a>
  814. </div>
  815. <div class="pink-box">
  816. <div class="view">
  817. <div class="shopping-cart">
  818. <a t-attf-href="/shop/product/#{ slug(product) }">
  819. <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
  820. </a>
  821. </div>
  822. </div>
  823. </div>
  824. <div class="pwp-info">
  825. <p class="pwpi-title">
  826. <a t-attf-href="/shop/product/#{ slug(product) }">
  827. <span t-field='product.name'/>
  828. </a>
  829. </p>
  830. <p class="price">
  831. <span class="price">
  832. <span t-field="product.lst_price"
  833. t-field-options='{
  834. "widget": "monetary",
  835. "display_currency": "website.pricelist_id.currency_id"
  836. }'></span>
  837. </span>
  838. </p>
  839. </div>
  840. </div>
  841. </t>
  842. </div>
  843. </div>
  844. <div class="multi_hide" id="multi-collection4">
  845. <div class="owl-carousel" t-att-id="'multi-collection4-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
  846. <t t-foreach="slider_details.collection_4_ids" t-as="product">
  847. <div class="cs-product">
  848. <div class="pwp-img">
  849. <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 ''">
  850. <t t-esc="product.product_style_tag_id.name"/>
  851. </div>
  852. <a t-att-href="'/shop/product/%s' % slug(product)">
  853. <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
  854. <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
  855. </a>
  856. </div>
  857. <div class="pink-box">
  858. <div class="view">
  859. <div class="shopping-cart">
  860. <a t-attf-href="/shop/product/#{ slug(product) }">
  861. <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
  862. </a>
  863. </div>
  864. </div>
  865. </div>
  866. <div class="pwp-info">
  867. <p class="pwpi-title">
  868. <a t-attf-href="/shop/product/#{ slug(product) }">
  869. <span t-field='product.name'/>
  870. </a>
  871. </p>
  872. <p class="price">
  873. <span class="price">
  874. <span t-field="product.lst_price"
  875. t-field-options='{
  876. "widget": "monetary",
  877. "display_currency": "website.pricelist_id.currency_id"
  878. }'></span>
  879. </span>
  880. </p>
  881. </div>
  882. </div>
  883. </t>
  884. </div>
  885. </div>
  886. </t>
  887. <t t-if="slider_details.no_of_collection == '5'">
  888. <div class="active multi_hide" id="multi-collection1">
  889. <div class="owl-carousel" t-att-id="'multi-collection1-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
  890. <t t-foreach="slider_details.collection_1_ids" t-as="product">
  891. <div class="cs-product">
  892. <div class="pwp-img">
  893. <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 ''">
  894. <t t-esc="product.product_style_tag_id.name"/>
  895. </div>
  896. <a t-att-href="'/shop/product/%s' % slug(product)">
  897. <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
  898. <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
  899. </a>
  900. </div>
  901. <div class="pink-box">
  902. <div class="view">
  903. <div class="shopping-cart">
  904. <a t-attf-href="/shop/product/#{ slug(product) }">
  905. <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
  906. </a>
  907. </div>
  908. </div>
  909. </div>
  910. <div class="pwp-info">
  911. <p class="pwpi-title">
  912. <a t-attf-href="/shop/product/#{ slug(product) }">
  913. <span t-field='product.name'/>
  914. </a>
  915. </p>
  916. <p class="price">
  917. <span class="price">
  918. <span t-field="product.lst_price"
  919. t-field-options='{
  920. "widget": "monetary",
  921. "display_currency": "website.pricelist_id.currency_id"
  922. }'></span>
  923. </span>
  924. </p>
  925. </div>
  926. </div>
  927. </t>
  928. </div>
  929. </div>
  930. <div class="multi_hide" id="multi-collection2">
  931. <div class="owl-carousel" t-att-id="'multi-collection2-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
  932. <t t-foreach="slider_details.collection_2_ids" t-as="product">
  933. <div class="cs-product">
  934. <div class="pwp-img">
  935. <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 ''">
  936. <t t-esc="product.product_style_tag_id.name"/>
  937. </div>
  938. <a t-att-href="'/shop/product/%s' % slug(product)">
  939. <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
  940. <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
  941. </a>
  942. </div>
  943. <div class="pink-box">
  944. <div class="view">
  945. <div class="shopping-cart">
  946. <a t-attf-href="/shop/product/#{ slug(product) }">
  947. <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
  948. </a>
  949. </div>
  950. </div>
  951. </div>
  952. <div class="pwp-info">
  953. <p class="pwpi-title">
  954. <a t-attf-href="/shop/product/#{ slug(product) }">
  955. <span t-field='product.name'/>
  956. </a>
  957. </p>
  958. <p class="price">
  959. <span class="price">
  960. <span t-field="product.lst_price"
  961. t-field-options='{
  962. "widget": "monetary",
  963. "display_currency": "website.pricelist_id.currency_id"
  964. }'></span>
  965. </span>
  966. </p>
  967. </div>
  968. </div>
  969. </t>
  970. </div>
  971. </div>
  972. <div class="multi_hide" id="multi-collection3">
  973. <div class="owl-carousel" t-att-id="'multi-collection3-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
  974. <t t-foreach="slider_details.collection_3_ids" t-as="product">
  975. <div class="cs-product">
  976. <div class="pwp-img">
  977. <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 ''">
  978. <t t-esc="product.product_style_tag_id.name"/>
  979. </div>
  980. <a t-att-href="'/shop/product/%s' % slug(product)">
  981. <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
  982. <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
  983. </a>
  984. </div>
  985. <div class="pink-box">
  986. <div class="view">
  987. <div class="shopping-cart">
  988. <a t-attf-href="/shop/product/#{ slug(product) }">
  989. <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
  990. </a>
  991. </div>
  992. </div>
  993. </div>
  994. <div class="pwp-info">
  995. <p class="pwpi-title">
  996. <a t-attf-href="/shop/product/#{ slug(product) }">
  997. <span t-field='product.name'/>
  998. </a>
  999. </p>
  1000. <p class="price">
  1001. <span class="price">
  1002. <span t-field="product.lst_price"
  1003. t-field-options='{
  1004. "widget": "monetary",
  1005. "display_currency": "website.pricelist_id.currency_id"
  1006. }'></span>
  1007. </span>
  1008. </p>
  1009. </div>
  1010. </div>
  1011. </t>
  1012. </div>
  1013. </div>
  1014. <div class="multi_hide" id="multi-collection4">
  1015. <div class="owl-carousel" t-att-id="'multi-collection4-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
  1016. <t t-foreach="slider_details.collection_4_ids" t-as="product">
  1017. <div class="cs-product">
  1018. <div class="pwp-img">
  1019. <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 ''">
  1020. <t t-esc="product.product_style_tag_id.name"/>
  1021. </div>
  1022. <a t-att-href="'/shop/product/%s' % slug(product)">
  1023. <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
  1024. <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
  1025. </a>
  1026. </div>
  1027. <div class="pink-box">
  1028. <div class="view">
  1029. <div class="shopping-cart">
  1030. <a t-attf-href="/shop/product/#{ slug(product) }">
  1031. <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
  1032. </a>
  1033. </div>
  1034. </div>
  1035. </div>
  1036. <div class="pwp-info">
  1037. <p class="pwpi-title">
  1038. <a t-attf-href="/shop/product/#{ slug(product) }">
  1039. <span t-field='product.name'/>
  1040. </a>
  1041. </p>
  1042. <p class="price">
  1043. <span class="price">
  1044. <span t-field="product.lst_price"
  1045. t-field-options='{
  1046. "widget": "monetary",
  1047. "display_currency": "website.pricelist_id.currency_id"
  1048. }'></span>
  1049. </span>
  1050. </p>
  1051. </div>
  1052. </div>
  1053. </t>
  1054. </div>
  1055. </div>
  1056. <div class="multi_hide" id="multi-collection5">
  1057. <div class="owl-carousel" t-att-id="'multi-collection5-%s-%s' %(slider_header.no_of_collection, slider_details.id)" t-if="slider_details">
  1058. <t t-foreach="slider_details.collection_5_ids" t-as="product">
  1059. <div class="cs-product">
  1060. <div class="pwp-img">
  1061. <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 ''">
  1062. <t t-esc="product.product_style_tag_id.name"/>
  1063. </div>
  1064. <a t-att-href="'/shop/product/%s' % slug(product)">
  1065. <img class="front" t-att-alt="product.name" t-att-title="product.name" t-att-src="website.image_url(product, 'image')"/>
  1066. <img class="back" t-att-alt="product.name" t-att-src="website.image_url(product, 'flip_image')"/>
  1067. </a>
  1068. </div>
  1069. <div class="pink-box">
  1070. <div class="view">
  1071. <div class="shopping-cart">
  1072. <a t-attf-href="/shop/product/#{ slug(product) }">
  1073. <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡COMPRAR AHORA!</h5>
  1074. </a>
  1075. </div>
  1076. </div>
  1077. </div>
  1078. <div class="pwp-info">
  1079. <p class="pwpi-title">
  1080. <a t-attf-href="/shop/product/#{ slug(product) }">
  1081. <span t-field='product.name'/>
  1082. </a>
  1083. </p>
  1084. <p class="price">
  1085. <span class="price">
  1086. <span t-field="product.lst_price"
  1087. t-field-options='{
  1088. "widget": "monetary",
  1089. "display_currency": "website.pricelist_id.currency_id"
  1090. }'></span>
  1091. </span>
  1092. </p>
  1093. </div>
  1094. </div>
  1095. </t>
  1096. </div>
  1097. </div>
  1098. </t>
  1099. </div>
  1100. </div>
  1101. </div>
  1102. </div>
  1103. </div>
  1104. </div>
  1105. </template>
  1106. <!-- Blog Slider Snippet -->
  1107. <template id="s_kingfisher_pro_blog_custom_snippet" name="Blog Slider">
  1108. <section class="king_pro_blog_slider" data-blog-slider-type="" contentEditable="false">
  1109. <div class="container">
  1110. <div class="row">
  1111. <div class="col-md-12">
  1112. <div class="title-block">
  1113. <h4 id="snippet-title" class="section-title style1"><span>Slider de Publicaciones-Blog</span></h4>
  1114. </div>
  1115. </div>
  1116. </div>
  1117. </div>
  1118. </section>
  1119. </template>
  1120. <template id="kingfisher_pro_blog_slider_option" inherit_id="website.snippet_options" name="Modifar Opciones">
  1121. <xpath expr="//div" position="after">
  1122. <div data-js="kingfisher_pro_blog_custom_snippet"
  1123. data-selector=".king_pro_blog_slider"
  1124. data-snippet-option-id="kingfisher_pro_blog_custom_snippet">
  1125. <li data-king_blog_slider="">
  1126. <a class="king_pro_blog_slider">Modificar</a>
  1127. </li>
  1128. </div>
  1129. </xpath>
  1130. </template>
  1131. <template id="kingfisher_pro_blog_slider_view" name="Blog Snippet">
  1132. <div class="container">
  1133. <div class="title-block">
  1134. <h4 class="section-title style1" t-if="not slider_header">
  1135. <span>Slider de Publicaciones-Blog</span>
  1136. </h4>
  1137. <h4 class="section-title style1" t-if="slider_header">
  1138. <span>
  1139. <t t-esc="slider_header.name"/>
  1140. </span>
  1141. </h4>
  1142. </div>
  1143. <div class="lns-inner latest-news-section">
  1144. <div class="row">
  1145. <div class="container">
  1146. <div class="lns-post">
  1147. <div class="psb-inner">
  1148. <div class="owl-carousel" t-att-id="'%s-%s' % (slider_header.no_of_counts, slider_header.id)" t-if="blog_slider_details">
  1149. <t t-foreach="blog_slider_details" t-as="slide">
  1150. <div class="post-img">
  1151. <a t-attf-href="/blog/#{ slug(slide.blog_id) }/post/#{ slug(slide) }">
  1152. <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;'"/>
  1153. </a>
  1154. <div class="blog-meta">
  1155. <h3>
  1156. <a t-attf-href="/blog/#{ slug(slide.blog_id) }/post/#{ slug(slide) }">
  1157. <h4 t-field="slide.name"/>
  1158. </a>
  1159. </h3>
  1160. <span class="pull-left text-left">by <t t-esc="slide.author_id.name"/></span>
  1161. <span class="time pull-right text-right"><span class='fa fa-clock-o'></span> <t t-esc="slide.create_date"/></span>
  1162. </div>
  1163. </div>
  1164. </t>
  1165. </div>
  1166. </div>
  1167. </div>
  1168. </div>
  1169. </div>
  1170. </div>
  1171. </div>
  1172. </template>
  1173. <!-- Testimonial Snippet -->
  1174. <template id="s_kingfisher_pro_testimonials_slider" name="Slider de Testimonios">
  1175. <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">
  1176. <div class="container">
  1177. <div class="row">
  1178. <div class="col-md-3 col-sm-12">
  1179. <div class="pf-page-title">
  1180. <h4 class="">Testimoniales</h4>
  1181. </div>
  1182. </div>
  1183. <div class="col-md-9 col-sm-12 slider">
  1184. <div id="myQuoteCarousel" class="psb-inner carousel quotecarousel slide s_kingfisher_pro_testimonials_slider" data-interval="10000">
  1185. <div class="carousel-inner">
  1186. <div class="item text_only active">
  1187. <div class="container">
  1188. <div class="row content">
  1189. <blockquote>
  1190. <p>
  1191. Escribe aquí una cita de uno de sus clientes. Las citas son una gran manera de construir confianza en sus productos o servicios.
  1192. Este tema es muy fácil de construir y formar el punto de vista del cliente es muy intuitivo
  1193. </p>
  1194. <p class="author">Fulano de Tal</p>
  1195. <p class="designation">CEO, Empresa ABC</p>
  1196. </blockquote>
  1197. </div>
  1198. </div>
  1199. </div>
  1200. <div class="item text_only">
  1201. <div class="container">
  1202. <div class="row content">
  1203. <blockquote>
  1204. <p>
  1205. Este tema es muy fácil de construir y formar el punto
  1206. de vista del cliente es muy ofrecemos plataforma esencial
  1207. para nuestra gestión de proyectos.
  1208. Las cosas están mejor organizados y más visible con él.
  1209. </p>
  1210. <p class="author">Fulano Juan Vengano</p>
  1211. <p class="designation">CEO, Empresa ABC</p>
  1212. </blockquote>
  1213. </div>
  1214. </div>
  1215. </div>
  1216. </div>
  1217. <a class= "carousel-control left" data-target= "#myQuoteCarousel" data-slide= "prev">
  1218. <i class='fa fa-angle-left'/>
  1219. </a>
  1220. <a class= "carousel-control right" data-target= "#myQuoteCarousel" data-slide= "next">
  1221. <i class='fa fa-angle-right'/>
  1222. </a>
  1223. </div>
  1224. </div>
  1225. </div>
  1226. </div>
  1227. </section>
  1228. </template>
  1229. <template id="kingfisher_pro_extra_snippet" inherit_id="website.snippets" name="Kingfisher Pro Extra Snippet">
  1230. <xpath expr="//div[@id='snippet_structure']" position="inside">
  1231. <t t-snippet="kingfisher_pro.s_kingfisher_pro_home_slider"
  1232. t-thumbnail="/kingfisher_pro/static/src/img/icons/home-slider-icon.png"/>
  1233. <t t-snippet="kingfisher_pro.s_kingfisher_pro_promo_snippet"
  1234. t-thumbnail="/kingfisher_pro/static/src/img/icons/promo-snippet.png"/>
  1235. <t t-snippet="kingfisher_pro.s_kingfisher_pro_single_banner_snippet"
  1236. t-thumbnail="/kingfisher_pro/static/src/img/icons/banner-without-slider.png"/>
  1237. <t t-snippet="kingfisher_pro.s_kingfisher_pro_service_snippet"
  1238. t-thumbnail="/kingfisher_pro/static/src/img/icons/service.png"/>
  1239. </xpath>
  1240. <xpath expr="//div[@id='snippet_feature']" position="inside">
  1241. <t t-snippet="kingfisher_pro.s_kingfisher_pro_testimonials_slider"
  1242. t-thumbnail="/kingfisher_pro/static/src/img/icons/testimonials.png"/>
  1243. <t t-snippet="kingfisher_pro.s_kingfisher_pro_product_category_slider"
  1244. t-thumbnail="/kingfisher_pro/static/src/img/icons/product-category-slider.png"/>
  1245. <t t-snippet="kingfisher_pro.s_kingfisher_pro_brand_custom_slider"
  1246. t-thumbnail="/kingfisher_pro/static/src/img/icons/brand.png"/>
  1247. <t t-snippet="kingfisher_pro.s_kingfisher_pro_blog_custom_snippet"
  1248. t-thumbnail="/kingfisher_pro/static/src/img/icons/blog.png"/>
  1249. <t t-snippet="kingfisher_pro.s_kingfisher_pro_multi_cat_custom_snippet"
  1250. t-thumbnail="/kingfisher_pro/static/src/img/icons/tabs.png"/>
  1251. </xpath>
  1252. <xpath expr="//div[@id='snippet_effect']" position="inside">
  1253. </xpath>
  1254. </template>
  1255. </data>
  1256. </openerp>