Show price and tax including price for every variant of configurable product
-
Hello! In my shop i show two prices : normal price and tax-included price. For simple products i used getTaxInclusiveRate function to get the tax-included price, but this function does not work for configurable products. I need to write a function wich returns tax included price for every variant of an configurable product.
Has anyone done that and can help me?
-
What problem are you facing in configurable product?