Hello
Minimum value to set percentage for point is 1%, I want to set it with value 0.1% or 0.01%...
How to set that value? please help...
Thanks you very much!
Hello
Minimum value to set percentage for point is 1%, I want to set it with value 0.1% or 0.01%...
How to set that value? please help...
Thanks you very much!
Do you mean reward points settings?
Do you mean reward points settings?
Hello eComLabs
Yes, i want setting reward points with 0.1% or 0.01%
How to setting? Cs cart only allows with the min value 1%
Thank you very much!
Not sure if it works, but try to change type of corresponding columns in phpmyadmin in the following tables
- cscart_reward_point_changes
- cscart_reward_points
- cscart_product_point_prices
Not sure if it works, but try to change type of corresponding columns in phpmyadmin in the following tables
- cscart_reward_point_changes
- cscart_reward_points
- cscart_product_point_prices
I will try it
Thank you very much!!!
Not sure if it works, but try to change type of corresponding columns in phpmyadmin in the following tables
- cscart_reward_point_changes
- cscart_reward_points
- cscart_product_point_prices
it is working, just change the table "cscart_reward_points" with amount field: int(11) to decimal(11,2)
Thanks again!!!