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

Tax Queries #668

Open
stezam opened this issue May 17, 2022 · 1 comment
Open

Tax Queries #668

stezam opened this issue May 17, 2022 · 1 comment

Comments

@stezam
Copy link

stezam commented May 17, 2022

Dear Sir,
I need some help please.

  1. Can the tax be dynamic since not all products are charged with the same tax amount.
  2. I would like to display the tax amount in the cart row, can it be done?

Thank you

@bumbummen99
Copy link

  1. Yes but not with the trait, got to do it manually on the CartItem

    public function setTaxRate($taxRate)

  2. Just display the taxRate property of the CartItem available trought the magic __get method or use formatted tax() method.

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

No branches or pull requests

2 participants