I\'m still beginner in PHP. I have a small problem, I would to multiply the value get_formatted_order_total(); with 3.75 and what I did is
get_formatted_order_total();
get_form
Try so
echo get_formatted_order_total() * 3.75;
Without ; after (). ; should be after 3.75