Hi there,
is it possible, to add an extra button to the right of the “add to cart” button on all product pages?
Thanks, Tobi
Hi John,
thanks, meanwhile i managed to add a link to my product page (“continue shopping”).
Code in functions.php:
add_action( ‘woocommerce_single_product_summary’, ‘my_extra_button_on_product_page’, 30 );
function my_extra_button_on_product_page() {
global $product;
echo ‘<u>WEITER EINKAUFEN</u>‘;
}
I was not able to add it as an button, what would be even nicer. But i get along like this fine.
Thread can be closed.
Tobi
Hi Tobi,
Glad that you made a workaround. Thanks for using Enfold :)
Best regards,
Nikko