Hello,
I have product attributes "Short", "Tall" and "Grande". I've modified the product listing page to have columns for each of these. I now need to display prices in these columns, but I can't find an API call that will give me the attribute price including tax.
Can anyone point me in the right direction?
Thanks,
Graeme
Hi Graeme,
When you call the getProduct() API call it returns a fully populated product object that has an array of options (getOpts()). Each option has a method getPriceIncTax() and getPriceExTax().
Regards,
Pete