Ekdant-Online-Store/catalog/language/en-gb/cron/subscription.php

15 lines
912 B
PHP
Raw Permalink Normal View History

2024-08-06 12:21:00 +00:00
<?php
// Text
$_['text_success'] = 'Success: The subscription profile has been renewed successfully!';
// Error
$_['error_language'] = 'Warning: Payment method extension could not be found!';
$_['error_customer'] = 'Warning: Payment method extension could not be found!';
$_['error_product'] = 'Warning: Payment method extension could not be found!';
$_['error_shipping_address'] = 'Warning: Payment method extension could not be found!';
$_['error_shipping_method'] = 'Warning: Shipping method %s could not be found!';
$_['error_payment_address'] = 'Warning: Payment method extension could not be found!';
$_['error_payment_method'] = 'Warning: Payment method %s could not be found!';
$_['error_extension'] = 'Warning: Payment method extension could not be found!';
$_['error_recurring'] = 'Warning: Payment method does not have recurring payment method!';