I tried installing this on Drupal 1.4 and UC 6.x-2.0 and it does not work:
it puts a tax line item but does not add the tax to the total.
Also, if the shipping zip is changed, another tax line item is added.

I assume it's just because its not compatible with the new version of UC?

CommentFileSizeAuthor
#1 stc_taxes.module.patch1.63 KBalbert volkman

Comments

albert volkman’s picture

StatusFileSize
new1.63 KB

This wasn't working for me neither so I re-worked it. Added a trim() to the city var in stc_taxes_get_rates_from_webservice() (extra spaces in city name was throwing off the key), and fixed the array that stc_taxes_calculate_tax() returns.

Submitting patch for review.