How to make the Formcraft contact form be called when clicking the pre-order button? (only pre-order products) Thank you!
Unfortunately I did not find any information in the wordpress CODEX on how I can influence the add to cart button via functions.php to change button link only for products on-backorder.
2
Answers
@Hamdallah thank you for your method, but woocommerce default button still adds products to cart, but it should not be happening in my case.
That what I could make by now:
This works only for product category pages. I still need make it for single product page.
This action for single product page - remove_action('woocommerce_single_product_summary') doesn't let me replace default button to my own, as the place for button is getting invisible.
Please check this code