XplodedThemes Woo Floating Cart

XplodedThemes Woo Floating Cart v2.8.1

No permission to download

SharkTanker

Tech Guru
Trusted Uploader
Oct 30, 2018
388
648
93
corporatehitech.com.au
Tomz 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...
 

SharkTanker

Tech Guru
Trusted Uploader
Oct 30, 2018
388
648
93
corporatehitech.com.au
  • Like
Reactions: Danz

SharkTanker

Tech Guru
Trusted Uploader
Oct 30, 2018
388
648
93
corporatehitech.com.au
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

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,058
22,063
120
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.
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,058
22,063
120
v1.2.4 nulled
 
  • Like
Reactions: tanierlyons

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu