andreic wrote:
Hello,
In order to achieve this you could try running the following SQL on your phpMyAdmin (or something similar):
ALTER TABLE `jos_rsmembership_memberships` CHANGE `price` `price` DECIMAL( 10, 2 ) NOT NULL
Please note that instead of "jos" you will have to use your actual DB prefix.
I want to disable 2 decimal places (
.00)
I change price,renewal_price,coupon_price,trial_price To (10,0) And (10)
But not affect:(
In all of pages appear
.00 yet
Please guide me
Thanks a lot
Best Regards