Edit File: order.php
<?php return [ 'successfully_sent' => 'The request form has been sent successfully.', 'pending' => 'Pending', 'inprogress' => 'Inprogress', 'prepared' => 'Prepared', 'orderwaiting_offers' => 'Waiting_Offers', 'canceled' => 'Canceled', 'reached_store' => 'Reached store', 'invoice_created' => 'Invoice Created', 'delegate_not_assigned' => 'Not assigned yet', 'not_available' => 'This order is not available.', 'successfully_accepted' => 'The request has been successfully accepted.', 'successfully_rejected' => 'The request has been successfully rejected.', 'successfully_prepared' => 'The request has been successfully prepared.', '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', 'A request cannot be assigned to this delegate'=>'A request cannot be assigned to this delegate', 'other'=>'Other', 'accepted'=>'accepted', 'rejected'=>'rejected', 'all'=>'all', 'company'=>'company', 'individual'=>'individual', 'notselected'=>'not selected', 'you_have_offer'=>'you sent an offer before', 'waiting_offers' => 'waiting offers', 'waiting_acceptance'=>'waiting acceptance', 'waiting_to_receive_package'=>'receiving package from client', 'successfully_accepted_invoice'=>'invoice has been accepted', 'successfully_refused_invoice'=>'invoice has been refused ', 'you_cannot_cancel'=>'you can not cancel order before 24 hours of order time', 'successfully_refused'=>'order has been refused', 'intransit' => 'Intransit', 'scheduled'=>'not active/scheduled', 'sent'=>'Sent!', 'canceled_order'=>'Canceled order', 'waiting_service'=>'waiting service', 'in_the_way'=>'In the way' , 'not_active_now'=>'order is not active now', 'active_now'=>'order is active and sent to delegate', 'code_submitted'=>'code is submitted', 'code_not_correct'=>'code is not correct', 'open' => 'Open', 'under_review' => 'Under review', 'waiting_payment' => ' waiting payment', 'payment_done' => 'payment done ', 'delivering' => 'in the way ', 'reached_receive_location' => 'received ', 'reached_deliver_location' => ' delivering ', 'delivered' => ' delivered ', 'finished' => 'Finished', 'closed' => 'Closed', 'welcome' => 'Hey, welcome ..', ];
Back to File Manager