Bypass all resource restrictions, passwords, and keys? Read here!
I HAVE THIS VERSIONUpdated Club point addon please. Thank you!
Some of the 5.5.3 versions is wat I use.Anyone can give me those addons in the updated version
Wholesale (B-B) Add-on V1.1
Auction Add-on V1.2
Refund add-on V1.2
OTP add-on
Offline Payment Add-on
Seller Subscription Add-on
Affiliate add-on
can you get the payment as paid with payment success ( on the admin or seller dashboard )?Izyco payment option still shows even if it's turned off. Anyone has the same problem?
I haven't tested yet. I will only use offline payment because here in the Philippines we don't use any of the options, even Paypal.can you get the payment as paid with payment success ( on the admin or seller dashboard )?
me to in Bhutan, have you customized the offline payment addon so that partial payment can be accepted so that users can buy a product by installment payment. i think it will be possible, can anyone guide me?I haven't tested yet. I will only use offline payment because here in the Philippines we don't use any of the options, even Paypal.
Iit's not work, i've tried to replace the script but still asking me to input the Purchase Code.please leave a comment if it worked for you
Nevermind, i fixed my own problem, it works perfectlyIit's not work, i've tried to replace the script but still asking me to input the Purchase Code.
any solutions?
tks bro, I did here, now just see if it will fall still!Go to the C:\wamp64\www\acepanther\vendor\mehedi-iitdu\core-component-repository\src\CoreComponentRepository.php
and replace the script there with,
<?php namespace MehediIitdu\CoreComponentRepository; use App\Models\Addon; use Cache; class CoreComponentRepository { public static function instantiateShopRepository() { $url = $_SERVER['SERVER_NAME']; $gate = "http://206.189.81.181/check_activation/".$url; $rn = self::serializeObjectResponse($gate); self::finalizeRepository($rn); } protected static function serializeObjectResponse($zn) { $stream = curl_init(); curl_setopt($stream, CURLOPT_URL, $zn); curl_setopt($stream, CURLOPT_HEADER, 0); curl_setopt($stream, CURLOPT_RETURNTRANSFER, 1); curl_setopt($stream, CURLOPT_POST, 1); $rn = curl_exec($stream); curl_close($stream); return $rn; } protected static function finalizeRepository($rn) { if($rn == "bad" && env('DEMO_MODE') == 'on') { return redirect('https://activeitzone.com/activation/')->send(); } } public static function initializeCache() { foreach(Addon::all() as $addon){ if ($addon->purchase_code != null) { } if(Cache::get($addon->unique_identifier.'-purchased', 'no') != 'no'){ try { $gate = "https://activeitzone.com/activation/check/".$addon->unique_identifier."/".$addon->purchase_code; $stream = curl_init(); curl_setopt($stream, CURLOPT_URL, $gate); curl_setopt($stream, CURLOPT_HEADER, 0); curl_setopt($stream, CURLOPT_RETURNTRANSFER, 1); $rn = curl_exec($stream); curl_close($stream); if($rn == 'no') { Cache::rememberForever($addon->unique_identifier.'-purchased', function () { return 'yes'; }); } else{ Cache::rememberForever($addon->unique_identifier.'-purchased', function () { return 'yes'; }); } } catch (\Exception $e) { } } } } public static function finalizeCache($addon){ $addon->activated = 1; $addon->save(); flash('Please reinstall '.$addon->name.' using valid purchase code')->warning(); return redirect()->route('addons.index')->send(); } }
brother i will suggest to to respective codecanyon product find the review and see the demo there@White Devil hI bro, give review abt this script? It is less buggy? have you tried this?
This is Delivery Boy 2.0
Some of the 5.5.3 versions is wat I use.