Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #2796254
Change pop-up button text
Closed

Comments

  •  3
    Joice started the conversation

    Hello,

    Greetings.

    I just downloaded your plugin to test and so far it works cool, and I might upgrade to premium soon. I use "Direct Checkout' and the "View Cart" button text is somewhat inappropriate on my site. Is there any way I can change the button text to something like "Proceed to Checkout" , instead of "View cart'? 

    I am not on premium yet but your kind response will be appreciated. 

    Thank you

    Jo

  •  767
    Janilyn replied

    Hi Joice,

    Thank you for contacting WPClever Support Forum. 

    We’ve received your ticket and assigned one of our developers to help you with that. 

    He’ll be looking into your question and responding with specific instructions as soon as possible. 

    Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  1,281
    Dustin replied

    Hi Joice,

    You can do that with our plugin.

    Please choose to show the View cart button, then add the below custom code (How to add custom code?)

    add_filter( 'wooac_cart', 'wooac_custom_link', 99 );
    function wooac_custom_link() {
        return '<a href="' . wc_get_checkout_url() . '">' . esc_html__( 'Proceed to Checkout', 'wooac' ) . '</a>';
    }

    Best regards,
    Dustin

  •  3
    Joice replied

    Thank you so much. It works!  You guys are fantastic. 

  •  1,281
    Dustin replied

    You're welcome!smile.png

    If you are satisfied with our plugin and support, please reward it with a full five-star ★★★★★ rating.
    https://wordpress.org/support/plugin/woo-added-to-cart-notification/reviews/?filter=5
    Thank you in advance! <3

    Best regards,
    Dustin