Tax Line

  • Posts: 9
  • Thank you received: 0
12 years 1 week ago #47651

May I know whether I can add a Tax summary on Check out screen.

Item 1 $xxx before tax amount, tax code is GST
Item 2 $xxx before tax amount, tax code is GST
Item 3 $xxx before tax amount, tax code is HST
Total $xxxx before tax
Shipping $xxx before tax amount, tax code is HST
Tax GST $xxx << can I add this line on check out screen
Tax HST $xxx << can I add this line on check out screen
Total $xxxxx

Thank you
Iris

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

  • Posts: 81540
  • Thank you received: 13071
  • MODERATOR
12 years 5 days ago #47810

If you use the latest version of HikaShop with the "show tax details" option of the Display tab of the configuration turned on you should have that display by default if you use several tax rates.

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

  • Posts: 9
  • Thank you received: 0
12 years 3 days ago #48073

I did choose "yes", but nothing shows. Other than the display tab, any other page I need to adjust?
How about the "Show Tax Price", should I choose "no tax", "with tax" or "Display both"? Does this line affect the "Show tax Detail" option?
In the product page, do I need to input before tax and after tax price, if I input the before tax, then input the after tax, system force the before tax same as after tax.

Thanks.

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

  • Posts: 9
  • Thank you received: 0
11 years 11 months ago #50321

I did choose "yes", but nothing shows. Other than the display tab, any other page I need to adjust?
How about the "Show Tax Price", should I choose "no tax", "with tax" or "Display both"? Does this line affect the "Show tax Detail" option?
In the product page, do I need to input before tax and after tax price, if I input the before tax, then input the after tax, system force the before tax same as after tax.

Can you go into mysite to check it? www.the-place.ca

Thanks.

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

  • Posts: 81540
  • Thank you received: 13071
  • MODERATOR
11 years 11 months ago #50391

You need to select 'with tax'.
You need to input only the before tax price. The after tax price should be calculated automatically.

Please check your tax options with the FAQ on that page:
www.hikashop.com/en/support/documentatio...ion-listing.html#faq

The following user(s) said Thank You: bebeiw

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

  • Posts: 9
  • Thank you received: 0
11 years 11 months ago #50439

It works fine now. Thousands thank you.

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

  • Posts: 9
  • Thank you received: 0
11 years 11 months ago #50500

Now the check out page is perfert - show before tax price, then GST, HST, Shipping, and total. However, the category page listed all the prices are with tax. I would like to show only before tax. I have already change the display to "no tax", but still shows with tax.

Second, how to remove the "(CAD10.00 excl VAT)" and show the shipping cost at before tax (i.e. CAD10.00 instead of with 11.30)

Shipping method Regular Parcel 2kg CAD11.30 (CAD10.00 excl VAT)

Thanks.

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

  • Posts: 81540
  • Thank you received: 13071
  • MODERATOR
11 years 11 months ago #50579

Set the option "taxed prices display" to "no tax" in the hikashop options of your menus and modules via the menu Display->Content menus/modules and it won't display taxes on your listings.

For the shipping costs, you will have to edit the file "shipping" of the view "checkout" via the menu Display->Views and remove that code:

echo JText::_('PRICE_BEFORE_TAX');
								echo $this->currencyHelper->format($rate->shipping_price,$rate->shipping_currency_id);
								echo JText::_('PRICE_AFTER_TAX');

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

Time to create page: 0.069 seconds
Powered by Kunena Forum