does VAT work on 9.04

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

does VAT work on 9.04

chris snow
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
Reply | Threaded
Open this post in threaded view
|

Re: does VAT work on 9.04

Heidi Dehaes - Olagos
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 <[hidden email]>

> 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
>
Reply | Threaded
Open this post in threaded view
|

Re: does VAT work on 9.04

chris snow
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 <[hidden email]> 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 <[hidden email]>
>
>> 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
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: does VAT work on 9.04

Heidi Dehaes - Olagos
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 <[hidden email]>

> 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 <[hidden email]>
> 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 <[hidden email]>
> >
> >> 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
> >>
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: does VAT work on 9.04

chris snow
Yes, under the miscellaneous sub-section.

On Fri, Sep 17, 2010 at 11:07 PM, Info Olagos <[hidden email]> 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 <[hidden email]>
>
>> 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 <[hidden email]>
>> 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 <[hidden email]>
>> >
>> >> 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
>> >>
>> >
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: does VAT work on 9.04

chris snow
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 <[hidden email]> wrote:

> Yes, under the miscellaneous sub-section.
>
> On Fri, Sep 17, 2010 at 11:07 PM, Info Olagos <[hidden email]> 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 <[hidden email]>
>>
>>> 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 <[hidden email]>
>>> 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 <[hidden email]>
>>> >
>>> >> 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
>>> >>
>>> >
>>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: does VAT work on 9.04

Heidi Dehaes - Olagos
oei difficult !

ok

Heidi

2010/9/18 chris snow <[hidden email]>

> 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 <[hidden email]> wrote:
> > Yes, under the miscellaneous sub-section.
> >
> > On Fri, Sep 17, 2010 at 11:07 PM, Info Olagos <[hidden email]>
> 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 <[hidden email]>
> >>
> >>> 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 <[hidden email]>
> >>> 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 <[hidden email]>
> >>> >
> >>> >> 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
> >>> >>
> >>> >
> >>>
> >>
> >
>