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
$MOD_BAKERY['TXT_NO_DELIVERY'] = 'Delivery not Permitted: Switzerland';
<p class ="mod_bakery_form_p_f">{TXT_FILL_IN_ADDRESS}:</p><p class ="mod_bakery_form_p_f">{TXT_NO_DELIVERY}--test</p>
'TXT_NO_DELIVERY' => $MOD_BAKERY['TXT_NO_DELIVERY'],
// Show cust textfields block using template file $tpl->set_var(array(
line 296 // Show ship form title using template file $tpl->set_var(array( 'TXT_NO_DELIVERY' => $MOD_BAKERY['TXT_NO_DELIVERY'], 'TXT_FILL_IN_SHIP_ADDRESS' => $MOD_BAKERY['TXT_FILL_IN_SHIP_ADDRESS'] )); $tpl->parse('form', 'ship_title_block', true);
'TXT_FILL_IN_ADDRESS' => $MOD_BAKERY['TXT_FILL_IN_ADDRESS'], 'TXT_NO_DELIVERY' => $MOD_BAKERY['TXT_NO_DELIVERY'],
Now I found the right place for this on view_form.php at line 123