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

Booster Plus for WooCommerce plugin

Booster Plus for WooCommerce plugin v7.1.9

No permission to download
Hi. I installed the booster plus. Do i need to keep installed and active the booster in order to work the booster plus?
some plugins both must be activated to work like elementor
so no idea about this plugin its better turn off free version to see what happen :D
 
v5.4.7 is out
Important update!

5.4.7 29/09/2021​

  • Feature - PRICES & CURRENCIES - Product Price by Formula - Added Compatibility with WoocommerceBooking plugin.
  • Feature - CART & CHECKOUT - One Page Checkout - Added Compatibilty with woocommecce check out custom feild plugin.
  • Feature - CART & CHECKOUT - Mini Cart Custom Info - Added Peachpay payment gateway installation steps.
  • Fix - PRICES & CURRENCIES - Frequently Bought Together- Fixed variable product add on module.
  • Fix - CART & CHECKOUT - Checkout Custom Fields - Fixed PHP warning array_key() expects parameter 1.
  • Fix - CART & CHECKOUT - Checkout Core Fields - Fixed Error Uncaught TypeError: Cannot read property '0' of undefined.
  • WooCommerce 5.7.1 tested
  • WordPress 5.8.1 tested

If someone can update, please share, thx!
 
v5.4.7

Activated, nulled or whatever. No license key required.
 

Attachments

  • booster-plus-for-woocommerce-v5.4.7.zip
    2.3 MB · Views: 494
  • Love
Reactions: Babak
Babak updated Booster Plus for WooCommerce plugin with a new update entry:

Booster Plus for WooCommerce plugin v5.4.7

Download Booster Plus for WooCommerce plugin v5.4.7 Nulled Free
= v5.4.7 29/09/2021 =

* Feature - PRICES & CURRENCIES - Product Price by Formula - Added Compatibility with WoocommerceBooking plugin.
* Feature - CART & CHECKOUT - One Page Checkout - Added Compatibilty with woocommecce check out custom feild plugin.
* Feature - CART & CHECKOUT - Mini Cart Custom Info - Added Peachpay payment gateway installation steps.
* Fix - PRICES & CURRENCIES - Frequently Bought Together- Fixed...

Read the rest of this update entry...
 

5.4.8 27/10/2021​

  • Feature - PRODUCTS - Product Visibility by Country - Added shortcode to display product visibility by country. Use [wcj_product_visibility_by_country] to apply.
  • Fix - PAYMENT GATEWAYS - Gateways Fees and Discounts - Fixed klarna payment fees issue for checkout page.
  • Fix - PRODUCTS - Related Products - Fixed include/exclude hide option issue for products.
  • Fix - PDF INVOICING & PACKING SLIPS - Fixed bulk pdf invoice download issue with include and exclude billing country
  • Fix - PRICES & CURRENCIES- Currency per Product - Fixed shipping price convert issue with exchange rate.
 
Babak updated Booster Plus for WooCommerce plugin with a new update entry:

Booster Plus for WooCommerce plugin v5.4.8

Download Booster Plus for WooCommerce plugin v5.4.8 Nulled Free
= v5.4.8 27/10/2021 =

* Feature - PRODUCTS - Product Visibility by Country - Added shortcode to display product visibility by country. Use [wcj_product_visibility_by_country] to apply.
* Fix - PAYMENT GATEWAYS - Gateways Fees and Discounts - Fixed klarna payment fees issue for checkout page.
* Fix - PRODUCTS - Related Products - Fixed include/exclude hide option issue for products.
* Fix - PDF INVOICING & PACKING SLIPS -...

Read the rest of this update entry...
 
  • Like
Reactions: IIsengard2
Booster Plus for WooCommerce 5.4.9 Nulled

= 5.4.9 30/11/2021 =
* Fix - PRICES & CURRENCIES- Currency per Product - Fixed shipping price convert issue with exchange rate change wcj_get_option to get_option.
* Fix - SHIPPING & ORDERS - Fixed nulled circle exception showing when shipping module not found.
* Fix - PRODUCTS -Cross-sells- Fixed product is not in stock error on cart page.
* Fix - PDF INVOICING & PACKING SLIPS- Fixed XSS reflected injection on fields without sanitization.
* Fix - PRODUCTS -Products XML Feeds- Fixed XSS reflected injection on fields without sanitization.
* Fix - EMAILS & MISC-General- Fixed XSS reflected injection on fields without sanitization.
 

Attachments

  • booster-plus-for-woocommerce.zip
    2.4 MB · Views: 447
Booster Plus for WooCommerce 5.4.9 Nulled

= 5.4.9 30/11/2021 =
* Fix - PRICES & CURRENCIES- Currency per Product - Fixed shipping price convert issue with exchange rate change wcj_get_option to get_option.
* Fix - SHIPPING & ORDERS - Fixed nulled circle exception showing when shipping module not found.
* Fix - PRODUCTS -Cross-sells- Fixed product is not in stock error on cart page.
* Fix - PDF INVOICING & PACKING SLIPS- Fixed XSS reflected injection on fields without sanitization.
* Fix - PRODUCTS -Products XML Feeds- Fixed XSS reflected injection on fields without sanitization.
* Fix - EMAILS & MISC-General- Fixed XSS reflected injection on fields without sanitization.
Finally, we have a real version 5.4.9. LOL :ROFLMAO: :ROFLMAO:
Do you buy it, bro :D. Because I already checked for 5 places & all they are fake version v5.4.9
 
  • Like
Reactions: Babak
Finally, we have a real version 5.4.9. LOL :ROFLMAO: :ROFLMAO:
Do you buy it, bro :D. Because I already checked for 5 places & all they are fake version v5.4.9
Not fake. Here are a couple of diffs, titled with relevant changelog entries, to show the differences between 5.4.8 and 5.4.9 files.

* Fix - PRODUCTS -Products XML Feeds- Fixed XSS reflected injection on fields without sanitization.
Diff:
diff -r M:\woocommerce-booster-plus-v5.4.8\booster-plus-for-woocommerce\includes\class-wcj-products-xml.php M:\woocommerce-booster-plus-v5.4.9\booster-plus-for-woocommerce\includes\class-wcj-products-xml.php
5c5
<  * @version 5.2.0
---
>  * @version 5.4.9
108c108
<      * @version 3.3.0
---
>      * @version 5.4.9
118c118
<                 $message = sprintf( __( 'Products XML file #%s created successfully.', 'woocommerce-jetpack' ), $_GET['wcj_create_products_xml_result'] );
---
>                 $message = sprintf( __( 'Products XML file #%s created successfully.', 'woocommerce-jetpack' ), sanitize_text_field($_GET['wcj_create_products_xml_result']) );



* Fix - PDF INVOICING & PACKING SLIPS- Fixed XSS reflected injection on fields without sanitization.
Diff:
diff -r M:\woocommerce-booster-plus-v5.4.8\booster-plus-for-woocommerce\includes\class-wcj-pdf-invoicing.php M:\woocommerce-booster-plus-v5.4.9\booster-plus-for-woocommerce\includes\class-wcj-pdf-invoicing.php
5c5
<  * @version 5.2.0
---
>  * @version 5.4.9
111c111
<      * @version 3.5.2
---
>      * @version 5.4.9
146c146
<                             sprintf( __( 'Booster: %s.', 'woocommerce-jetpack' ), '<code>' . $_GET['wcj_notice'] . '</code>' ) .
---
>                             sprintf( __( 'Booster: %s.', 'woocommerce-jetpack' ), '<code>' . sanitize_text_field($_GET['wcj_notice']) . '</code>' ) .
 
Not fake. Here are a couple of diffs, titled with relevant changelog entries, to show the differences between 5.4.8 and 5.4.9 files.

* Fix - PRODUCTS -Products XML Feeds- Fixed XSS reflected injection on fields without sanitization.
Diff:
diff -r M:\woocommerce-booster-plus-v5.4.8\booster-plus-for-woocommerce\includes\class-wcj-products-xml.php M:\woocommerce-booster-plus-v5.4.9\booster-plus-for-woocommerce\includes\class-wcj-products-xml.php
5c5
<  * @version 5.2.0
---
>  * @version 5.4.9
108c108
<      * @version 3.3.0
---
>      * @version 5.4.9
118c118
<                 $message = sprintf( __( 'Products XML file #%s created successfully.', 'woocommerce-jetpack' ), $_GET['wcj_create_products_xml_result'] );
---
>                 $message = sprintf( __( 'Products XML file #%s created successfully.', 'woocommerce-jetpack' ), sanitize_text_field($_GET['wcj_create_products_xml_result']) );



* Fix - PDF INVOICING & PACKING SLIPS- Fixed XSS reflected injection on fields without sanitization.
Diff:
diff -r M:\woocommerce-booster-plus-v5.4.8\booster-plus-for-woocommerce\includes\class-wcj-pdf-invoicing.php M:\woocommerce-booster-plus-v5.4.9\booster-plus-for-woocommerce\includes\class-wcj-pdf-invoicing.php
5c5
<  * @version 5.2.0
---
>  * @version 5.4.9
111c111
<      * @version 3.5.2
---
>      * @version 5.4.9
146c146
<                             sprintf( __( 'Booster: %s.', 'woocommerce-jetpack' ), '<code>' . $_GET['wcj_notice'] . '</code>' ) .
---
>                             sprintf( __( 'Booster: %s.', 'woocommerce-jetpack' ), '<code>' . sanitize_text_field($_GET['wcj_notice']) . '</code>' ) .
No, I don't say your version is fake. Please read my message carefully bro :D
I say the places I have checked :(
 
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