![]() |
How to delete price decimals ? {Solved}
Hi,
My price in my site shows the following; 17500.00Ft and i would like to change it as; 17 500 Ft is this possible? tia burak |
Re: How to delete price decimals ?
Try the following SQL:
Code:
UPDATE xcart_config SET variants="2.,:1,999.53\n2.:1999.53\n2, :1 999,53\n2,.:1.999,53\n0 :1 999" WHERE name="number_format"; |
Re: How to delete price decimals ?
thanks alex but where i am going to put this command to ?
|
Re: How to delete price decimals ?
Quote:
This is SQL patch that needs to be applied via X-Cart admin back end or phpMyAdmin. It will add new selection entry to the Appearance options page for the number format option. Note: BACKUP the database first! |
Re: How to delete price decimals ?
Added the line you gave me to a .txt file and saved it as patch.sql, before backed up the DB, applied the patch and voila :) works.
Big thanks to you cheers |
All times are GMT -8. The time now is 11:29 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.