When making a Tax Category available to product types, what happens if those types are not resaved? #4275
Unanswered
johnnynotsolucky
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When changing the "Available to Product Types" field on a Tax Category, all products in for a type are resaved. That can take a while when you have a lot of products.
Looking at this code, it notes that the products must be resaved, but it doesn't say why:
commerce/src/services/TaxCategories.php
Lines 177 to 191 in c6f67e1
If the resave job doesn't run, everything seems to still work as before.
What happens if that job is released instead of executed?
Beta Was this translation helpful? Give feedback.
All reactions