1
0

OpenCart 3.0.3.8

This commit is contained in:
Christer Warén
2021-10-08 18:17:57 +03:00
parent cfa575a06a
commit 4bd790f56a
63 changed files with 461 additions and 89 deletions

View File

@ -39,3 +39,8 @@ $_['text_must_apply_coupon'] = 'Please apply your coupon.';
$_['text_payment_success'] = 'Your order was successfully placed. Order details are below';
$_['text_success_title'] = 'Your order has been placed!';
$_['text_tax_other'] = 'Taxes / Other handling fees';
$_['error_failure_mfa'] = 'There was a problem with your payment. Your order hasn\'t been placed, and you haven\'t been charged.';
$_['error_unexpected_network_error'] = 'Unexpected network error';
$_['error_invaild_request'] = 'Invaild request, please post your order again';
$_['error_abandoned_mfa'] = 'Something\'s wrong with your payment method. To place your order, try another.';
$_['text_created_by'] = 'created by iSenseLabs, OpenCart, V%s';