I have a custom zencart page, for example shippinginfo.

I have hard coded in the template page a list numbers e.g. 99.99

I would like this to change with the currency selection:
eg.
IF GBP £99.99
ELSEIF USD $146.99
ELSEIF CAD $176.99

So it works like it would do if it was the price of a product on the product info or product listing page.

Does anybody have any pointers how I can do this? Ive been trying to figure out how I can adapt how the product prices are able to change currency, but am failing miserably.