• Welcome to KonaKart Community Forum. Please login or sign up.
 

Is there an API call to get product attribute price including tax?

Started by graemian, December 22, 2007, 09:37:56 am

Previous topic - Next topic

graemian

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

pete

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