Finale WooCommerce Sales Countdown Timer & Discount Plugin

Finale WooCommerce Sales Countdown Timer & Discount Plugin v2.21

No permission to download

wmswina

Member
Mar 12, 2019
89
75
18
localhost
wmswina updated Finale WooCommerce Sales Countdown Timer & Discount Plugin with a new update entry:

Finale WooCommerce Sales Countdown Timer & Discount Plugin 2.17.1

January 29, 2020 - Version 2.17.1
  • Added: Compatible with WooCommerce 3.9
  • Fixed: Product selection in rules is not validating with WPML language, fixed.
  • Fixed: Handling to avoid PHP warning in a rare case of cart loading on page load.
  • Fixed: Admin JS error with 'ThePlus Elementor addon' plugin, resolved.

Read the rest of this update entry...
 

onartes

New member
Aug 25, 2019
16
3
3
Would anyone have the Addon Finale Evergreen Campaigns that comes with the Business plan?
 

ghostrider881

New member
Apr 19, 2019
23
6
3
To properly null this plugin (& bypass setup wizard) in non-destructive way (update without breaking null state) add below code in your child theme. Tested & working but if didn't work ping me back.
PHP:
//plugin - finale__woocommerce_sales_countdown_timer__discount_plugin_license_active - null - START
add_filter('pre_option_finale__woocommerce_sales_countdown_timer__discount_plugin_license_active','custom_null_finale__woocommerce_sales_countdown_timer__discount_plugin_license_active');
function custom_null_finale__woocommerce_sales_countdown_timer__discount_plugin_license_active(){
    return 'valid';
}

add_filter('pre_option_finale__woocommerce_sales_countdown_timer__discount_pluginlicense_data','custom_null_finale__woocommerce_sales_countdown_timer__discount_pluginlicense_data');
function custom_null_finale__woocommerce_sales_countdown_timer__discount_pluginlicense_data(){
    $licenseObject = new stdClass();
    $licenseObject->expires = 'January 31, 2999';
    $licenseObject->license = 'valid';
    return $licenseObject;
}

add_filter('pre_option_xl_licenses_finale__woocommerce_sales_countdown_timer__discount_plugin','custom_null_xl_licenses_finale__woocommerce_sales_countdown_timer__discount_plugin');
function custom_null_xl_licenses_finale__woocommerce_sales_countdown_timer__discount_plugin(){
    return 'abcde12345';
}
//plugin - finale__woocommerce_sales_countdown_timer__discount_plugin_license_active - null - END

Hit like if it worked for you.

It's works for me ! Thank's ;)
 
  • Love
Reactions: Bencontrol

RealHacker

Well-known member
Trusted Uploader
Dec 30, 2018
303
687
93
When activating in this way it releases this Evergreen function?

1583949239454.png
Ok so you people are saying when activating plugin with my provided code (shared before) this evergreen feature is not displaying, right ? I too cannot display it, checking it and will share a fix hold on. I think you were not clear enough or i was not able to understand what exactly the problem was and it was pertaining to my code so now wait.
 
  • Like
Reactions: onartes

onartes

New member
Aug 25, 2019
16
3
3
Ok so you people are saying when activating plugin with my provided code (shared before) this evergreen feature is not displaying, right ? I too cannot display it, checking it and will share a fix hold on. I think you were not clear enough or i was not able to understand what exactly the problem was and it was pertaining to my code so now wait.
OK thank you. I will be waiting for something new here.
 

RealHacker

Well-known member
Trusted Uploader
Dec 30, 2018
303
687
93
When activating in this way it releases this Evergreen function?

1583949239454.png
From where did you get this screenshot ? As far as i can check its a seperate addon for this plugin and code related to "Evergreen" campaign is not included in the plugin itself and hence cannot be enabled just by tweaking some code therefore would require addon itself to enable it.
 

onartes

New member
Aug 25, 2019
16
3
3
From where did you get this screenshot ? As far as i can check its a seperate addon for this plugin and code related to "Evergreen" campaign is not included in the plugin itself and hence cannot be enabled just by tweaking some code therefore would require addon itself to enable it.
The website that I found this image was this:
https://xlplugins.com/finale-woocommerce-sales-countdown-timer-discount-plugin/

As I understand it, this is a function that exists when 'buying' the Business plan.
 

RealHacker

Well-known member
Trusted Uploader
Dec 30, 2018
303
687
93
  • Like
Reactions: onartes

RealHacker

Well-known member
Trusted Uploader
Dec 30, 2018
303
687
93
So, it was for this reason @TumharaBaap1995 that when I tried some features they didn't work.

Now I don't remember what it was.
If the feature is included and you can see it in the availabe plugin...than most probably code is included in the plugin and that feature should work...tell me which feature is not working i will look into it.
 

MyTester

Active member
Jul 18, 2019
169
57
28
If the feature is included and you can see it in the availabe plugin...than most probably code is included in the plugin and that feature should work...tell me which feature is not working i will look into it.

Ok ... So, later, then, how can you reinstall and test again. If you find something better than the warning.

Thank you brother for your effort and dedication.
 
  • Like
Reactions: RealHacker

raha

Member
Jun 14, 2019
75
13
8
To properly null this plugin (& bypass setup wizard) in non-destructive way (update without breaking null state) add below code in your child theme. Tested & working but if didn't work ping me back.
PHP:
//plugin - finale__woocommerce_sales_countdown_timer__discount_plugin_license_active - null - START
add_filter('pre_option_finale__woocommerce_sales_countdown_timer__discount_plugin_license_active','custom_null_finale__woocommerce_sales_countdown_timer__discount_plugin_license_active');
function custom_null_finale__woocommerce_sales_countdown_timer__discount_plugin_license_active(){
    return 'valid';
}

add_filter('pre_option_finale__woocommerce_sales_countdown_timer__discount_pluginlicense_data','custom_null_finale__woocommerce_sales_countdown_timer__discount_pluginlicense_data');
function custom_null_finale__woocommerce_sales_countdown_timer__discount_pluginlicense_data(){
    $licenseObject = new stdClass();
    $licenseObject->expires = 'January 31, 2999';
    $licenseObject->license = 'valid';
    return $licenseObject;
}

add_filter('pre_option_xl_licenses_finale__woocommerce_sales_countdown_timer__discount_plugin','custom_null_xl_licenses_finale__woocommerce_sales_countdown_timer__discount_plugin');
function custom_null_xl_licenses_finale__woocommerce_sales_countdown_timer__discount_plugin(){
    return 'abcde12345';
}
//plugin - finale__woocommerce_sales_countdown_timer__discount_plugin_license_active - null - END

Hit like if it worked for you.

Works like a charm ! Thanks a lot buddy ! :D
 

Attachments

  • Annotation 2020-03-13 175112.png
    Annotation 2020-03-13 175112.png
    13.6 KB · Views: 70
  • Like
Reactions: RealHacker

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