Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Dear community,

 

Just using shipping by zones modul and having no tax definded there. In all my orders within European Union I have a wrong shipping_tax of 16% set instead of 19%.

 

Any idea where the 16% for shipping is defined? (The normal tax for the items is done fine with 19%.)

 

Thank you in advance!

xcomm

Posted

Dear community,

 

Just using shipping by zones modul and having no tax definded there. In all my orders within European Union I have a wrong shipping_tax of 16% set instead of 19%.

 

Any idea where the 16% for shipping is defined? (The normal tax for the items is done fine with 19%.)

 

Thank you in advance!

xcomm

 

In the shipping module you are using there should be a setting for tax class.

 

Usually taxable/non taxable

Posted

Dear FWR Media,

 

Thanks for your fast reply. I'm only using:

./includes/modules/shipping/zones.php

 

I looked into it to see some tax set there but found nothing.

 

In the admin panel I have set the zones shipping module to `NO VAT`.

 

The issue is that the calculated VAT on the invoice it wrong shown as created with a VAT of 16% instead 19% for shipping.

 

The shipping_tax 16.0000 is written into the DB on each checkout for a EU order.

 

Best regards, xcomm

  • 4 weeks later...
Posted

Hi Community,

 

I've come over the reason for the issue on my setup.

 

I had this MySQL default values set:

 

ALTER TABLE orders ADD shipping_tax DECIMAL( 7, 4 ) DEFAULT '16.000' NOT NULL ;

 

This was done from an mysql -p oscommerce < order_editor.txt due auction.LISTER with Order Editor install.

 

So I will have to change this default value in the Database as our tax rate here hase changed.

 

Best regards, xcomm

 

Dear FWR Media,

 

Thanks for your fast reply. I'm only using:

./includes/modules/shipping/zones.php

 

I looked into it to see some tax set there but found nothing.

 

In the admin panel I have set the zones shipping module to `NO VAT`.

 

The issue is that the calculated VAT on the invoice it wrong shown as created with a VAT of 16% instead 19% for shipping.

 

The shipping_tax 16.0000 is written into the DB on each checkout for a EU order.

 

Best regards, xcomm

Posted

Hi Community,

 

I've come over the reason for the issue on my setup.

 

I had this MySQL default values set:

 

ALTER TABLE orders ADD shipping_tax DECIMAL( 7, 4 ) DEFAULT '16.000' NOT NULL ;

 

This was done from an mysql -p oscommerce < order_editor.txt due auction.LISTER with Order Editor install.

 

So I will have to change this default value in the Database as our tax rate here hase changed.

ALTER TABLE orders modify shipping_tax DECIMAL( 7, 4 ) DEFAULT '19.000' NOT NULL;

 

Best regards, xcomm

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...