Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #437887

    Guys, I want to add a button wich links to our Shop index after adding a product in the cart, if its possibly

    now it looks like this:

    but we need it like this one:
    null

    Thank you.

    #438125

    Hey petasneivan!

    Please go to wp-content/plugins/woocommerce/templates/notices and open sucess.php file and find

    <div class="woocommerce-message"><?php echo wp_kses_post( $message ); ?></div>

    and change it to following

    <div class="woocommerce-message"><?php echo wp_kses_post( $message ); ?><a href="http://kriesi.at">This is your button</a></div>

    Best regards,
    Yigit

    #438233
    This reply has been marked as private.
    #438422

    Already done myself.

    Thank you.

    • This reply was modified 10 years, 2 months ago by petasneivan.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to add a button to woocommerce-message’ is closed to new replies.