I found the problem - I was testing the shopping cart using the
"admin" userid. The admin user didn't have a shipping address so
calcAndAddTax was just silently returning:
public void calcAndAddTax(GenericValue shipAddress) throws
GeneralException {
if (UtilValidate.isEmpty(cart.getShippingContactMechId()) &&
cart.getBillingAddress() == null && shipAddress == null) {
return;
}
On Fri, Sep 17, 2010 at 11:16 PM, chris snow <[email protected]> wrote:
> Yes, under the miscellaneous sub-section.
>
> On Fri, Sep 17, 2010 at 11:07 PM, Info Olagos <[email protected]> wrote:
>> yes, they have a shipping cost.
>> I use release09.04.
>>
>> Did you say in the products configuration to add tax?
>>
>> Heidi
>>
>> 2010/9/17 chris snow <[email protected]>
>>
>>> I have setup the accounting taxes part.
>>>
>>> Do your products have a shipping cost?
>>>
>>> On Fri, Sep 17, 2010 at 10:47 PM, Info Olagos <[email protected]>
>>> wrote:
>>> > no in my shop it is working very good.
>>> >
>>> > Did you configure it in the "accounting" "taxes" part ?
>>> >
>>> > regards,Heidi
>>> >
>>> > 2010/9/17 chris snow <[email protected]>
>>> >
>>> >> I've probably mis-configured my setup, but thought I would also double
>>> >> check if VAT is working on 9.04?
>>> >>
>>> >> My checkout VAT is always showing 0.00
>>> >>
>>> >> Many thanks,
>>> >>
>>> >> Chris
>>> >>
>>> >
>>>
>>
>