Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-15746

function productTotal[...] in eZOrder.php returns wrong total prices.

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Medium Medium
    • None
    • 4.1.3
    • Legacy > Webshop
    • None

    Description

      productTotalExVAT function returns sum of all items and give total. But if you have lot of small items, you have a difference with real total (as you can have basket class).

      ProductItems function stores round values (L836-837 and 845-846) instead of exact values and sum these round values to return total and you have approximate result.

      I have problems with many (20) small items (<5€) . Remove these four lines solve the problem.
      It's a big problem for invoices ...

      Attachments

        Activity

          People

            unknown unknown
            spoutnik spoutnik
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: