Search found 1 match
- Mon Aug 01, 2011 3:31 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Tax Provider Integration : Avalara
- Replies: 34
- Views: 59783
Re: Tax Provider Integration : Avalara
I couldn't find a place in the wiki to leave a comment, but it seems that with 7.0.7, this portion of the code /// <summary> /// Is the tax provider activated or not /// </summary> public override bool Activated { get { throw new Exception("The method or operation is not implemented."); } } is now i...