• 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"

XplodedThemes Woo Floating Cart

XplodedThemes Woo Floating Cart v.2.7.7

No permission to download

SharkTanker

Tech Guru
Staff member
Moderator
Trusted Uploader
Oct 30, 2018
423
735
93
Babak submitted a new resource:

XplodedThemes Woo Floating Cart - Download Free XplodedThemes Woo Floating Cart Premium Nulled WooCommerce Plugins

main_banner.png
Download Free XplodedThemes Woo Floating Cart Premium Nulled WooCommerce Plugins
An Interactive Floating Cart for WooCommerce that slides in when the user decides to buy an item. Fully customizable right from WordPress Customizer with Live Preview. Products, quantities and prices are updated instantly via Ajax.

Features
  • Apply Google Fonts
  • Change Cart Position
  • Change Cart Width / Height
  • Change Counter Position...

Read more about this resource...
 
  • Like
Reactions: Danz
I downloaded it, but it is not version 1.2.4, but it is the previous one, or 1.2.3. You must rename the link or update to version 1.2.4
Hi Mate, that's not a problem, just install it, then clear cache, then WordPress will show you available update for the plugin again on your "Plugins" page.
 
  • Like
Reactions: Danz
how to nulled.
This plugin works fine without a license key – it’s only needed for updates and support but I know some people don’t want the license page to say “Y you no license?” so here’s how…

Simple null:
In the file includes/class-license.php around line 193ish find public function isActivated() {
add to the top of function:

Code:
return true;

More complicated (but better looking) null:
Don’t add the code for the simple null, do this instead…
In the file includes/class-license.php around line 193 find public function activate($purchase_code, $domain, $installation_url) {
Comment out the top few lines of the function:

Code:
// $response = $this->process(array(
// 'product_id' => $this->product->id,
// 'purchase_code' => $purchase_code,
// 'domain' => $domain,
// 'installation_url' => $installation_url,
// 'action' => 'activate',
// 'market' => WOOFC_MARKET
// ));



Straight underneath paste this code (edit ‘mystery buyer’ to whatever name you want in the license):


Code:
$buyername = 'mystery buyer';
$date_U = date("U");
$date_formatted = date("l jS \of F Y H:i:s A");
$response = json_decode('{"license":{"id":"1303","purchase_code":"'. $purchase_code .'","domain":"'. $domain .'","installation_url":"'. $installation_url .'","product_id":"8","product_name":"Woo Floating Cart","created_at":"","buyer":"'. $buyername .'","licence":"valid","supported_until":"2024-12-31 23:59:59","type":"edd","date":"'. $date_U .'"},"license_summary":"<table class=\"wp-list-table widefat fixed striped posts\"><tbody><tr><th>Product Name<\/th><td><strong>Woo Floating Cart<\/strong><\/td><\/tr><tr><th>Product ID<\/th><td><strong>8<\/strong><\/td><\/tr><tr><th>Buyer Name<\/th><td>'. $buyername .'<\/td><\/tr><tr><th>License Type<\/th><td>valid<\/td><\/tr><tr><th>License Key<\/th><td>'. $purchase_code .'<\/td><\/tr><tr><th>Domain<\/td><\/th><td><span>'. $domain .'<\/span><\/td><\/tr><tr><th>Installation URL<\/td><\/th><td><a target=\"_blank\" href=\"'. $installation_url .'\">'. $installation_url .'<\/a><\/td><\/tr><tr><th>Supported Until<\/th><td>2024-12-31 23:59:59<\/td><\/tr><tr><th>Activation Date<\/th><td>'. $date_formatted .'<\/td><\/tr><\/tbody><\/table>","msg":"Your purchase code has been successfully validated","code":"valid"}');


Now use any key you like to activate the plugin and your license screen will now look like this:

Looks much better
:)

Now, the Revoke License button code needs tweaking too as when you activate the plugin normally it ties the domain to your license in your xploded account (obvs not the nulled version). The Revoke License button will try and dis-associate the domain in your alleged xploded account as well as deleting the local license info…
So, around line 116 find public function revoke($purchase_code, $local = false) {
At the top of the function paste:
Code:
$license = $this->getLocalLicense();
$response = json_decode('{"msg":"This purchase code has been revoked from '. $license->license->domain .'","code":"revoked"}');
$this->deleteLocalLicense($license->license->product_id);
return $response;

This allows deactivation of license locally but doesn’t contact the xploded server to try and deactivate in your account there.

my version v1.2.3 pro
pls test it.
 
v1.2.4 nulled
 
  • Like
Reactions: Babak
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