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
'currency_code' => $setting_shop_currency, 'amount' => $_SESSION['bakery']['order_total'],
'currency_code' => 'USD', 'amount' => round ($_SESSION['bakery']['order_total'] / 7.85 , 2),
Just to give an idea what's possible!
$rate = floatval(file_get_contents(WB_PATH.MEDIA_DIRECTORY'./rate.txt'));
'amount' => round($_SESSION['bakery']['order_total'] / $rate , 2),