Quote:
Originally Posted by Frugal
Ok here is how to integrate ebux and vbookie without having to edit the vbookie files.
If you have ucash installed then just go into ebux options in ACP select Manage Settings and change Points Field Name to ucash (it should be the 4th option up from the bottom.)
If you didn't have ucash installed then you will also need to run the following query (go to ACP maintenance Execute SQL Query)
Code:
ALTER TABLE `user` CHANGE `ebux` `ucash` DECIMAL( 30, 5 ) NOT NULL DEFAULT '0.00000'
Then select ucash integration option in vbookie.
That should be it.
Frugal
|
Frugal or anyone:
Followed the instructions and everything works except on the vbookie.php it shows the cash amounts as 50.0000, isthere a way to get rid of the extra four didgits so its just 5.?
Thanks