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

Cart Lift - Abandoned Cart Recovery for WooCommerce and EDD

Cart Lift - Abandoned Cart Recovery for WooCommerce and EDD v2.1.3

No permission to download
Hello there!

How to Activate the License to Use Pro Features?

Any Help Would be Highly Appreciated!

Thank You.
 
Edit the main file of the plugin "cart-lift-pro.php" and add below content at the top of the script (before define('CART_LIFT_PRO_VERSION', '2.1.1' ); )

update_option( 'cart_lift_license_status', 'valid' );
update_option('cart_lift_license_key', 'o7wbj-d6og1-bkbku-7xs1n-lukn4-fknzi-o7tg1');
update_option('cart_lift_is_premium', 'yes');
 
Edit the main file of the plugin "cart-lift-pro.php" and add below content at the top of the script (before define('CART_LIFT_PRO_VERSION', '2.1.1' ); )
you can update? Saving settings doesn't work. =(

@Babak
 
Last edited:
If you want to null:

In plugin files: /admin/class-cart-lift-pro-admin.php line 437, replace function public function cl_license_operations() :

Code:
  /**
     * Perform the license operation
     * license activation/deactivation
     *
     */
    public function cl_license_operations() {
      if (isset($_POST['cart_lift_license_activate'])) {
     // Always set the license to valid
     update_option('cart_lift_license_status', 'valid');
     update_option('cart_lift_is_premium', 'yes');
     wp_redirect(admin_url('admin.php?page=cart_lift&action=license'));
     exit();
 } elseif (isset($_POST['cart_lift_license_deactivate'])) {
     // Deactivate the license
     update_option('cart_lift_license_status', '');
     update_option('cart_lift_is_premium', 'no');
     wp_redirect(admin_url('admin.php?page=cart_lift&action=license'));
     exit();
 }
    }

Once done, go to plugin license menu, enter any serial, hit button and it's done.
 
  • Wow
Reactions: corimba7
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