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
// Select shipping rateif ($effective_country == $setting_shop_country) { $setting_shipping_rate = $setting_shipping_standard_ireland;}elseif (in_array($effective_country, $setting_zone_countries)) { $setting_shipping_rate = $setting_shipping_zone;}else { $setting_shipping_rate = $setting_shipping_registered_ireland;}