- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @CSP_Alex
Did you try this round price extension?
https://github.com/karliuka/m2.Price
200+ Premium Magento 2 Extensions Need help? Hire Magento Developer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @CSP_Alex
Did you try this round price extension?
https://github.com/karliuka/m2.Price
200+ Premium Magento 2 Extensions Need help? Hire Magento Developer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Rounding prices
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Rounding prices
I tried this plugin and it works just as i would like.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Rounding prices
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Rounding prices
Did you find any solution for rounding off price with taxes?