Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Including FPT on indexed product final price! #1619

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aissyass
Copy link

@aissyass aissyass commented Sep 20, 2024

Summary

Tested on Magento 2.4.5-p7.

The FPT configured on the products are not included in the final product price! If we configure the FPT at the level of:
image

And we create a new attribute of type 'Fixed Product Tax' and assign it to an Attribute Set:
image

Then we configure the product price to 59 MAD.
image

And the attribute we created has a tax of 10 MAD.
image

The product is displayed on the product list and on the product page as:
image
image

Actual Result
The price indexed on Algolia is 59 MAD instead of the customer purchase price of 69 MAD.

Expected Result
The price indexed on Algolia includes the FPTs (which is 69 MAD in this case).

@aissyass
Copy link
Author

aissyass commented Sep 26, 2024

@damcou @cammonro @mrahman3177

Quick reminder about this PR.

Thanks for taking a look!

@cammonro
Copy link
Contributor

Hi @aissyass ! 👋

Sorry for the delay in response. You are right! FPT is not a use case we currently handle but we certainly should!

We will add this to our backlog for inclusion in a future release.

Thank you for this contribution. 💪

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants