You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
108 lines
6.2 KiB
108 lines
6.2 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="template_header_theme_fuge"
|
|
inherit_id="website.layout"
|
|
name="Template Header Theme Fuge" active="True">
|
|
<xpath expr="//header" position="replace">
|
|
<section class="banner ">
|
|
<div class="header_wrapper"> <!-- Top nav -->
|
|
<div class="row">
|
|
<div class="top_wrapper">
|
|
<div class="top-right d-flex">
|
|
<h6 style="color:#3fc0b6;">UPTO 30% OFF ON ALL STYLES,</h6>
|
|
<P style="color:#3fc0b6;">Click Here For &
|
|
<i class="far fa-hand-point-right"/>
|
|
<span class="more">More Details</span>
|
|
</P>
|
|
</div>
|
|
<div class="top-left d-flex" style="align-items: center; list-style: none;">
|
|
<t t-call="portal.placeholder_user_sign_in">
|
|
<t t-set="_item_class"
|
|
t-value="'nav-item ml-lg-auto'" style="margin-top: -25px;"/>
|
|
<t t-set="_link_class"
|
|
t-value="'nav-link'"/>
|
|
</t>
|
|
<t t-call="portal.user_dropdown">
|
|
<t t-set="_user_name"
|
|
t-value="True"/>
|
|
<t t-set="_item_class"
|
|
t-value="'nav-item dropdown ml-lg-auto'"/>
|
|
<t t-set="_link_class"
|
|
t-value="'nav-link'"/>
|
|
</t>
|
|
<t t-set="website_sale_order"
|
|
t-value="website.sale_get_order()"/>
|
|
<a href="/shop/cart" style="margin-top: -8px;">
|
|
<button class="btn btn-primary d-flex">
|
|
My Cart
|
|
<li class="cart-svg">
|
|
<svg focusable="false"
|
|
data-prefix="fas"
|
|
data-icon="shopping-cart"
|
|
class="svg-inline--fa fa-shopping-cart fa-w-18"
|
|
role="img"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
viewBox="0 0 576 512">
|
|
<path fill="currentColor"
|
|
d="M528.12 301.319l47.273-208C578.806 78.301 567.391 64 551.99 64H159.208l-9.166-44.81C147.758 8.021 137.93 0 126.529 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24h69.883l70.248 343.435C147.325 417.1 136 435.222 136 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-15.674-6.447-29.835-16.824-40h209.647C430.447 426.165 424 440.326 424 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-22.172-12.888-41.332-31.579-50.405l5.517-24.276c3.413-15.018-8.002-29.319-23.403-29.319H218.117l-6.545-32h293.145c11.206 0 20.92-7.754 23.403-18.681z">
|
|
</path>
|
|
</svg>
|
|
</li>
|
|
<sup class="badge"
|
|
t-esc="website_sale_order and website_sale_order.cart_quantity or '0'"
|
|
t-att-data-order-id="website_sale_order and website_sale_order.id or ''"/>
|
|
</button>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row m-0">
|
|
<!--/nav-->
|
|
<nav class="navbar navbar-expand-lg">
|
|
<div class="container-fluid ">
|
|
<a class="navbar-brand">
|
|
<t t-call="website.placeholder_header_brand">
|
|
<t t-set="_link_class" t-value="'mr-auto'"/>
|
|
</t>
|
|
</a>
|
|
<!-- <a class="navbar-brand pl-4" href="/">-->
|
|
<!-- Fuge<span class="lohny">S</span>tore-->
|
|
<!-- </a>-->
|
|
<button class="navbar-toggler" type="button"
|
|
data-toggle="collapse"
|
|
data-target="#navbarSupportedContent"
|
|
aria-controls="navbarSupportedContent"
|
|
aria-expanded="false"
|
|
aria-label="Toggle navigation">
|
|
<span class="navbar-toggler-icon fa fa-bars" style="color: white;"/>
|
|
</button>
|
|
<div class="collapse navbar-collapse"
|
|
id="navbarSupportedContent">
|
|
<ul class="navbar-nav ml-auto">
|
|
<t t-foreach="website.menu_id.child_id"
|
|
t-as="submenu">
|
|
<li t-call="website.submenu">
|
|
<a t-set="item_class"
|
|
t-value="'nav-item'"/>
|
|
<a t-set="link_class"
|
|
t-value="'nav-link'"/>
|
|
</li>
|
|
</t>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<!--//nav-->
|
|
</div></div>
|
|
</section>
|
|
</xpath>
|
|
</template>
|
|
|
|
<template id="fuge_login" inherit_id="website.login_layout" name="fuge Login Top">
|
|
<xpath expr="//div[hasclass('oe_website_login_container')]" position="before">
|
|
<section class="login">
|
|
</section>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|
|
|
|
|