dynamicweb / DynamicWeb

Make feature requests for Dynamicweb in Issues section of this repository
https://doc.dynamicweb.dev/documentation/fundamentals/support/feature-requests.html
GNU General Public License v3.0
1 stars 0 forks source link

Show only prices excl VAT on the front end #42

Open ivaigor96 opened 5 months ago

ivaigor96 commented 5 months ago

Currently we have 3 options for showing VAT in Swift from the Website settings Ecommerce:

Prices with VAT: Yes - price incl VAT highlighted and price excl VAT is also shown No - price excl VAT highlighted and price incl VAT is also shown Nothing selected - price incl VAT is shown only

We need a 4th option - price excl VAT is shown only We have encountered now 2 customers, that do not want to render the following, but they want the Total to be price excl VAT image

Same goes for the price component, they want to show price without VAT and nothing else, no price incl VAT should be visible image

This is also something to think about on the reverse VAT charge. Instead of having to spend time on the project building it, we could simply state that: VAT is calculated later, the order confirmation from the ERP system will contain VAT, in DW we do not say that VAT is 0, we simply do not display any value of the VAT

There is also a psychological thing in these B2B sites, because when they do not show the VAT (even though it's added later) customers feel like the price is lower on websites that don't show this VAT

Projects we are working on are ERP > DW. DW simply needs to be a front end interface for the ERP system, integration is first, the more simple the DW price stuff is - the better in this case

ivaigor96 commented 4 months ago

@nicped are you expecting more information from me ? I can clarify if needed. Also, can you share the resource about what is legal and what is not in terms of showing VAT on a webshop ? So that we could also study up on it