I'm trying to use it to make total quantities round off from 0.01 to the next exact amount. For instance: 24.20 to 25.00.
But I'm not understanding how the rounding factor works and if it's possible to do that with this module.
Does anyone know how I could do that type of rounding up? Thanks!