Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: display tax / vat inc & exc  (Read 10301 times)

Offline signworks

  • Newbie
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
display tax / vat inc & exc
« on: February 28, 2017, 08:01:26 AM »
i want to show on products displayed to customers tax inc in the price also price excluding tax together

example ':-
product £100 plus VAT
Total £120

is this possible with Abantecart like opencart does
example :-
$602.00
Ex Tax: $500.00

is this possible
thanks matt

Offline eCommerce Core

  • Administrator
  • Hero Member
  • *****
  • Posts: 1602
  • Karma: +93/-1
    • View Profile
Re: display tax / vat inc & exc
« Reply #1 on: February 28, 2017, 09:37:20 AM »
You can only show price together with tax or without tax. There is no way to show both.
I will post simple code update sometime later today to allow this.
“If you’re in the luckiest one per cent of humanity, you owe it to the rest of humanity to think about the other 99 per cent.”
― Warren Buffett

Offline signworks

  • Newbie
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: display tax / vat inc & exc
« Reply #2 on: February 28, 2017, 10:01:20 AM »
great thank you

Offline eCommerce Core

  • Administrator
  • Hero Member
  • *****
  • Posts: 1602
  • Karma: +93/-1
    • View Profile
Re: display tax / vat inc & exc
« Reply #3 on: February 28, 2017, 11:59:44 AM »
Some brain storm !

I check this out, and I we can add code to show price before tax in case tax is included in the price.
Because AbanteCart has more features than Opencart, there are few things we need to consider.

1. I do not think it make sense to show price before tax in product listing. Comments?

2. In product details page, base price can be shown before tax, but there is a challenge for product options.
It will be confusing if all option will be shown with before tax (not clean UI)

How about showing only total price (after discounts and options) with tax and before tax ?



“If you’re in the luckiest one per cent of humanity, you owe it to the rest of humanity to think about the other 99 per cent.”
― Warren Buffett

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: display tax / vat inc & exc
« Reply #4 on: February 28, 2017, 12:18:52 PM »
How about showing only total price (after discounts and options) with tax and before tax ?
This sounds like a best solution. I think we need a setting to enable/disable price before tax. This will work together with price with tax setting.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline maxter

  • Full Member
  • ***
  • Posts: 228
  • Karma: +64/-0
    • View Profile
Re: display tax / vat inc & exc
« Reply #5 on: February 28, 2017, 12:25:27 PM »
Possibly, stupid question. Why would someone need to show price without tax?

signworks: Is this some regional requirement. In US, requirement to show tax on total.

In my opinion, this would bother/distract customers.
Mentioning on the site that price include x% tax is much better I think.


Offline signworks

  • Newbie
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: display tax / vat inc & exc
« Reply #6 on: February 28, 2017, 12:37:16 PM »
in the uk customers like to see both prices...

Offline signworks

  • Newbie
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: display tax / vat inc & exc
« Reply #7 on: February 28, 2017, 01:20:41 PM »
it would even help even if a product price could say next to it Plus VAT

example :-£100 plus vat
instead of just|:-  £100

can this be added ?
regards Matt

Offline llegrand

  • Hero Member
  • *****
  • Posts: 1798
  • Karma: +520/-7
    • View Profile
Re: display tax / vat inc & exc
« Reply #8 on: February 28, 2017, 04:34:50 PM »
Here's another viewpoint on this:

AbanteCart allows for prices to be show with or without taxes as a default -  the issue with this is how to correctly display pricing to a wide audience of customers -  not everyone is within the same taxing jurisdictions.  If customers are NOT logged into an account,  the system address is used for display in most cases. 

If a UK based store owner wants to show pricing with taxes added to a customers that is not logged into their account  they could simply make a notification on the website pages (block maybe)  that states prices shown include UK Vat rates.  The mini-cart and the checkout pages itemize the product pricing and the taxation as line items  (which I believe is the requirement for VAT taxes in order to get proper credit for any taxes paid).

I would suggest the core Devs to keep in mind that AbanteCart needs to serve a wide range of AbanteCart sites which serve up a wide geographical location of site customers.   Narrowing the scope of presentation for a small or limited number of site users should be a customized coding solution  IMO.   

We have some experience gained over the last 3 years of using AbanteCart and interacting with site owners in several countries and this has never been an issue. 

Just my two cents
Lee

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: display tax / vat inc & exc
« Reply #9 on: February 28, 2017, 10:39:43 PM »
Thank you Lee for bring this up.  I know about supporting broader scope of geographical regions.
I think it makes sense to mention about tax included in the price.

Something like this:
$33.33 Inc Tax
 
For UK, text can be changed to "Inc VAT"
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline eCommerce Core

  • Administrator
  • Hero Member
  • *****
  • Posts: 1602
  • Karma: +93/-1
    • View Profile
Re: display tax / vat inc & exc
« Reply #10 on: March 01, 2017, 10:50:30 PM »
I have added feature to show text "Inc Tax" if setting is enabled in admin

https://github.com/abantecart/abantecart-src/commit/d4a0ce383a85405f0e32e61d71870e67f79a5437

“If you’re in the luckiest one per cent of humanity, you owe it to the rest of humanity to think about the other 99 per cent.”
― Warren Buffett

Offline bskaluba

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: display tax / vat inc & exc
« Reply #11 on: April 24, 2017, 10:43:11 AM »
You can only show price together with tax or without tax. There is no way to show both.
I will post simple code update sometime later today to allow this.

I want to find out how I can put taxes in such a way that we have the following situation:
Price                          =   100.00
Customes duty (15%) =     15.00
Sub-total                     = 115.00
VAT (16%) on Subtotal =   18.40
Total price to client      = 133.40

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5796
  • Karma: +274/-2
    • View Profile
Re: display tax / vat inc & exc
« Reply #12 on: April 25, 2017, 03:27:52 AM »
Hello bskaluba.
Please create new topic your question is not related to original post.
And check docs  ;) http://docs.abantecart.com/pages/orders/order_totals.html

 

Powered by SMFPacks Social Login Mod