Tbs2TBS Posted February 26, 2003 Share Posted February 26, 2003 no decimal prices i.e 17,57 changes in 18 how can i change this Link to comment Share on other sites More sharing options...
Guest Posted February 26, 2003 Share Posted February 26, 2003 If you find out before me please let me know as im desperate to find this out, i was just about to post this anyway! Tjobbe Link to comment Share on other sites More sharing options...
Guest Posted February 26, 2003 Share Posted February 26, 2003 In the admin side of the store. Admin/lacalization/currencies Edit your default currencie and where it says decimal put 2 HTH Link to comment Share on other sites More sharing options...
Guest Posted February 26, 2003 Share Posted February 26, 2003 I found the file but cant find where exactly to put "2"... This is lines 20-30, is it in here? $currency_id = tep_db_prepare_input($HTTP_GET_VARS['cID']); $title = tep_db_prepare_input($HTTP_POST_VARS['title']); $code = tep_db_prepare_input($HTTP_POST_VARS['code']); $symbol_left = tep_db_prepare_input($HTTP_POST_VARS['symbol_left']); $symbol_right = tep_db_prepare_input($HTTP_POST_VARS['symbol_right']); $decimal_point = tep_db_prepare_input($HTTP_POST_VARS['decimal_point']); $thousands_point = tep_db_prepare_input($HTTP_POST_VARS['thousands_point']); $decimal_places = tep_db_prepare_input($HTTP_POST_VARS['decimal_places']); $value = tep_db_prepare_input($HTTP_POST_VARS['value']); Link to comment Share on other sites More sharing options...
Tbs2TBS Posted February 26, 2003 Author Share Posted February 26, 2003 you can find it in the admin section Link to comment Share on other sites More sharing options...
Guest Posted February 26, 2003 Share Posted February 26, 2003 the penny drops Link to comment Share on other sites More sharing options...
Tbs2TBS Posted February 26, 2003 Author Share Posted February 26, 2003 What do you mean Link to comment Share on other sites More sharing options...
Guest Posted February 26, 2003 Share Posted February 26, 2003 an english expression, it means "i understand now"... Is it working for you? it is for me but in a bad way. I have had to change it to 4 decimal places other wise my prices will just get rounded off. now the totals are being displayed as Total: ?5.8867 inmstead of ?5.88... Any ideas anyone? Link to comment Share on other sites More sharing options...
Tbs2TBS Posted February 26, 2003 Author Share Posted February 26, 2003 i'm still working on it also Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.