Hi,
I would like to round up my prices in magento 2.3.3.
I have a plugin that imports products, stock and prices from my suppliers and i want to round these prices up to the nearest 50p or £1, how would i do this?
I've seen various methods when searching but they seem to be for older versions or i cant find the neccessary files to edit.
I have installed magento using composer, so explaining the file structure based on this would be helpful.
Thanks,
Alex
Solved! Go to Solution.
Hello @CSP_Alex
Did you try this round price extension?
https://github.com/karliuka/m2.Price
Hello @CSP_Alex
Did you try this round price extension?
https://github.com/karliuka/m2.Price
I looked at that much as it seemed to be for using different currencies i wasnt sure it would be applicable in my case, maybe i will look at it in more details if there is not another way
I tried this plugin and it works just as i would like.
Thanks
I just realised this only rounds the excluding tax price, is it possible to round the including tax price instead? I tried changing "Round base price" to "No" but this doesnt seem to do any rounding then.
Did you find any solution for rounding off price with taxes?