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:
Thank you.
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