• Resolved Tharindu

    (@freddy63)


    I have been using Woo Invoices for a couple of months. Works well. Today, I’ve installed official WooCommerce Subscriptions plugin. And noticed that my subscription products show ‘Read more’ instead of ‘Sign Up Now’

    I tracked it down to this plugin. I’ve disabled Woo Invoices for now. Hope a fix will be included in the next update.

Viewing 1 replies (of 1 total)
  • Plugin Author SlicedInvoices

    (@slicedinvoices)

    Woo Invoices resets button labels to their WooCommerce defaults. Most of the time this works fine, but if it’s not working for you, you can disable it by adding the following code to your theme’s (or child theme’s) functions.php file:

    remove_filter( 'woocommerce_product_add_to_cart_text', 'sliced_woocommerce_custom_button_text' ); 
    remove_filter( 'woocommerce_product_single_add_to_cart_text', 'sliced_woocommerce_custom_button_text' );

    Cheers

Viewing 1 replies (of 1 total)
  • The topic ‘Conflict with WooCommerce Subscriptions Plugin’ is closed to new replies.