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 |
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 > |
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 >> > |
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 > >> > > > |
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 >> >> >> > >> > |
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 >>> >> >>> > >>> >> > |
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 > >>> >> > >>> > > >>> > >> > > > |
Free forum by Nabble | Edit this page |