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

CheckoutWC - Beautiful, Conversion Optimized Checkout Templates For WC

CheckoutWC - Beautiful, Conversion Optimized Checkout Templates For WC v9.0.35

No permission to download
Babak updated CheckoutWC - Beautiful, Conversion Optimized Checkout Templates For WC with a new update entry:

CheckoutWC v8.2.2

Download CheckoutWC v8.2.2 - Beautiful, Conversion Optimized Checkout Templates For WooCommerce Nulled Free
v8.2.2 - 2023.07.25

  • New - Add option to enable an item remove button on checkout. Option is here: CheckoutWC > Pages > Cart Summary
  • Fix - Add Portugal DPD Pickup and Lockers network for WooCommerce fix
  • Fix - Fix button styling for pay order button using PayPal credit card method
  • Fix - CSS tweak for PayPal place order button width
  • Fix - Fix bug that...

Read the rest of this update entry...
 
  • Love
Reactions: guguk and NBB
Babak updated CheckoutWC - Beautiful, Conversion Optimized Checkout Templates For WC with a new update entry:

CheckoutWC v8.2.3

Download CheckoutWC v8.2.3 - Beautiful, Conversion Optimized Checkout Templates For WooCommerce Nulled Free
v8.2.3 - 2023.07.31

Fix - Fix WPML translation config for ACR emails
Fix - Fix bug that limited the number of pickup locations that could show
Fix - Fix fatal error with store policies admin page
Dev - Add cfw_fetchify_search_placeholder filter though it doesn’t seem to work. Hopefully we can get this working in the future.

Read the rest of this update entry...
 
  • Love
Reactions: NBB
Babak updated CheckoutWC - Beautiful, Conversion Optimized Checkout Templates For WC with a new update entry:

CheckoutWC v8.2.5

Download CheckoutWC v8.2.5 - Beautiful, Conversion Optimized Checkout Templates For WooCommerce Nulled Free
v8.2.5 - 2023.08.14

Fix - Fix potential fatal error from free orders when using free shipping threshold
Fix - Fix bug with WP Engine and Modaal.js that caused the deactivation survey to be opened when taking actions like updating a plugin, activating a plugin, etc.

Read the rest of this update entry...
 
  • Love
Reactions: donaconda
Version 8.2.6 - 2023.08.15

  • Fix - Fix Woodmart theme bug that prevented cart items from showing up
  • Fix - Hide quantity stepper added by Woodmart theme to variation product form modals
  • Fix - Fix bug where adding a variation order bump didn’t use the price of the variation with applied discounts
  • Fix - Fix division by zero error when Side Cart free shipping threshold set to 0
  • Fix - Fix broken URL replacements when using WC email template for ACR emails
  • Dev - Don’t apply platform requirements on run
 
Babak updated CheckoutWC - Beautiful, Conversion Optimized Checkout Templates For WC with a new update entry:

CheckoutWC v8.2.6

Download CheckoutWC v8.2.6 - Beautiful, Conversion Optimized Checkout Templates For WooCommerce Nulled Free
v8.2.6 - 2023.08.15

Fix - Fix Woodmart theme bug that prevented cart items from showing up
Fix - Hide quantity stepper added by Woodmart theme to variation product form modals
Fix - Fix bug where adding a variation order bump didn’t use the price of the variation with applied discounts
Fix - Fix division by zero error when Side Cart free shipping threshold set to 0
Fix - Fix...

Read the rest of this update entry...
 
  • Love
Reactions: donaconda
Спасибо за свежее обновление, но отображение изображений в корзине (при оформлении заказа) в теме Woodmart все ровно не отображается :(
 
Babak updated CheckoutWC - Beautiful, Conversion Optimized Checkout Templates For WC with a new update entry:

CheckoutWC v8.2.7

Download CheckoutWC v8.2.7 - Beautiful, Conversion Optimized Checkout Templates For WooCommerce Nulled Free
v8.2.7 - 2023.08.25

  • New - Added AB testing API. Example to implement here.
  • Improved - Added beta support for WPML and ACR emails
  • Improved - Show alert when required fields are not filled in on an non-active tab
  • Fix - Prevent error when cart object is null
  • Fix - Fix issue with...

Read the rest of this update entry...
 
Babak updated CheckoutWC - Beautiful, Conversion Optimized Checkout Templates For WC with a new update entry:

CheckoutWC v8.2.8

Download CheckoutWC v8.2.8 - Beautiful, Conversion Optimized Checkout Templates For WooCommerce Nulled Free
v8.2.8 - 2023.08.28

Fix - Fix bugs introduced by AB testing API that prevented key compatibility modules from loading properly. AB testing now requires using an MU plugin an a new action hook. We updated our example here: https://gist.github.com/clifgriffin/55698eca1956bd14fe1a673a91d7da76
Fix - Fix potential fatal error that occurred when removing all highlighted...

Read the rest of this update entry...
 
  • Like
Reactions: NBB
Add this Code to
Code:
checkout-for-woocommerce/checkout-for-woocommerce.php
be able to enable all features.


PHP:
if (get_option( 'cfw_license_price_id')  !== in_array(get_option('cfw_license_price_id'), array(
    2, // Plus (Legacy)
    3, // Agency (Legacy)
    4, // Agency Monthly (Legacy)
    6, // Plus Monthly (Legacy)
    7, // Pro (Legacy)
    8, // Pro Monthly (Legacy)
    9, // Plus (5 Sites) - 2023
    10, // Agency (50 Sites) - 2023
    12, // Pro (10 Sites) - 2023
)) || get_option('cfw_license_price_id')==null)
{
    update_option('cfw_license_activation_limit', '500');   
    update_option('cfw_license_price_id', '10');
}


I LOVE BABIATO.

1693917670139.png
 
To get the Null version, it is enough in the file: /wp-content/plugins/checkout-for-woocommerce/PlanManager.php in the has_premium_plan function, specify the variable price_id=12

an easier solution is to add the following code to /checkout-for-woocommerce/includes/Managers/PlanManager.php

PHP:
$price_id = 10;



Screenshot 2023-09-05 135542.png

thanks to @lambruskode
 
The $price_id = 10; method not work for 8.2.9 , i use 8.1.1 for long time and install 8.2.9, the order dump still not work and ask for upgrade Pro, plus
 
The $price_id = 10; method not work for 8.2.9 , i use 8.1.1 for long time and install 8.2.9, the order dump still not work and ask for upgrade Pro, plus
I can confirm this is working on all my sites and I have just tested on a new installation and it is working.

1693921350990.png
 
  • Like
Reactions: NBB
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