38 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			XML
		
	
	
		
			Executable File
		
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			XML
		
	
	
		
			Executable File
		
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <odoo>
 | |
| 	<template id="snippet_style_two" inherit_id="clarico_snippets.clarico_offer_snippets"
 | |
| 		name="Style 2" priority="2">
 | |
| 		<xpath
 | |
| 			expr="//div[@id='clarico_offer_structure']/div[hasclass('o_panel_body')]"
 | |
| 			position="inside">
 | |
| 			<t t-snippet="snippet_style_2.snippet_style_2_body" t-thumbnail="/snippet_style_2/static/src/img/Style2.jpg" />
 | |
| 		</xpath>
 | |
| 	</template>
 | |
| 	<template id="snippet_style_2_body" name="Timer">
 | |
| 		<section class="snippet_design">
 | |
| 		  <section class="left_container_parent">
 | |
| 			<section class="snippet_left_container">
 | |
| 				<section class="snippet_left_content">
 | |
| 					<h3 class="chs_heading">Furniture Interior</h3>
 | |
| 					<p class="desc_para">We have lots of styles and types, from sun loungers to
 | |
| 						armchairs, and you can even create your own combination with our
 | |
| 						sofa sections.
 | |
| 					</p>
 | |
| 					<a class="shop_now_button" href="#">Shop now</a>
 | |
| 					<div class="js_timer_div">   </div>
 | |
| 				</section>
 | |
| 			</section>
 | |
| 		</section>
 | |
| 		<section>
 | |
| 			<section class="right_container_parent"
 | |
| 				style="background-image:url('/snippet_style_2/static/src/img/grey_chair_Bg.jpeg')">
 | |
| 				<section class="snippet_sale_icon">
 | |
| 				15%
 | |
| 				<span>off</span>
 | |
| 			</section>
 | |
| 			</section>
 | |
| 		</section>				
 | |
| 		</section>
 | |
| 	</template>
 | |
| </odoo>
 |