• Resolved aczert

    (@aczert)


    Hi,

    You’re doing an amazing job with this plugin; keep up the great work!

    I would like to add a line that displays the recurring total for subscription items in the cart, right below the order total on the checkout page created with FunnelKit, similar to how WooCommerce does it natively. This concerns the ‘Mini-cart’ module of the checkout when I edit the page with Elementor.

    Could you please advise me on which hooks or methods I can use to implement this feature and display this information in the desired section?

    Thanks in advance for your help!

Viewing 1 replies (of 1 total)
  • Hi @aczert,

    Thank you for using the Funnelkit Builder and for reaching out to us.

    Glad to know you are liking the Funnelkit Builder and for your kind words. We really appreciate it.

    Sure, you can add this to your theme’s function.php file to show all details for the Subscription products

    add_filter('wfacp_disable_subscriptions_sidebar_summary','__return_false',100);

    Keep us posted if anything else.

    Thanks
    Team Funnelkit

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.