How can I display the SubTotal on OpenCart on any page?
问题 Currently the only global PHP command I know is: <?=$text_items?> This spits: 1 item(s) - £318.75 I want to get the 318.75 value so at the moment I am trying a replace but it is not working all smoothly: $short = $text_items; $short = str_replace("£", "", $short); $short = str_replace("£", "", $short); $short = str_replace("-", "", $short); $short = str_replace("–", "", $short); $short = str_replace(" ", "", $short); $short = str_replace("-", "", $short); $short = str_replace("ITEMS", "",