Jump to content

tax no added


Guest ggp

Recommended Posts

Hello .

can you help me plzz?

The tax is not added

I have set up the following:

General Settings:

- Country: Australia

- County/State/Zone: N/A

- Default Currency: Australian Dollars

- Include tax in prices? Yes

Taxes

- Standard Tax: 10.0%

- Apply Tax ONLY the following area: Australia

- County/State/Zone:: All

Currencies

- Australia: Value: 1

All particular products have Tax Class: Standard Tax

In includes/content/cart.inc.php find this line:

I did chage this:

if($config['priceIncTax']==0 && $taxCustomer==1){

for this:

if($config['priceIncTax']==1 && $taxCustomer==1){

and still does not add tax to items and display n/a. what I am doing wrong?.

Thanks

Link to comment
Share on other sites

Hello .

can you help me plzz?

The tax is not added

I have set up the following:

General Settings:

- Country: Australia

- County/State/Zone: N/A

- Default Currency: Australian Dollars

- Include tax in prices? Yes

Taxes

- Standard Tax: 10.0%

- Apply Tax ONLY the following area: Australia

- County/State/Zone:: All

Currencies

It got fix now.....................thanks :w00t:

- Australia: Value: 1

All particular products have Tax Class: Standard Tax

In includes/content/cart.inc.php find this line:

I did chage this:

if($config['priceIncTax']==0 && $taxCustomer==1){

for this:

if($config['priceIncTax']==1 && $taxCustomer==1){

and still does not add tax to items and display n/a. what I am doing wrong?.

Thanks

Link to comment
Share on other sites

  • 2 weeks later...
Guest KGBelectronics

General Settings:

- Country: Australia

- County/State/Zone: N/A

- Default Currency: Australian Dollars

- Include tax in prices? Yes

i have the same probleme in french version, anybody can help us?

The problem is that you have told CubeCart that Tax IS ALREADY INCLUDED in your prices (see image)

TaxInc.jpg

If you set it to NO then tax will be added later.

@ggp There is a GST mod available for Australian stores to handle this. Try the CubeCart directory and search for "GST"

Cheers,

Ken

Link to comment
Share on other sites

So ... i did this as ggp also did it:

All particular products have Tax Class: 19% Tax.





In includes/content/cart.inc.php find this line:



I did chage this:



if($config['priceIncTax']==0 && $taxCustomer==1){



for this:



if($config['priceIncTax']==1 && $taxCustomer==1){

I put in the "Local Setings" at "Include tax in price" - NO

And still won't add tax to the prices ...

And i think this is not good, please, any other ideeas, coz i am i need of this :D

I am waiting

Link to comment
Share on other sites

Guest KGBelectronics

So ... i did this as ggp also did it:

In includes/content/cart.inc.php find this line:



I did chage this:



if($config['priceIncTax']==0 && $taxCustomer==1){



for this:



if($config['priceIncTax']==1 && $taxCustomer==1){

Have you changed the line

if($config['priceIncTax']==1 && $taxCustomer==1){

back to

if($config['priceIncTax']==0 && $taxCustomer==1){

????

If you still have problems after that PM me your store URL

Cheers,

Ken

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
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...