• Take time to read Forum Rules | Hot Note | Why You Choose Us?

    Let try and keep the forum Post, comments and reviews in English

    Wishing all Scriptzhub users a joyful and blessed Eid!
    May this season of sacrifice bring you peace, inspiration, and endless creativity.
    Thank you for being part of our growing community of learners and developers.
    — The Scriptzhub Team

Glover – Grocery, Food, Pharmacy Courier & Service Provider + Backend + Driver & Vendor app

Glover – Grocery, Food, Pharmacy Courier & Service Provider + Backend + Driver & Vendor app v1.7.70.1

No permission to download
Avinash updated Glover – Grocery, Food, Pharmacy Courier & Service Provider + Backend + Driver & Vendor app with a new update entry:

Glover – Grocery, Food, Pharmacy Courier & Service Provider + Backend + Driver & Vendor app v1.7.44

1.7.44 - 2024/05/01​


1. Fix Product/vendor html description on customer app
2. Fix Product request issue after ordering
3. Enable/Disable show vendor phone at backend for customer app
4. Apps change theme: system, dark or light
5. Allow vendor register with address details

Read the rest of this update entry...
 
Avinash updated Glover – Grocery, Food, Pharmacy Courier & Service Provider + Backend + Driver & Vendor app with a new update entry:

Glover – Grocery, Food, Pharmacy Courier & Service Provider + Backend + Driver & Vendor app v1.7.45

1.7.45 - 2024/05/22​


1. Product timing
2. Product option/option group from same edit/create product modal
3. Vendor prepare/delivery time with time unit selector [minutes,hours,days, weeks]
4. Prevent cart total adding to prescription order
5. Set payment method allowed for pickup order
6. Vendor slot interval minutes settings
7. Allow setting custom phone validate rule via regex for unsupported phone country like C

Read the rest of this update entry...
 
Avinash updated Glover – Grocery, Food, Pharmacy Courier & Service Provider + Backend + Driver & Vendor app with a new update entry:

Glover - Grocery, Food, Pharmacy Courier & Service Provider + Backend + Driver & Vendor app v1.7.50

1.7.50 - 2024/08/02​

1. Include Simple welcome Web app
2. Allow set backend sub-route - e.g /admin or /backend
3. Geolocation boundaries for parcel delivery. Matching address with country/state/city name + checking provided stop geolocation is inside country/state/city boundaries.
4. Taxi tax
5. Flutter 3.22.1 support
6. Fix Vendor & Driver in-app Report
7. Enforce profile change settings
8. Prevent order status change after failed, cancelled or successful order status
9...

Read the rest of this update entry...
 
How to Nullify Glover

Locate \vendor\ambrosethebuild\epcv\src\Traits/VerificationHelperTrait.php


PHP:
 public function getVerificationCode()
    {
        //
        if (!\Storage::exists($this->getVerificationCodePath())) {
            \Storage::put($this->getVerificationCodePath(), "");
        }

        $code = \Storage::get($this->getVerificationCodePath());
        $code = setting('epv.verifier.code', $code);
        return $code;
    }

Replace with
Code:
public function getVerificationCode()
    {
        $code = 'xxxxxx-xxxx-xxxx-xxxx-xxxxxxx';
                                                    
        $code = setting('epv.verifier.code', $code);
        return $code;
    }
 
Avinash updated Glover – Grocery, Food, Pharmacy Courier & Service Provider + Backend + Driver & Vendor app with a new update entry:

Glover – Grocery, Food, Pharmacy Courier & Service Provider + Backend + Driver & Vendor app v1.7.51

1.7.51 - 2024/10/10

1. Improve customer search pages
2. Fix home screen scroll issue on some home screen type
3. Improve location fetch data
4. Fix driver online minimized error - android
5. Flutter 3.24.3 support
6. Fix parcel types not loading in some cases
7. Fix vendor & driver file permission issue - android
8. Dynamic vehicle type icon - taxi
9. Improve forgot password reset flow
8. Romanian language
9. Allow schedule order cancellation
10. Fix upload prescription
11. Banner by...

Read the rest of this update entry...
 
Avinash updated Glover – Grocery, Food, Pharmacy Courier & Service Provider + Backend + Driver & Vendor app with a new update entry:

Glover – Grocery, Food, Pharmacy Courier & Service Provider + Backend + Driver & Vendor app v1.7.70

1.7.70 - 2025/05/06​

1. Backend 2FA
2. Flutter 3.29.3 support
3. Fix: Multiple vendor checkout missing products
4. Realtime Websocket - Requires VPS
5. Arkesel sms gateway
6. Fix vendor, service and product description preview & embedded video loading

Read the rest of this update entry...
 
Back
Top