• Take time to read Forum Rules | Hot Note | Why You Choose Us?
  • We appreciate everyone who shares their resources and those who send them to us to be shared on our forum.

    We try as much as possible to share untouched or original script without nulling them. But incase you need a null version contact us and our nulling team will advise.

  • Submit ten (10) resources and apply to become a Moderator of Scriptzhub. | We are currently we are currently experiencing technical difficulties with email service. To create an account send your username and password to daviruzsystems@gmail.com.
Glover – Grocery, Food, Pharmacy Courier & Service Provider + Backend + Driver & Vendor app

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

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;
    }
 

Birthday Donation

Total amount
$10.00
Donation ends:
Back
Top