• When I go to the woocommerce cart page as a client, in addition to the cart content, in the total area I can see:

    • A subtotal price which is the sum of content lines total
    • A default applied shipping solution when the client profile includes an address (and a link to calculate its cost if no address has yet been defined)
    • A total price
      • which is the subtotal price + a potential shipping price
      • and which includes an information detail regarding the applied taxes (ex: “including?5,90?€?VAT X,?1,98?€?VAT Y”)

    One of the elements I occasionnally need to check is if taxes will be correctly applied to order lines and shipping, with their right taxe type, when the cart will be changed into an order.

    Taxes are tricky :

    • prices can be defined with taxe included or not
    • products can be associated to specific tax types
    • taxes can change depending on the client address country (or not depending on the woocommerce defined setting)
    • the taxe applied to shipping follow some rules (a fixed tax type, or standard one or 1st applied, …) and shipping types can behave differently

    Any information you could gather and show with reliability in the admin cart details page would be very helpful, with at very least the summary the user can see on his side (“including?5,90?€?VAT X,?1,98?€?VAT Y”)

  • You must be logged in to reply to this topic.