Edit File: stores.php
<?php return [ 'km' => 'KM', 'not_available' => 'This store is not available.', 'timings' => 'Timings', 'open' => 'Open', 'closed' => 'Closed', 'saturday' => 'Saturday', 'sunday' => 'Sunday', 'monday' => 'Monday', 'tuesday' => 'Tuesday', 'wednesday' => 'Wednesday', 'thursday' => 'Thursday', 'friday' => 'Friday', 'from' => 'from', 'to' => 'to', 'and' => 'and', 'sar' => 'SAR', 'delivery_price_with_us' => 'Delivery price with us', 'price_according_to_choice' => 'Price according to choice', 'product_not_available' => 'This product is not available.', 'group_not_available' => 'This product is not available with these features.', ];
Back to File Manager