In WooCommerce on need to create another button that redirects to "Contact Us" form below my current "Add to Cart" button for specific product page (example: http://offers.elements.com.sg/product/ha-power-dose-facial/).
End product page:
- There will be 2 different buttons for users to choose
- One will be "Add to Cart" that leads to PayPal page and the other will lead to "Contact Us" form
- Users can choose either one.
I’m using on OceanWP theme.
2
Answers
You can use some third party plugins that will provide features to add buttons on a single product page.
or you can add a button in a single product file using coding .. you can use a single product file in the child theme from the WooCommerce templates folder.
or you can also use hook to add button in shop loop like this :
Based on additional add to cart button with fixed quantity in woocommerce single product pages answer code, here is the way to do it:
Code goes in function.php file of your active child theme (active theme). Tested and works.
Other related answers: