Santiago Helmann Mattaldi
Santiago Helmann Mattaldi
Ok just solved it, creating a new trait that extends HasMegaFilterTrait and addind the resource name to the session name. ```
You need to use getSubTotalWithoutConditions.
If Im not wrong, tax conditions must be applied to cart, not to items, If you have different tax per items, I think using getSubTotalWithoutConditions is a good alternative anyway.
Same problem here
Found the problem. Thing is you are probably not getting the preference id due missing or wrong params. Put all your code into a try catch function, and log any...