I have a client who sells widgets at 1/10th of a cent (ie: widget x is $0.073 each). I realize I can change the currency to 3 decimal places but then we need to figure out how to display most areas at 2 decimal places so the customers don't see a checkout price of $24.837 and such. I was hoping I could do a round(zen_get_products_display_price , 2); or something for those ares that I want it back to 2 decimal places but I don't know enough coding to figure that out. Any help or suggestions would be appreciated.
Thanks,
Jim



