Customer Group Percentage Value

0

Hi, im trying to set customer group discount percentage to 4.8 but it keeps round it up to 5. How can i stop it from rounding up the percentage value?

Question Resolved For: Stock Manager Advance with Point of Sale Module 0 Votes 1 Answers 274 Views
Asked by Rain 3 years ago

0

Answered by Mian Saleem

Hello,

The customer group percentage is the integer. To make it accept decimals, you can run the following query after selecting your database

ALTER TABLE `sma_customer_groups` CHANGE `percent` `percent` DECIMAL(10,2) NOT NULL; 

Thank you

We use Cookies

We use cookies to ensure that we give you the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies.