Skip to content

Commit

Permalink
updated subscription faq
Browse files Browse the repository at this point in the history
  • Loading branch information
mandan2 committed Oct 2, 2023
1 parent cdee459 commit a0e5822
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
15 changes: 15 additions & 0 deletions views/templates/admin/Subscription/subscriptions-faq.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,21 @@
</div>
</div>

<div class="row">
<div class="col-lg-12">
<div class="card">
<h3 class="card-header">
<i class="material-icons">info_outline</i> {{ giftWrappingTitle }}
</h3>
<div class="card-block">
<div class="card-text">
<p>{{giftWrapping1}}</p>
</div>
</div>
</div>
</div>
</div>

<div class="row">
<div class="col-lg-12">
<div class="card">
Expand Down

0 comments on commit a0e5822

Please sign in to comment.