• Resolved seifer1975

    (@seifer1975)


    I would like to ask on how to edit the text on the Cart Widget.

    (see image below)
    LINK

    I am using Flatsome Theme, WooCommerce and WooCommerce Extended Coupon Features.
    Thank you.

    • This topic was modified 4 years, 2 months ago by seifer1975.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter seifer1975

    (@seifer1975)

    I just used this code to fix it.

    add_filter( 'wjecf_free_cart_item_price', function() { return 'Gift!'; } );
    add_filter( 'wjecf_free_cart_item_subtotal', function() { return 'Gift!'; } );
Viewing 1 replies (of 1 total)
  • The topic ‘How To Change Coupon Text On the Cart Widget’ is closed to new replies.