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.
		
		
		
		
		
			
		
			
				
					
					
						
							44 lines
						
					
					
						
							2.2 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							44 lines
						
					
					
						
							2.2 KiB
						
					
					
				| <?xml version="1.0" encoding="UTF-8" ?> | |
| <odoo> | |
|     <!--        Add to cart template view--> | |
|     <template id="add_cart_banner_lego" inherit_id="website_sale.product" | |
|               name="add to cart banner"> | |
|         <xpath expr="//section[@id='product_detail']" 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>Product preview</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 | |
|                                                 PREVIEW | |
|                                             </li> | |
|                                         </ol> | |
|                                     </nav> | |
|                                 </div> | |
|                             </div> | |
|                         </div> | |
|                     </div> | |
|                 </div> | |
|             </section> | |
|         </xpath> | |
|     </template> | |
| </odoo>
 | |
| 
 |