So first of all I would like to point out a feature request I submitted that would completely negate the issue I'm having and would overall offer the credits system I envision for my site.
https://www.dragonbyte-tech.com/threads/a-couple-of-requests.22660/
In the mean time until that feature request (Hopefully) gets implemented. I'm having an issue.
I'm not sure if it's a bug, an unsupported feature, or simply I don't understand the settings to get it to work the way I want.
Currently I have the following credits...
Copper
Relative Value = 1
Silver
Relative Value = 1000
Gold
Relative Value = 1000000
So basically they are multiples of 1000
1000 Copper = 1 Silver
1000 Silver = 1 Gold
How can I make it so users can only transfer copper to silver in multiples of 1000 and copper to Gold in multiples of 1,000,000?
I would like it so if a user tries to transfer <= 999 to get a message of some sort saying you need at least 1000 (Relative Value) to transfer. An so on for each credit and their respective Relative Value to the credit being transferred.
Currently if a user tries to transfer 999 copper to silver it will transfer but the value of silver they have is 0.999. But it shows that they have 0 unless I change the Rounding for the credit which I don't want to do.
Basically I want to make it so users can only transfer a credit to another if their is no mantissa.
Is this a limitation of this addon or am I not understanding how to make this work the way I want it?
https://www.dragonbyte-tech.com/threads/a-couple-of-requests.22660/
In the mean time until that feature request (Hopefully) gets implemented. I'm having an issue.
I'm not sure if it's a bug, an unsupported feature, or simply I don't understand the settings to get it to work the way I want.
Currently I have the following credits...
Copper
Relative Value = 1
Silver
Relative Value = 1000
Gold
Relative Value = 1000000
So basically they are multiples of 1000
1000 Copper = 1 Silver
1000 Silver = 1 Gold
How can I make it so users can only transfer copper to silver in multiples of 1000 and copper to Gold in multiples of 1,000,000?
I would like it so if a user tries to transfer <= 999 to get a message of some sort saying you need at least 1000 (Relative Value) to transfer. An so on for each credit and their respective Relative Value to the credit being transferred.
Currently if a user tries to transfer 999 copper to silver it will transfer but the value of silver they have is 0.999. But it shows that they have 0 unless I change the Rounding for the credit which I don't want to do.
Basically I want to make it so users can only transfer a credit to another if their is no mantissa.
Is this a limitation of this addon or am I not understanding how to make this work the way I want it?