Edit File: order.php
<?php return [ 'successfully_sent' => 'The request has been sent successfully.', 'open' => 'Open', 'pending' => 'Pending', 'inprogress' => 'Inprogress', 'prepared' => 'Prepared', 'intransit' => 'Intransit', 'finished' => 'Finished', 'closed' => 'Closed', 'canceled' => 'Canceled', 'reached_store' => 'Reached store', 'invoice_created' => 'Invoice Created', 'reached_receive_location' => 'Reach receive location', 'reached_deliver_location' => 'Reach deliver location', 'delegate_not_assigned' => 'Not assigned yet', 'not_available' => 'This order is not available.', 'successfully_accepted' => 'The request has been successfully accepted.', 'delegateIntransitOrder' => 'The order status has been transferred to Delivering Successfully.', 'invoiceCreatedSuccessfully' => 'Invoice created successfully', 'delegate_welcome' => 'Hey, welcome .. with you :name.', 'offer_sent' => 'The offer has been sent successfully.', 'offer_not_available' => 'This offer is not available.', 'offer_accepted' => 'Offer accepted successfully.', 'offer_rejected' => 'Offer rejected successfully.', 'successfully_intransit' => 'Deleviry status changed successfully.', 'wrong_coupon_code' => 'Wrong coupon code.', 'cant_change_payment_method' => 'Unable to change payment method.', 'payment_method_changed' => 'Payment method successfully changed.', 'finished_successfully' => 'Order Finished Successfully.', 'payment_not_done_yet' => 'We will not be able to finish until the customer pays the order.', 'canceled_successfully' => 'Order canceled successfully.', 'walletHasNoEnouphCredit' => 'There is not enough balance in the wallet. Charge the wallet or change the payment method.', 'paid_successfully' => 'Payment completed successfully.', 'you_have_to_charge' =>'you reached the maximum of debit , you have to charge your wallet! ', 'you_withdraw_this_order' =>'you withdrawed from this order before!', 'invoice_required' =>'invoice image is required', 'products_not_available'=>'we can not continue this order , some of its product are not available!', 'you_cannot_withdraw'=>'you can not withdraw this order', 'success_coupon'=>'Discount code is added successfully', 'wait_store_prepared'=>'please wait ! .. provider have not been finished the order yet', 'not_delegate' => "Order haven't delegate", 'no_order_date' => 'Order can not be created because of time', 'deliver_time_after' => 'You need to choose time after now', 'added_successfully' => 'Products added successfully', 'payment_time_out' => 'Time out for order payment', 'store_time_out' => 'Time out for provider accepting order', 'after_now' => 'You need to choose time after now', 'payment_type_not_available' => 'Payment type is not available', 'settlement_request_sent' => 'Settlement request has been sent', 'time_not_available' => 'Store Closed now' ];
Back to File Manager