From a0e5822290d1f143bd861b6be05b7f33afdcae24 Mon Sep 17 00:00:00 2001 From: mandan2 Date: Tue, 26 Sep 2023 10:32:29 +0300 Subject: [PATCH] updated subscription faq --- .../Symfony/SubscriptionFAQController.php | 3 ++- .../Subscription/subscriptions-faq.html.twig | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/subscription/Controller/Symfony/SubscriptionFAQController.php b/subscription/Controller/Symfony/SubscriptionFAQController.php index 9e984b32c..efbfee5de 100644 --- a/subscription/Controller/Symfony/SubscriptionFAQController.php +++ b/subscription/Controller/Symfony/SubscriptionFAQController.php @@ -27,11 +27,12 @@ public function indexAction() 'carrierInformation1' => $this->module->l('Make sure to select default carrier for recurring orders in advanced settings.', self::FILE_NAME), 'carrierInformation2' => $this->module->l('Carrier should cover all supported shop regions.', self::FILE_NAME), 'carrierInformation3' => $this->module->l('Carrier cannot be changed after first subscription order is placed.', self::FILE_NAME), - // TODO add text to not use gift wrapping for subscription products 'carrierInformation4' => $this->module->l('Selected carrier pricing/weight settings or carrier selection in Mollie should not change. If they do, subscription orders must be cancelled and carrier re-selected in module settings.', self::FILE_NAME), 'cartRuleTitle' => $this->module->l('Cart rules', self::FILE_NAME), 'cartRule' => $this->module->l('A customer can\'t add subscription items with different recurring periods to the same shopping cart.', self::FILE_NAME), 'cartRule2' => $this->module->l('Do not use cart rules with subscription products as this will cause errors due to incorrect pricing.', self::FILE_NAME), + 'giftWrappingTitle' => $this->module->l('Gift wrapping', self::FILE_NAME), + 'giftWrapping1' => $this->module->l('Gift wrapping feature is not supported for subscription orders.', self::FILE_NAME), 'subscriptionOrderLogicTitle' => $this->module->l('Recurring order creation', self::FILE_NAME), 'recurringOrderCreation' => $this->module->l('Mollie for Prestashop automatically creates a new order when the previous order is paid for.', self::FILE_NAME), 'recurringOrderPrice' => $this->module->l('Recurring orders always use the product price that was specified when the related subscription was created.', self::FILE_NAME), diff --git a/views/templates/admin/Subscription/subscriptions-faq.html.twig b/views/templates/admin/Subscription/subscriptions-faq.html.twig index 6e9dab85e..07bcc9659 100644 --- a/views/templates/admin/Subscription/subscriptions-faq.html.twig +++ b/views/templates/admin/Subscription/subscriptions-faq.html.twig @@ -92,6 +92,21 @@ +
+
+
+

+ info_outline {{ giftWrappingTitle }} +

+
+
+

{{giftWrapping1}}

+
+
+
+
+
+