Get rid of the Decimal Point.

Hi, is there a way to get rid of the decimal point when people make the checkout process. ?





i have $30.00 and need to get rid of the Decimal point…and post 3000 for my payment gateway.



thanks in advance.



pd: oh. i need to modify it on a php file…theone that GET the totals from the cart not from a tpl.

Easy… for those who need it… here is how.



$gateway_total = $gateway_total*100;



not big deal.