1
Hi
1 - in adslight module prices will show the decimal 0.00. For example, 3525.00 USD
in sql/english/mysql.sql
price decimal(20,2) NOT NULL default '0.00',
I changed to
price decimal(20,0) NOT NULL default '0',
But, did not change the show price.
Why?
Where do I was change?
2 - in adslight module prices stated With space. For example, 3525 USD ----> 3 525 USD.
How Change "space" to "," . For example, 3 525 USD ----> 3,525 USD.
I'm grateful to you for help in this area. (Very urgent I need this module)