Suprresion du logo Saint-James dans la bannière + modif du n° de téléphone

This commit is contained in:
2020-09-09 12:48:06 +02:00
parent ca62fc8c00
commit de4bc540e4

View File

@@ -1,303 +1,303 @@
<!doctype html> <!doctype html>
{* Declare assets directory, relative to template base directory *} {* Declare assets directory, relative to template base directory *}
{declare_assets directory='assets/dist'} {declare_assets directory='assets/dist'}
{* Set the default translation domain, that will be used by {intl} when the 'd' parameter is not set *} {* Set the default translation domain, that will be used by {intl} when the 'd' parameter is not set *}
{default_translation_domain domain='fo.lematelot'} {default_translation_domain domain='fo.lematelot'}
{* -- Define some stuff for Smarty ------------------------------------------ *} {* -- Define some stuff for Smarty ------------------------------------------ *}
{config_load file='variables.conf'} {config_load file='variables.conf'}
{block name="init"}{/block} {block name="init"}{/block}
{block name="no-return-functions"}{/block} {block name="no-return-functions"}{/block}
{assign var="store_name" value={config key="store_name"}} {assign var="store_name" value={config key="store_name"}}
{assign var="store_description" value={config key="store_description"}} {assign var="store_description" value={config key="store_description"}}
{assign var="shop" value={config key="shop"}} {assign var="shop" value={config key="shop"}}
{assign var="lang_code" value={lang attr="code"}} {assign var="lang_code" value={lang attr="code"}}
{assign var="lang_locale" value={lang attr="locale"}} {assign var="lang_locale" value={lang attr="locale"}}
{if not $store_name}{assign var="store_name" value={intl l='Thelia V2'}}{/if} {if not $store_name}{assign var="store_name" value={intl l='Thelia V2'}}{/if}
{if not $store_description}{assign var="store_description" value={$store_name}}{/if} {if not $store_description}{assign var="store_description" value={$store_name}}{/if}
{* paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither *} {* paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither *}
<!--[if lt IE 7 ]><html class="no-js oldie ie6" lang="{$lang_code}"> <![endif]--> <!--[if lt IE 7 ]><html class="no-js oldie ie6" lang="{$lang_code}"> <![endif]-->
<!--[if IE 7 ]><html class="no-js oldie ie7" lang="{$lang_code}"> <![endif]--> <!--[if IE 7 ]><html class="no-js oldie ie7" lang="{$lang_code}"> <![endif]-->
<!--[if IE 8 ]><html class="no-js oldie ie8" lang="{$lang_code}"> <![endif]--> <!--[if IE 8 ]><html class="no-js oldie ie8" lang="{$lang_code}"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="{$lang_code}" class="no-js"> <!--<![endif]--> <!--[if (gte IE 9)|!(IE)]><!--><html lang="{$lang_code}" class="no-js"> <!--<![endif]-->
<head> <head>
{hook name="main.head-top"} {hook name="main.head-top"}
{* Test if javascript is enabled *} {* Test if javascript is enabled *}
<script>(function(H) { H.className=H.className.replace(/\bno-js\b/,'js') } )(document.documentElement);</script> <script>(function(H) { H.className=H.className.replace(/\bno-js\b/,'js') } )(document.documentElement);</script>
<meta charset="utf-8"> <meta charset="utf-8">
{* Page Title *} {* Page Title *}
<title>{block name="page-title"}{strip}{if $page_title}{$page_title}{elseif $breadcrumbs}{foreach from=$breadcrumbs|array_reverse item=breadcrumb}{$breadcrumb.title|unescape} - {/foreach}{$store_name}{else}{$store_name}{/if} {$shop} {$store_description}{/strip}{/block}</title> <title>{block name="page-title"}{strip}{if $page_title}{$page_title}{elseif $breadcrumbs}{foreach from=$breadcrumbs|array_reverse item=breadcrumb}{$breadcrumb.title|unescape} - {/foreach}{$store_name}{else}{$store_name}{/if} {$shop} {$store_description}{/strip}{/block}</title>
{* Meta Tags *} {* Meta Tags *}
<meta name="generator" content="{intl l='PrestaShop'}"> <meta name="generator" content="{intl l='PrestaShop'}">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
{block name="meta"} {block name="meta"}
<meta name="description" content="{if $page_description}{$page_description}{else}{$store_description|strip|truncate:120}{/if}"> <meta name="description" content="{if $page_description}{$page_description}{else}{$store_description|strip|truncate:120}{/if}">
{/block} {/block}
{stylesheets file='assets/dist/css/thelia.min.css'} {stylesheets file='assets/dist/css/thelia.min.css'}
<link rel="stylesheet" href="{$asset_url}"> <link rel="stylesheet" href="{$asset_url}">
{/stylesheets} {/stylesheets}
{* {*
If you want to generate the CSS assets on the fly, just replace the stylesheet inclusion above by the following. If you want to generate the CSS assets on the fly, just replace the stylesheet inclusion above by the following.
Then, in your back-office, go to Configuration -> System Variables and set process_assets to 1. Then, in your back-office, go to Configuration -> System Variables and set process_assets to 1.
Now, when you're accessing the front office in developpement mode (index_dev.php) the CSS is recompiled when a Now, when you're accessing the front office in developpement mode (index_dev.php) the CSS is recompiled when a
change in the source files is detected. change in the source files is detected.
See http://doc.thelia.net/en/documentation/templates/assets.html#activate-automatic-assets-generation for details. See http://doc.thelia.net/en/documentation/templates/assets.html#activate-automatic-assets-generation for details.
{stylesheets file='assets/src/less/thelia.less' filters='less'} {stylesheets file='assets/src/less/thelia.less' filters='less'}
<link rel="stylesheet" href="{$asset_url}"> <link rel="stylesheet" href="{$asset_url}">
{/stylesheets} {/stylesheets}
*} *}
{hook name="main.stylesheet"} {hook name="main.stylesheet"}
{block name="stylesheet"}{/block} {block name="stylesheet"}{/block}
{* Favicon *} {* Favicon *}
<link rel="shortcut icon" type="image/x-icon" href="{image file='assets/dist/img/favicon.ico'}"> <link rel="shortcut icon" type="image/x-icon" href="{image file='assets/dist/img/favicon.ico'}">
<link rel="icon" type="image/png" href="{image file='assets/dist/img/favicon.png'}" /> <link rel="icon" type="image/png" href="{image file='assets/dist/img/favicon.png'}" />
{* Feeds *} {* Feeds *}
<link rel="alternate" type="application/rss+xml" title="{intl l='All products'}" href="{url path="/feed/catalog/%lang" lang=$lang_locale}" /> <link rel="alternate" type="application/rss+xml" title="{intl l='All products'}" href="{url path="/feed/catalog/%lang" lang=$lang_locale}" />
<link rel="alternate" type="application/rss+xml" title="{intl l='All contents'}" href="{url path="/feed/content/%lang" lang=$lang_locale}" /> <link rel="alternate" type="application/rss+xml" title="{intl l='All contents'}" href="{url path="/feed/content/%lang" lang=$lang_locale}" />
<link rel="alternate" type="application/rss+xml" title="{intl l='All brands'}" href="{url path="/feed/brand/%lang" lang=$lang_locale}" /> <link rel="alternate" type="application/rss+xml" title="{intl l='All brands'}" href="{url path="/feed/brand/%lang" lang=$lang_locale}" />
{block name="feeds"}{/block} {block name="feeds"}{/block}
{* HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries *} {* HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries *}
<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
{javascripts file="assets/dist/js/vendors/html5shiv.min.js"} {javascripts file="assets/dist/js/vendors/html5shiv.min.js"}
<script>window.html5 || document.write('<script src="{$asset_url}"><\/script>');</script> <script>window.html5 || document.write('<script src="{$asset_url}"><\/script>');</script>
{/javascripts} {/javascripts}
<script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.js"></script>
{javascripts file="assets/dist/js/vendors/respond.min.js"} {javascripts file="assets/dist/js/vendors/respond.min.js"}
<script>window.respond || document.write('<script src="{$asset_url}"><\/script>');</script> <script>window.respond || document.write('<script src="{$asset_url}"><\/script>');</script>
{/javascripts} {/javascripts}
<![endif]--> <![endif]-->
{hook name="main.head-bottom"} {hook name="main.head-bottom"}
</head> </head>
<body class="{block name="body-class"}{/block}" itemscope itemtype="http://schema.org/WebPage"> <body class="{block name="body-class"}{/block}" itemscope itemtype="http://schema.org/WebPage">
{hook name="main.body-top"} {hook name="main.body-top"}
<!-- Accessibility --> <!-- Accessibility -->
<a class="sr-only" rel="nofollow" href="#content">{intl l="Skip to content"}</a> <a class="sr-only" rel="nofollow" href="#content">{intl l="Skip to content"}</a>
<div class="page" role="document"> <div class="page" role="document">
<div class="header-container" itemscope itemtype="http://schema.org/WPHeader"> <div class="header-container" itemscope itemtype="http://schema.org/WPHeader">
{hook name="main.header-top"} {hook name="main.header-top"}
<div class="navbar navbar-default navbar-secondary" itemscope itemtype="http://schema.org/SiteNavigationElement"> <div class="navbar navbar-default navbar-secondary" itemscope itemtype="http://schema.org/SiteNavigationElement">
<div class="container"> <div class="container">
<div class="navbar-header"> <div class="navbar-header">
<!-- .navbar-toggle is used as the toggle for collapsed navbar content --> <!-- .navbar-toggle is used as the toggle for collapsed navbar content -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-secondary"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-secondary">
<span class="sr-only">{intl l="Toggle navigation"}</span> <span class="sr-only">{intl l="Toggle navigation"}</span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
{$image = {image file='assets/dist/img/logo-mobile.png' failsafe=true}} {$image = {image file='assets/dist/img/logo-mobile.png' failsafe=true}}
{if $image == null} {if $image == null}
{$image = {image file='assets/dist/img/logo.gif' failsafe=true}} {$image = {image file='assets/dist/img/logo.gif' failsafe=true}}
{/if} {/if}
<img class="navbar-brand-img visible-xs" src="{$image}" alt="{$store_name}"> <a rel="nofollow" class="navbar-brand visible-xs" href="{navigate to="index"}">{$store_name}</a> <img class="navbar-brand-img visible-xs" src="{$image}" alt="{$store_name}"> <a rel="nofollow" class="navbar-brand visible-xs" href="{navigate to="index"}">{$store_name}</a>
</div> </div>
{ifhook rel="main.navbar-secondary"} {ifhook rel="main.navbar-secondary"}
{* Place everything within .nav-collapse to hide it until above 768px *} {* Place everything within .nav-collapse to hide it until above 768px *}
<nav class="navbar-collapse collapse nav-secondary" role="navigation" aria-label="{intl l="Secondary Navigation"}"> <nav class="navbar-collapse collapse nav-secondary" role="navigation" aria-label="{intl l="Secondary Navigation"}">
{hook name="main.navbar-secondary"} {hook name="main.navbar-secondary"}
</nav> </nav>
{/ifhook} {/ifhook}
</div> </div>
</div> </div>
<header class="container" role="banner"> <header class="container" role="banner">
<div class="header row"> <div class="header row">
<div class="container hidden-xs"> <div class="container hidden-xs">
<div class="logo"> <div class="logo">
{$image = {image file='assets/dist/img/logo.png' failsafe=true}} {$image = {image file='assets/dist/img/logo.png' failsafe=true}}
{if $image == null} {if $image == null}
{$image = {image file='assets/dist/img/logo.gif' failsafe=true}} {$image = {image file='assets/dist/img/logo.gif' failsafe=true}}
{/if} {/if}
<a class="logo" href="{navigate to="index"}" title="{$store_name}"><img src="{$image}" alt="{$store_name}"></a> <a class="logo" href="{navigate to="index"}" title="{$store_name}"><img src="{$image}" alt="{$store_name}"></a>
<div class="sitetitle"> <div class="sitetitle">
<p class="slogansite"><span class="titlesite">{$store_name}</span><br />{$store_description}</p> <p class="slogansite"><span class="titlesite">{$store_name}</span><br />{$store_description}</p>
</div> </div>
<div class="brandbgimg"></div> {* <div class="brandbgimg"></div>*}
</div> </div>
<div class="telephone"> <div class="telephone">
<span class="phonealign glyphicon glyphicon-phone"> </span> <span class="phonealign glyphicon glyphicon-phone"> </span>
<span class="phonealign phonenumber"> <span class="phonealign phonenumber">
<a href="tel:+33298571040" title="phone">02 98 57 10 40</a> <a href="tel:+33627720925" title="phone">Service client : 06 27 72 09 25</a>
</span><br /> </span><br />
<span class="phonetext"><b>OUVERT 7/7j</b> 10H/12H 14H/18H</span> <span class="phonetext"><b>OUVERT 7/7j</b> 10H/12H 14H/18H</span>
</div> </div>
</div> </div>
{hook name="main.navbar-primary"} {hook name="main.navbar-primary"}
</div> </div>
</header><!-- /.header --> </header><!-- /.header -->
{hook name="main.header-bottom"} {hook name="main.header-bottom"}
</div><!-- /.header-container --> </div><!-- /.header-container -->
<main class="main-container" role="main"> <main class="main-container" role="main">
<div class="container"> <div class="container">
{hook name="main.content-top"} {hook name="main.content-top"}
{block name="breadcrumb"}{include file="misc/breadcrumb.tpl"}{/block} {block name="breadcrumb"}{include file="misc/breadcrumb.tpl"}{/block}
<div id="content">{block name="main-content"}{/block}</div> <div id="content">{block name="main-content"}{/block}</div>
{hook name="main.content-bottom"} {hook name="main.content-bottom"}
</div><!-- /.container --> </div><!-- /.container -->
</main><!-- /.main-container --> </main><!-- /.main-container -->
<section class="footer-container" itemscope itemtype="http://schema.org/WPFooter"> <section class="footer-container" itemscope itemtype="http://schema.org/WPFooter">
{ifhook rel="main.footer-top"} {ifhook rel="main.footer-top"}
<section class="footer-block"> <section class="footer-block">
<div class="container"> <div class="container">
<div class="blocks row"> <div class="blocks row">
{hook name="main.footer-top"} {hook name="main.footer-top"}
</div> </div>
</div> </div>
</section> </section>
{/ifhook} {/ifhook}
{elsehook rel="main.footer-top"} {elsehook rel="main.footer-top"}
<section class="footer-banner"> <section class="footer-banner">
<div class="container"> <div class="container">
<div class="banner row banner-col-3"> <div class="banner row banner-col-3">
<div class="col col-sm-4"> <div class="col col-sm-4">
<span class="fa fa-truck fa-flip-horizontal"></span> <span class="fa fa-truck fa-flip-horizontal"></span>
{intl l="Free shipping"} <small>{intl l="Orders over $50"}</small> {intl l="Free shipping"} <small>{intl l="Orders over $50"}</small>
</div> </div>
<div class="col col-sm-4"> <div class="col col-sm-4">
<span class="fa fa-credit-card"></span> <span class="fa fa-credit-card"></span>
{intl l="Secure payment"} <small>{intl l="Multi-payment platform"}</small> {intl l="Secure payment"} <small>{intl l="Multi-payment platform"}</small>
</div> </div>
<div class="col col-sm-4"> <div class="col col-sm-4">
<span class="fa fa-info"></span> <span class="fa fa-info"></span>
{intl l="Need help ?"} <small>{intl l="Questions ? See our F.A.Q."}</small> {intl l="Need help ?"} <small>{intl l="Questions ? See our F.A.Q."}</small>
</div> </div>
</div> </div>
</div> </div>
</section><!-- /.footer-banner --> </section><!-- /.footer-banner -->
{/elsehook} {/elsehook}
{ifhook rel="main.footer-body"} {ifhook rel="main.footer-body"}
<section class="footer-block"> <section class="footer-block">
<div class="container"> <div class="container">
<div class="blocks row"> <div class="blocks row">
{hookblock name="main.footer-body" fields="id,class,title,content"} {hookblock name="main.footer-body" fields="id,class,title,content"}
{forhook rel="main.footer-body"} {forhook rel="main.footer-body"}
<div class="col col-sm-3"> <div class="col col-sm-3">
<section {if $id} id="{$id}"{/if} class="block {if $class} block-{$class}{/if}"> <section {if $id} id="{$id}"{/if} class="block {if $class} block-{$class}{/if}">
<div class="block-heading"><h3 class="block-title">{$title}</h3></div> <div class="block-heading"><h3 class="block-title">{$title}</h3></div>
<div class="block-content"> <div class="block-content">
{$content nofilter} {$content nofilter}
</div> </div>
</section> </section>
</div> </div>
{/forhook} {/forhook}
{/hookblock} {/hookblock}
</div> </div>
</div> </div>
</section> </section>
{/ifhook} {/ifhook}
{ifhook rel="main.footer-bottom"} {ifhook rel="main.footer-bottom"}
<footer class="footer-info" role="contentinfo"> <footer class="footer-info" role="contentinfo">
<div class="container"> <div class="container">
<div class="info row"> <div class="info row">
<div class="col-lg-9"> <div class="col-lg-9">
{hook name="main.footer-bottom"} {hook name="main.footer-bottom"}
</div> </div>
<div class="col-lg-3"> <div class="col-lg-3">
<section class="copyright">{intl l="Copyright"} &copy; <time datetime="{'Y-m-d'|date}">{'Y'|date}</time> <a href= "http://www.verif.com/societe/SARL-EMERAUDE-429726938/" target="_blank" title="Fiche Entreprise SARL EMERAUDE sur verif.com" rel="nofollow">SARL Emeraude</a></section> <section class="copyright">{intl l="Copyright"} &copy; <time datetime="{'Y-m-d'|date}">{'Y'|date}</time> <a href= "http://www.verif.com/societe/SARL-EMERAUDE-429726938/" target="_blank" title="Fiche Entreprise SARL EMERAUDE sur verif.com" rel="nofollow">SARL Emeraude</a></section>
</div> </div>
</div> </div>
</div> </div>
</footer> </footer>
{/ifhook} {/ifhook}
{elsehook rel="main.footer-bottom"} {elsehook rel="main.footer-bottom"}
<footer class="footer-info" role="contentinfo"> <footer class="footer-info" role="contentinfo">
<div class="container"> <div class="container">
<div class="info row"> <div class="info row">
<nav class="nav-footer col-lg-9" role="navigation"> <nav class="nav-footer col-lg-9" role="navigation">
<ul class="list-unstyled list-inline"> <ul class="list-unstyled list-inline">
{$folder_information={config key="information_folder_id"}} {$folder_information={config key="information_folder_id"}}
{if $folder_information} {if $folder_information}
{loop name="footer_links" type="content" folder=$folder_information} {loop name="footer_links" type="content" folder=$folder_information}
<li><a rel="nofollow" href="{$URL nofilter}">{$TITLE}</a></li> <li><a rel="nofollow" href="{$URL nofilter}">{$TITLE}</a></li>
{/loop} {/loop}
{/if} {/if}
<li><a rel="nofollow" href="{url path="/contact"}">{intl l="Contact Us"}</a></li> <li><a rel="nofollow" href="{url path="/contact"}">{intl l="Contact Us"}</a></li>
</ul> </ul>
</nav> </nav>
<section class="copyright col-lg-3">{intl l="Copyright"} &copy; <time datetime="{'Y-m-d'|date}">{'Y'|date}</time> <a href= "http://www.verif.com/societe/SARL-EMERAUDE-429726938/" target="_blank" title="Fiche Entreprise SARL EMERAUDE sur verif.com" rel="nofollow">SARL Emeraude</a></section> <section class="copyright col-lg-3">{intl l="Copyright"} &copy; <time datetime="{'Y-m-d'|date}">{'Y'|date}</time> <a href= "http://www.verif.com/societe/SARL-EMERAUDE-429726938/" target="_blank" title="Fiche Entreprise SARL EMERAUDE sur verif.com" rel="nofollow">SARL Emeraude</a></section>
</div> </div>
</div> </div>
</footer><!-- /.footer-info --> </footer><!-- /.footer-info -->
{/elsehook} {/elsehook}
</section><!-- /.footer-container --> </section><!-- /.footer-container -->
</div><!-- /.page --> </div><!-- /.page -->
{block name="before-javascript-include"}{/block} {block name="before-javascript-include"}{/block}
<!-- JavaScript --> <!-- JavaScript -->
<!-- Jquery --> <!-- Jquery -->
<!--[if lt IE 9]><script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <![endif]--> <!--[if lt IE 9]><script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script><!--<![endif]--> <!--[if (gte IE 9)|!(IE)]><!--><script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script><!--<![endif]-->
{javascripts file="assets/dist/js/vendors/jquery.min.js"} {javascripts file="assets/dist/js/vendors/jquery.min.js"}
<script>window.jQuery || document.write('<script src="{$asset_url}"><\/script>');</script> <script>window.jQuery || document.write('<script src="{$asset_url}"><\/script>');</script>
{/javascripts} {/javascripts}
<script src="//ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/jquery.validate.min.js"></script> <script src="//ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/jquery.validate.min.js"></script>
{* do no try to load messages_en, as this file does not exists *} {* do no try to load messages_en, as this file does not exists *}
{if $lang_code != 'en'} {if $lang_code != 'en'}
<script src="//ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/localization/messages_{$lang_code}.js"></script> <script src="//ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/localization/messages_{$lang_code}.js"></script>
{/if} {/if}
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
{javascripts file="assets/dist/js/vendors/bootstrap.min.js"} {javascripts file="assets/dist/js/vendors/bootstrap.min.js"}
<script>if(typeof($.fn.modal) === 'undefined') { document.write('<script src="{$asset_url}"><\/script>'); }</script> <script>if(typeof($.fn.modal) === 'undefined') { document.write('<script src="{$asset_url}"><\/script>'); }</script>
{/javascripts} {/javascripts}
{javascripts file="assets/dist/js/vendors/bootbox.js"} {javascripts file="assets/dist/js/vendors/bootbox.js"}
<script src="{$asset_url}"></script> <script src="{$asset_url}"></script>
{/javascripts} {/javascripts}
{hook name="main.after-javascript-include"} {hook name="main.after-javascript-include"}
{block name="after-javascript-include"}{/block} {block name="after-javascript-include"}{/block}
{hook name="main.javascript-initialization"} {hook name="main.javascript-initialization"}
<script> <script>
// fix path for addCartMessage // fix path for addCartMessage
// if you use '/' in your URL rewriting, the cart message is not displayed // if you use '/' in your URL rewriting, the cart message is not displayed
// addCartMessageUrl is used in thelia.js to update the mini-cart content // addCartMessageUrl is used in thelia.js to update the mini-cart content
var addCartMessageUrl = "{url path='ajax/addCartMessage'}"; var addCartMessageUrl = "{url path='ajax/addCartMessage'}";
</script> </script>
{block name="javascript-initialization"}{/block} {block name="javascript-initialization"}{/block}
<!-- Custom scripts --> <!-- Custom scripts -->
<link href="{stylesheet file='assets/dist/css/zoom/jquery.zoom.css'}" rel="stylesheet" type="text/css" /> <link href="{stylesheet file='assets/dist/css/zoom/jquery.zoom.css'}" rel="stylesheet" type="text/css" />
<script src="{javascript file='assets/dist/js/zoom/jquery.zoom.min.js'}"></script> <script src="{javascript file='assets/dist/js/zoom/jquery.zoom.min.js'}"></script>
<script src="{javascript file='assets/dist/js/thelia.min.js'}"></script> <script src="{javascript file='assets/dist/js/thelia.min.js'}"></script>
{hook name="main.body-bottom"} {hook name="main.body-bottom"}
</body> </body>
</html> </html>