Filter price including Taxes (VAT) #3524
Replies: 12 comments
-
To be honest, there is most probably something strange on your Magento instance, probably in the taxes configurations or in the display configuration for taxes. We are in France too, and already done a lot of projects with ElasticSuite and we never faced this issue. Can you give us more details :
Best regards |
Beta Was this translation helpful? Give feedback.
-
Possible relation to #1003 |
Beta Was this translation helpful? Give feedback.
-
You can see my taxes configurations and search results in the catalog : |
Beta Was this translation helpful? Give feedback.
-
That's exactly what we had in one of our shops. |
Beta Was this translation helpful? Give feedback.
-
Yes but we have several taxes you kow ? |
Beta Was this translation helpful? Give feedback.
-
@kevinvuillemin you mean, several taxes per product? |
Beta Was this translation helpful? Give feedback.
-
I don't understand why "Catalog Prices : Excluding taxes". Afaik we always consider that product prices are "incluging TVA" when contributing a product in the BO. But that explain your bug, clearly, basically, we index into Elasticsearch what is stored into the So if product prices are created excluding taxes, this would lead to this table to contain excluding taxes data => will be indexed as is in Elasticsearch after. Regards |
Beta Was this translation helpful? Give feedback.
-
I'm not a huge fan of #1003 implementation since it involves "recalculating" each product price during indexing. I'd instead do this in javascript directly in the price slider, as we did previously for the multiple currencies : https://github.com/Smile-SA/elasticsuite/blob/2.8.x/src/module-elasticsuite-catalog/view/frontend/web/js/range-slider-widget.js#L45 |
Beta Was this translation helpful? Give feedback.
-
@romainruaud In most of the B2B shops, the product prices are "excluding tax". |
Beta Was this translation helpful? Give feedback.
-
Hi I'm facing the same issue too :/
I thought about setting the price "including VAT" but I was wondering if we save the product including VAT, and for some reason we need to change the amount of the VAT, the price of the product won't change and will be wrong ? (I don't know if you will follow me ;) trying to give an exemple: My product price: 100€ (incl. VAT 20%) I change the VAT to 10%, the price of the product will stay at 100€ ? |
Beta Was this translation helpful? Give feedback.
-
Up please. The b2c catalog needs a filter price with the taxes beacause we show the products all taxes included and not without taxe |
Beta Was this translation helpful? Give feedback.
-
Hello @romainruaud, There are at least two projects at Smile which use the Catalog Prices = Excluding Tax configuration. Currently the #1003 is applied on them. This the PR has the following disadvantages:
So there is a real demand on a proper solution without issues described above. Just an idea - is it possible to resolve the issue by doing a king of price adjustment between filter component and elasticsearch query? For example:
|
Beta Was this translation helpful? Give feedback.
-
Hello,
The catalog search show the product list with prices inluding taxes, but the price filter show the values without taxes.
Do you know if is possible to show the price slider with taxes please ?
PS : In the configuration, all prices options are displayed with "include taxes".
We have VAT in france ;-)
Beta Was this translation helpful? Give feedback.
All reactions