Price with and without tax (moms)

  • Posts: 50
  • Thank you received: 0
13 years 5 months ago #2048

I think I have comfigured the tax correctly, see image



Still the price WITH tax will not show on fronend, image

How do I change this?

Attachments:
Last edit: 13 years 5 months ago by weting. Reason: wrong image added

Please Log in or Create an account to join the conversation.

  • Posts: 39
  • Thank you received: 0
13 years 5 months ago #2049

If you go in Hikashop menu ==> display ==> content menu you have an option to either :no tax, with tax and display both have you selected display both ?

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 81633
  • Thank you received: 13085
  • MODERATOR
13 years 5 months ago #2061

Could you post a screenshot of the listing of tax rules accessible via the menu System->Taxation ?
Maybe you have some restrictions on your taxes preventing them to be applicable to the product.

Please Log in or Create an account to join the conversation.

  • Posts: 50
  • Thank you received: 0
13 years 5 months ago #2098
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 50
  • Thank you received: 0
13 years 5 months ago #2099

@goldriver Show both chosen

Last edit: 13 years 5 months ago by weting.

Please Log in or Create an account to join the conversation.

  • Posts: 81633
  • Thank you received: 13085
  • MODERATOR
13 years 5 months ago #2100

I see that you limited the tax to individuals and to the zone sverige. On the main tab of the configuration, do you have the "Default address type" option set to individual ? Do you have the option "Main tax zone" set to sverige ?

Please Log in or Create an account to join the conversation.

  • Posts: 50
  • Thank you received: 0
13 years 5 months ago #2101

Changes type of region and now it seams to work!

Please Log in or Create an account to join the conversation.

  • Posts: 50
  • Thank you received: 0
13 years 5 months ago #2102

@ nicolas: Yes, thats my settings.

Please Log in or Create an account to join the conversation.

  • Posts: 81633
  • Thank you received: 13085
  • MODERATOR
13 years 5 months ago #2103

So, it's working now ?

Please Log in or Create an account to join the conversation.

  • Posts: 50
  • Thank you received: 0
13 years 5 months ago #2104

At the moment ;)

Please Log in or Create an account to join the conversation.

  • Posts: 81633
  • Thank you received: 13085
  • MODERATOR
13 years 5 months ago #2105

Great :)

Please Log in or Create an account to join the conversation.

  • Posts: 50
  • Thank you received: 0
13 years 5 months ago #2123

OK. Here I am again. Had a crash on my site and had to start all over again.

And now I have the same problem. Tried to copy what I did last time. Price still only show (twice) before tax.

There must be some part of the tax handeling that I do not get. In how many paces do you have to set the tax - to get it right...?

Please Log in or Create an account to join the conversation.

  • Posts: 81633
  • Thank you received: 13085
  • MODERATOR
13 years 5 months ago #2125

The more you set restrictions on your tax rules the more you have to have your settings right.

If you have a tax rule limited to your country but that the main tax isn't your country, the tax won't be applied. It will only be applied to the cart once you register or login with an address in that country.

Same for the customer type restriction. If you have a tax rule limited to a customer type but that the default customer type isn't this one, the tax won't be applied. It will only be applied to the cart once you register or login and that the system can categorize your address as a company (you need to fill the company field) or an individual.

Then you have the tax category: if the product doesn't belong to the tax category of the rule, the rule won't be applied.
The tax rule also need to be published.

Please Log in or Create an account to join the conversation.

  • Posts: 50
  • Thank you received: 0
13 years 5 months ago #2127

OK. So If I want to make it easy. The same tax for everyone. Where do I enter this?

Please Log in or Create an account to join the conversation.

  • Posts: 81633
  • Thank you received: 13085
  • MODERATOR
13 years 5 months ago #2129

Create a new tax rule, select a tax rate and a tax category, and set it to published and leave the other fields to the default value and save it. There won't be any limitation on the zone nor on the customer type. You will just have to affect the tax category to the product for the rule to be applied to the product prices.

Please Log in or Create an account to join the conversation.

  • Posts: 50
  • Thank you received: 0
13 years 5 months ago #2132

Done the first part. But the product still look the same. I will try to delete it and enter it again...

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 50
  • Thank you received: 0
13 years 5 months ago #2134



Tax not applied :(

Attachments:
Last edit: 13 years 5 months ago by weting.

Please Log in or Create an account to join the conversation.

  • Posts: 81633
  • Thank you received: 13085
  • MODERATOR
13 years 5 months ago #2136

There is indeed a bug in the system when no zone is set in the tax rule.
We were able to replicate the problem on our end and fix.
Around line 145 of the file administrator/components/com_hikashop/classes/currency.php, if you replace the code

}
			$calculated[$key]=$tax;
		}
		return $calculated[$key];
by the code
else{
					foreach($taxPlans as $taxPlan){
						if(empty($taxPlan->zone_namekey)){
							$tax = floatval(@$taxPlan->tax_rate);
						}
					}
				}
			}
			$calculated[$key]=$tax;
		}
		return $calculated[$key];
that will fix the problem. We will add that correction to the next release we want to do today or tomorrow

Please Log in or Create an account to join the conversation.

  • Posts: 50
  • Thank you received: 0
13 years 5 months ago #2224

Installed the new version and now it works! :woohoo:

Please Log in or Create an account to join the conversation.

Time to create page: 0.102 seconds
Powered by Kunena Forum