Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #874233

    Hi is it possible to show the add to cart button next to the price on single product page? I want to show the add-to-cart button next to the price of a product.Thank you very much.

    #875183

    Hey Tobiy,

    Could you please give us a link to your website, we need more context to be able to help you. Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #876156

    Hi Victoria,

    attached you find the screenshot! Thank you very much!

    #877199

    Hi,

    Please try the following solution

    
    remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );
    add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 15 );

    and let us know if it works for you

    Best regards,
    Basilis

    #877429

    This should be standard in WooCommerce! Anyway:

    Basilis, Bro! You made it! Thank you!!!!
    Thanks.

    • This reply was modified 7 years ago by Tobiy.
    #878054

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #878231

    Hey Rikard, regarding this topic no. You can close it. Thank you again.

    #878434

    Hi,

    Glad to hear that. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Move add to cart button same line price’ is closed to new replies.