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.
 
 
 
 
 

45 lines
2.2 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- Shop lego banner-->
<template id="shop_banner_lego"
inherit_id="website_sale.products"
name="shop banner">
<xpath expr="//div[hasclass('oe_website_sale')]"
position="before">
<section class="banner_product">
<div class="container">
<div class="row">
<div class="col-12">
<div class="banner_content">
<div class="product_heading">
<h1>Shop Category page</h1>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="/">Home</a>
<i class="material-icons"
style="font-size:12px;color:#ffffff;">
arrow_forward
</i>
</li>
<li class="breadcrumb-item">
<a href="/shop">SHOP</a>
<i class="material-icons"
style="font-size:12px;color:#ffffff;">
arrow_forward
</i>
</li>
<li class="breadcrumb-item active"
aria-current="page">PRODUCTS
</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
</div>
</section>
</xpath>
</template>
</odoo>