Question about Currency
Archived from the Web Auction Discussion forum.
MasterK — Sat Nov 01, 2008 8:24 pm
I got my Auction site all setup, but i want to remove the cents part of the bids, because its for a game and it doesn’t have cents…so I wanna know how to remove the “.00”
shannah — Sun Nov 02, 2008 9:28 am
There are a couple of places to look and make changes.
- tables/products/products.php
There are 3 functions (XXX__display()) that define how to render different monetary values to the screen.
- templates/view_product.html
There is a place where the current high bid is displayed and smarty formats it like money.
- templates/public_product_list.html
-Steve