• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Active eCommerce CMS By ActiveITzone 23471405

Active eCommerce CMS By ActiveITzone V8.7

No permission to download
On active commerce 5.5.5

does any on have idea ... why is that when we use a payment gateway to do payments and when the payment is success but the product payment status is still on unpaid ...

but if we use wallet or offline payment it works fine..

i tired with payhere payment gateway its the same error ... anyway i solve it or can you check it from your side if its working fine or not

ibb.co

ibb.co
 
Does anyone have 5.5.5 Nulled? I updated and lost everything, from version 5.5.4

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(); } }
 
  • Like
Reactions: Help You
Hello friends, does anyone have a code to show prices and shipping times under each product like this example, please help
 

Attachments

  • test delev.png
    test delev.png
    165.4 KB · Views: 13
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
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock