
Originally Posted by
split63
When I rolled all this to the live site today, the low order fee issue got me again. I had to set the fee to 0.
It looks like the above did not make it into 2.1.9
I can confirm that the "TEXT_PAYMENT_STRIPE_PAYMENTSUCCEEDED" message was resolved with the SQL patch
MODULE_ORDER_TOTAL_LOWORDERFEE_LOW_ORDER_FEE is Allow Low Order Fee.
Translate the code into English.
PHP Code:
if (MODULE_ORDER_TOTAL_LOWORDERFEE_LOW_ORDER_FEE == 'true' && MODULE_ORDER_TOTAL_LOWORDERFEE_ORDER_UNDER >= $order->info['total']) {
If you set "Allow Low Order Fee" to true and customer's order under ## dollar.
I will add ## dollar to total as a low order fee.
If you do not want to add low order fee, you should set "Allow Low Order Fee" to false.
Bookmarks