From 2eeeb17ae9372f3debb1b42cdf2a2a0a5767289e Mon Sep 17 00:00:00 2001
From: TomAbel
Date: Mon, 2 Nov 2020 18:27:00 +0200
Subject: [PATCH 01/35] Missing template variables caused errors
---
smailyforprestashop.php | 2 ++
1 file changed, 2 insertions(+)
diff --git a/smailyforprestashop.php b/smailyforprestashop.php
index d9a7cac..8291a66 100644
--- a/smailyforprestashop.php
+++ b/smailyforprestashop.php
@@ -334,6 +334,8 @@ public function getContent()
'SmailyCustomerCron',
array('token' => $customer_cron_token)
),
+ 'smaily_customer_cron_token' => $customer_cron_token,
+ 'smaily_cart_cron_token' => $cart_cron_token,
'smaily_cart_cron_url' => Context::getContext()->link->getModuleLink(
'smailyforprestashop',
'SmailyCartCron',
From 8f33c6f244a51e4442bb6f274ccd67fcdec842bd Mon Sep 17 00:00:00 2001
From: TomAbel
Date: Tue, 3 Nov 2020 22:12:19 +0200
Subject: [PATCH 02/35] on/off radio button, autoresponder select menu
---
views/templates/admin/smaily_configure.tpl | 32 ++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/views/templates/admin/smaily_configure.tpl b/views/templates/admin/smaily_configure.tpl
index 3f5b641..c238303 100644
--- a/views/templates/admin/smaily_configure.tpl
+++ b/views/templates/admin/smaily_configure.tpl
@@ -181,6 +181,38 @@
+
+