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.
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
Hi Victoria,
attached you find the screenshot! Thank you very much!
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
This should be standard in WooCommerce! Anyway:
Basilis, Bro! You made it! Thank you!!!!
Thanks.
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
Hey Rikard, regarding this topic no. You can close it. Thank you again.
Hi,
Glad to hear that. Thanks for using Enfold :)
Best regards,
Nikko