You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'saveError' => $this->module->l('Failed to save settings', self::FILE_NAME),
112
+
'apiNotConfigured' => $this->module->l('API not configured', self::FILE_NAME),
113
+
'apiNotConfiguredMessage' => $this->module->l('Please configure your Mollie API keys in the API Configuration tab before accessing advanced settings.', self::FILE_NAME),
'invoiceDefaultExplanation' => $this->module->l('Default: The invoice is created based on Order settings > Statuses. There is no custom status created.', self::FILE_NAME),
119
+
'invoiceAuthorizedExplanation' => $this->module->l('Authorized: Create a full invoice when the order is authorized. Custom status is created.', self::FILE_NAME),
120
+
'invoiceShipmentExplanation' => $this->module->l('On Shipment: Create a full invoice when the order is shipped. Custom status is created.', self::FILE_NAME),
121
+
'autoShipLabel' => $this->module->l('Automatically Ship on Marked Statuses', self::FILE_NAME),
122
+
'autoShipDescription' => $this->module->l('Enable automatic shipping for selected statuses', self::FILE_NAME),
123
+
'autoShipStatusesLabel' => $this->module->l('Automatically ship when one of these statuses is reached', self::FILE_NAME),
124
+
'sendShipmentInfo' => $this->module->l('Send shipment information to Mollie', self::FILE_NAME),
125
+
'shipmentConfigInfo' => $this->module->l('Configure the shipment information to send to Mollie.', self::FILE_NAME),
126
+
'carrierVariablesInfo' => $this->module->l('You can use the following variables for the carrier URLs:', self::FILE_NAME),
'statusMappingInfo' => $this->module->l('From the dropdown select a PrestaShop order status that will be set when the respective Mollie payment status is triggered.', self::FILE_NAME),
'voucherCategoryHelp' => $this->module->l('Select a category to use for all products in your webshop.', self::FILE_NAME),
244
244
'klarnaNotice' => $this->module->l('Klarna authorises payments for up to 28 days. To capture funds automatically when an order is shipped, enable “Automatically ship on marked status” in the advanced settings. If no capture occurs within 28 days, the authorisation expires and the payment cannot be collected.', self::FILE_NAME),
245
+
246
+
'apiNotConfigured' => $this->module->l('API not configured', self::FILE_NAME),
247
+
'apiNotConfiguredMessage' => $this->module->l('Please configure your Mollie API keys in the API Configuration tab before managing payment methods.', self::FILE_NAME),
248
+
'infoBannerText' => $this->module->l('Here you can see all of the %s payment options. To include new payment methods go to', self::FILE_NAME),
0 commit comments