- Posts: 9
- Thank you received: 0
Tax Line
14 years 5 months ago #47651
by bebeiw
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
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.
14 years 5 months ago #47810
by nicolas
Replied by nicolas on topic Re: Tax Line
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.
14 years 5 months ago #48073
by bebeiw
Replied by bebeiw on topic Re: Tax Line
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.
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.
14 years 4 months ago #50321
by bebeiw
Replied by bebeiw on topic Re: Tax Line
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.
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.
14 years 4 months ago #50391
by nicolas
Replied by nicolas on topic Re: Tax Line
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
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.
14 years 4 months ago #50439
by bebeiw
Replied by bebeiw on topic Re: Tax Line
It works fine now. Thousands thank you.
Please Log in or Create an account to join the conversation.
14 years 4 months ago #50500
by bebeiw
Replied by bebeiw on topic Re: Tax Line
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.
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.
14 years 4 months ago #50579
by nicolas
Replied by nicolas on topic Re: Tax Line
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:
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:
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.237 seconds