|
@@ -11,6 +11,26 @@
|
|
<a href="/page/website.homepage" class="navbar-brand logo">
|
|
<a href="/page/website.homepage" class="navbar-brand logo">
|
|
<img src="/kingfisher_pro/static/src/img/kingfisher-logo.png" alt="Kingfisher Pro Fashion" title="Kingfisher Pro Fashion"/>
|
|
<img src="/kingfisher_pro/static/src/img/kingfisher-logo.png" alt="Kingfisher Pro Fashion" title="Kingfisher Pro Fashion"/>
|
|
</a>
|
|
</a>
|
|
|
|
+ <div>
|
|
|
|
+ <ul class="links hidden-sm hidden-xs">
|
|
|
|
+ <li>
|
|
|
|
+ <a title="Search" href="#" class="top-link-myaccount">
|
|
|
|
+ <div class="search-toggle">
|
|
|
|
+ <span class="st-toggle">
|
|
|
|
+ <i class="fa fa-search"/>
|
|
|
|
+ </span>
|
|
|
|
+ <div class="hsearch-block">
|
|
|
|
+ <form action="/shop" method="get">
|
|
|
|
+ <t t-set="search_text" t-value="search"/>
|
|
|
|
+ <input class="form-control" placeholder="Buscar..." name="search" t-att-value="search" type="text"/>
|
|
|
|
+ </form>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </a>
|
|
|
|
+ </li>
|
|
|
|
+
|
|
|
|
+ </ul>
|
|
|
|
+ </div>
|
|
</xpath>
|
|
</xpath>
|
|
<xpath expr="//footer" position="after">
|
|
<xpath expr="//footer" position="after">
|
|
<a href="#0" class="cd-top"><i class="fa fa-chevron-up"></i></a>
|
|
<a href="#0" class="cd-top"><i class="fa fa-chevron-up"></i></a>
|
|
@@ -96,8 +116,8 @@
|
|
<div class="top-left col-md-6 col-sm-8 col-xs-8 text-left">
|
|
<div class="top-left col-md-6 col-sm-8 col-xs-8 text-left">
|
|
<p class="call-us">
|
|
<p class="call-us">
|
|
<span>
|
|
<span>
|
|
- <a t-attf-href="tel: #{res_company.phone}">
|
|
|
|
- <i class="fa fa-mobile"></i><span t-field="res_company.phone"/>
|
|
|
|
|
|
+ <a t-attf-href="tel:+595986517746" style="color:#393939">
|
|
|
|
+ <i class="fa fa-mobile"/> <span t-field="res_company.phone"/>&nbsp;09735492592&nbsp;&nbsp;
|
|
</a>
|
|
</a>
|
|
</span>
|
|
</span>
|
|
</p>
|
|
</p>
|
|
@@ -111,7 +131,10 @@
|
|
</div>
|
|
</div>
|
|
<div class="top-right col-md-6 col-sm-4 col-xs-4 text-right">
|
|
<div class="top-right col-md-6 col-sm-4 col-xs-4 text-right">
|
|
<ul class="links">
|
|
<ul class="links">
|
|
- <li>
|
|
|
|
|
|
+ <li t-if="website.user_id == user_id">
|
|
|
|
+ <a href="/web/login"><i class="fa fa-sign-in" aria-hidden="true" style="font-size: 12px;"> </i> Iniciar Sesión</a>
|
|
|
|
+ </li>
|
|
|
|
+ <li class="hidden-md hidden-lg hidden-xl" >
|
|
<a title="Search" href="#" class="top-link-myaccount">
|
|
<a title="Search" href="#" class="top-link-myaccount">
|
|
<div class="search-toggle">
|
|
<div class="search-toggle">
|
|
<span class="st-toggle">
|
|
<span class="st-toggle">
|
|
@@ -120,7 +143,7 @@
|
|
<div class="hsearch-block">
|
|
<div class="hsearch-block">
|
|
<form action="/shop" method="get">
|
|
<form action="/shop" method="get">
|
|
<t t-set="search_text" t-value="search"/>
|
|
<t t-set="search_text" t-value="search"/>
|
|
- <input class="form-control" placeholder="Search..." name="search" t-att-value="search" type="text"/>
|
|
|
|
|
|
+ <input class="form-control" placeholder="Buscar..." name="search" t-att-value="search" type="text"/>
|
|
</form>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -228,62 +251,50 @@
|
|
<div class="container">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="row">
|
|
<div class="footer-content">
|
|
<div class="footer-content">
|
|
- <div class="col-md-3 col-sm-4 footer-col">
|
|
|
|
- <div class="fot-col fot-address">
|
|
|
|
- <div class="address-list">
|
|
|
|
- <address itemscope="itemscope" itemtype="http://schema.org/Organization">
|
|
|
|
- <div t-field="res_company.partner_id" t-field-options='{
|
|
|
|
- "widget": "contact",
|
|
|
|
- "fields": ["address"]}'/>
|
|
|
|
- </address>
|
|
|
|
- <p class="call-us">
|
|
|
|
- <span>
|
|
|
|
- <a t-attf-href="tel: #{res_company.phone}">
|
|
|
|
- <i class="fa fa-phone"></i><span t-field="res_company.phone"/>
|
|
|
|
- </a>
|
|
|
|
- </span>
|
|
|
|
- </p>
|
|
|
|
- <a t-att-href="'mailto:%s' % res_company.email">
|
|
|
|
- <i class="fa fa-envelope-o"></i>
|
|
|
|
- <span t-ignore="true" t-field="res_company.email"/>
|
|
|
|
- </a>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="col-md-2 col-sm-3 footer-col">
|
|
|
|
|
|
+ <div class="col-md-3 col-sm-3 footer-col">
|
|
<section class="fot-col fot-link">
|
|
<section class="fot-col fot-link">
|
|
- <ul>
|
|
|
|
- <li>
|
|
|
|
- <p>
|
|
|
|
-
|
|
|
|
- <font class="footertext">
|
|
|
|
- Otros
|
|
|
|
- </font>
|
|
|
|
-
|
|
|
|
- </p>
|
|
|
|
- </li>
|
|
|
|
- <li>
|
|
|
|
- <a href="#">Privacidad</a>
|
|
|
|
- </li>
|
|
|
|
- <li>
|
|
|
|
- <a href="#">Mensajes de Texto</a>
|
|
|
|
- </li>
|
|
|
|
- <li>
|
|
|
|
- <a href="#">Informacón Legal</a>
|
|
|
|
- </li>
|
|
|
|
- <li>
|
|
|
|
- <a href="#">Cadena de suministro</a>
|
|
|
|
- </li>
|
|
|
|
- </ul>
|
|
|
|
|
|
+ <div class="fb-page" data-href="https://www.facebook.com/amojeanspy" data-tabs="timeline" data-height="300" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true">
|
|
|
|
+ <blockquote cite="https://www.facebook.com/amojeanspy" class="fb-xfbml-parse-ignore">
|
|
|
|
+ <a href="https://www.facebook.com/amojeanspy">Amo Jeans</a>
|
|
|
|
+ </blockquote>
|
|
|
|
+ </div>
|
|
|
|
+ <div id="fb-root"></div>
|
|
</section>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div class="col-md-2 col-sm-4 footer-col">
|
|
|
|
+ <div class="fot-col fot-address">
|
|
|
|
+ <div class="address-list">
|
|
|
|
+ <p>
|
|
|
|
+ <font class="footercolor">CONTACTO</font>
|
|
|
|
+ </p>
|
|
|
|
+ <!--<address itemscope="itemscope" itemtype="http://schema.org/Organization">-->
|
|
|
|
+ <!-- <div t-field="res_company.partner_id" t-field-options="{ "widget": "contact", "fields": ["address"]}"/>-->
|
|
|
|
+ <!--</address>-->
|
|
|
|
+ <p class="call-us">
|
|
|
|
+ <span>
|
|
|
|
+ <a t-attf-href="tel: #{res_company.phone}">
|
|
|
|
+ <i class="fa fa-phone"/> 0986-517-746
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <span t-field="res_company.phone"/>
|
|
|
|
+ </a>
|
|
|
|
+ </span>
|
|
|
|
+ </p>
|
|
|
|
+ <a t-att-href="'mailto:%s' % res_company.email">
|
|
|
|
+ <i class="fa fa-envelope-o"/>
|
|
|
|
+ <span t-ignore="true" t-field="res_company.email"/>
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
<div class="col-md-2 col-sm-3 footer-col">
|
|
<div class="col-md-2 col-sm-3 footer-col">
|
|
<section class="fot-col fot-link">
|
|
<section class="fot-col fot-link">
|
|
<ul>
|
|
<ul>
|
|
<li>
|
|
<li>
|
|
<p>
|
|
<p>
|
|
|
|
|
|
- <font class="footertext">
|
|
|
|
|
|
+ <font class="footercolor">
|
|
Marcas
|
|
Marcas
|
|
|
|
|
|
</font>
|
|
</font>
|
|
@@ -313,7 +324,7 @@
|
|
<li>
|
|
<li>
|
|
<p>
|
|
<p>
|
|
|
|
|
|
- <font class="footertext">
|
|
|
|
|
|
+ <font class="footercolor">
|
|
INFORMACIONES
|
|
INFORMACIONES
|
|
|
|
|
|
</font>
|
|
</font>
|
|
@@ -760,7 +771,7 @@
|
|
<div class="view">
|
|
<div class="view">
|
|
<div class="shopping-cart">
|
|
<div class="shopping-cart">
|
|
<a t-attf-href="/shop/product/#{ slug(product) }">
|
|
<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;">AÑADIR AL CARRO</h5>
|
|
|
|
|
|
+ <!-- <img src="/kingfisher_pro/static/src/img/cart2.png" alt="Shopping-cart" title="Shopping Cart" /> --><h5 style="color:#ffffff;">¡LO QUIERO!</h5>
|
|
</a>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -1012,12 +1023,12 @@
|
|
<input name="product_id" t-att-value="product.product_variant_ids[0].id" type="hidden"/>
|
|
<input name="product_id" t-att-value="product.product_variant_ids[0].id" type="hidden"/>
|
|
<t t-if="len(product.product_variant_ids) == 1">
|
|
<t t-if="len(product.product_variant_ids) == 1">
|
|
<a class="a-submit">
|
|
<a class="a-submit">
|
|
- <!--<img alt="Shopping-cart" src="/kingfisher_pro/static/src/img/cart2.png" title="Shopping Cart"/>--><h5 style="color:#ffffff;">AÑADIR AL CARRO</h5>
|
|
|
|
|
|
+ <!--<img alt="Shopping-cart" src="/kingfisher_pro/static/src/img/cart2.png" title="Shopping Cart"/>--><h5 style="color:#ffffff;">¡LO QUIERO!</h5>
|
|
</a>
|
|
</a>
|
|
</t>
|
|
</t>
|
|
<t t-if="len(product.product_variant_ids) > 1">
|
|
<t t-if="len(product.product_variant_ids) > 1">
|
|
<a t-att-href="keep('/shop/product/%s' % slug(product), page=(pager['page']['num'] if pager['page']['num']>1 else None))">
|
|
<a t-att-href="keep('/shop/product/%s' % slug(product), page=(pager['page']['num'] if pager['page']['num']>1 else None))">
|
|
- <!-- <img alt="Shopping-cart" src="/kingfisher_pro/static/src/img/cart2.png" title="Shopping Cart"/> --><h5 style="color:#ffffff;">AÑADIR AL CARRO</h5>
|
|
|
|
|
|
+ <!-- <img alt="Shopping-cart" src="/kingfisher_pro/static/src/img/cart2.png" title="Shopping Cart"/> --><h5 style="color:#ffffff;">¡LO QUIERO!</h5>
|
|
</a>
|
|
</a>
|
|
</t>
|
|
</t>
|
|
</div>
|
|
</div>
|