Last hurdle on a beautiful project is this here;
View attachment 179248
I'm supposed to find a way to link a payment processor to this WooCommerce piece, what ways would I go about it?
Is there a better direction I should go?
Thanks a million man, having a look into this now!That button is doing a form submit which means when you click the button the web page is going to submit to where the form's action attribute points to, <form action="...some-page.php">. It's on this php page the form submits to is where you will need to code your logic to process the order.
You can read more here: https://www.w3schools.com/php/php_forms.asp