• Resolved SteveHale

    (@stevehale)


    Hi

    I would liketo change the wording in the checkout page from “My Wallet” to another term, like “Credit Level” or similar as we are using the plugin to allow a certain level of credit for customers.

    Can you tell me which file in your plugin folder contains this message for me to change please.

    Regards

    SMB

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Subrata Mal

    (@subratamal)

    @stevehale Use bellow code in theme function.php file for this.

    add_filter('woo_wallet_account_menu_title', 'woo_wallet_account_menu_title_callback');
    function woo_wallet_account_menu_title_callback(){
        return __('Credit Level');
    }
    Thread Starter SteveHale

    (@stevehale)

    Thanks

    Can I add this to Custom CSS to avoide removal when updates done?

    Kind regards

    SMB

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change wording of Wallet Link in Checkout’ is closed to new replies.