Création du module CadeauBienvenue

This commit is contained in:
2021-01-26 21:15:26 +01:00
parent 776679f179
commit 1a4eb8f45e
26 changed files with 319 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
{* Set the default translation domain, that will be used by {intl} when the 'd' parameter is not set *}
{default_translation_domain domain='fo.default'}
{default_translation_domain domain='fo.custom'}
{form name="thelia.order.delivery"}

View File

@@ -1,7 +1,7 @@
{* This page should not replace the current previous URL *}
{set_previous_url ignore_current="1"}
{default_translation_domain domain='fo.default'}
{default_translation_domain domain='fo.custom'}
{loop type="product" name="add_product_to_cart" id={product attr="id"}}
<div class="clearfix">
<table>

View File

@@ -20,7 +20,7 @@ GNU General Public License : http://www.gnu.org/licenses/
{* Declare assets directory, relative to template base directory *}
{declare_assets directory='assets/dist'}
{* Set the default translation domain, that will be used by {intl} when the 'd' parameter is not set *}
{default_translation_domain domain='fo.default'}
{default_translation_domain domain='fo.custom'}
{* -- Define some stuff for Smarty ------------------------------------------ *}
{config_load file='variables.conf'}