WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
<input type="submit" name="payment_method[invoice]" class="mod_bakery_bt_pay_invoice_f" value="Charge to my Account" onclick="javascript: return checkTaC()">
<input type="submit" name="payment_method[invoice]" class="mod_bakery_bt_pay_invoice_f" value="Ik betaal na ontvangst van de factuur" onclick="javascript: return checkTaC()">
// Put payment method selected by user into session var
echo '<pre>';echo 'DEBUG:<br>';print_r($_POST);echo '</pre>';
DEBUG:Array( [summary] => true [agree] => yes [cust_msg] => [payment_method] => Array ( [invoice] => Ik betaal na ontvangst van de factuur ))
DEBUG:Array( [summary] => true [agree] => yes [cust_msg] => [payment_method] => molliev2 [setting_continue_url] => http://www.broodjesservicepeelenmaas.nl/pages/broodjes/broodje.php)
$requires_bakery_module = '1.7';