• ResolvedPlugin Contributor maxim.s.barabash

    (@maximsbarabash)


    Hi. Small patch improves the plugin work v0.2.

    @@ -100,7 +100,9 @@
    function plugin_init() {

    if ( $this->custom_free_enabled ) {
    – add_filter( ‘woocommerce_free_price_html’, array( $this, ‘custom_free_price’ ) );
    + add_filter( ‘woocommerce_free_price_html’, array( $this, ‘custom_free_price’ ) );
    + add_filter( ‘woocommerce_variable_free_price_html’, array( $this, ‘custom_free_price’ ) );
    + add_filter( ‘woocommerce_variation_free_price_html’, array( $this, ‘custom_free_price’ ) );
    }

    if ( $this->custom_empty_enabled ) {

    http://wordpress.org/plugins/woocommerce-custom-price/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author azhsetiawan

    (@azhkuro)

    Hi, added to 0.2.1

    Thank you maxim 🙂

    Henry

    (@henrymattergmailcom)

    Hi,
    Running 0.2.1 of your plugin, WP 3.8.1 and WC 2.1.5.
    Whenever I change one of the settings in your plugin and click save, my changes aren’t saved. any idea why or could you help please!

    thanks

    Plugin Author azhsetiawan

    (@azhkuro)

    Hi, Henry
    Have you updated to latest version? It’s working now

    If you have found this plugin useful for you, please leave your review and rating

    Thank you 🙂

    Henry

    (@henrymattergmailcom)

    All working now, thank you 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Patch add woocommerce_variable_free_price_html, woocommerce_variation_free_price’ is closed to new replies.