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

    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

    #828555

    Hey Tobias,

    You`ll need to hire a freelance to accomplish it.

    Best regards,
    John Torvik

    #829519

    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

    #829539

    Hi Tobi,

    Glad that you made a workaround. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Add Button on product detail page’ is closed to new replies.