• 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.6

No permission to download
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
Some of the 5.5.3 versions is wat I use.
 

Attachments

  • refund_system-v1.2-fixed5.5compat.zip
    363.7 KB · Views: 40
  • otp_system-v1.6-fixed5.5compat.zip
    428.8 KB · Views: 23
  • offline_payment-v1.3-fixed5.5compat.zip
    587.4 KB · Views: 35
can you get the payment as paid with payment success ( on the admin or seller dashboard )?
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.
 
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.
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?
 
  • Like
Reactions: Gaeius
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(); } }
tks bro, I did here, now just see if it will fall still!
 
Hello, I am using version 5.5.5 and I cannot add credit card management for iyzico payment management can anyone help?
 

Attachments

  • 1_dJaOP_rfT0m5AUOaN8NIbQ.png
    1_dJaOP_rfT0m5AUOaN8NIbQ.png
    31.3 KB · Views: 13
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