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

eZOrder->orderInfo()

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Medium Medium
    • None
    • 4.0.0
    • Legacy > Webshop
    • None

    Description

      totalPriceIncVat is calculated wrong

      is:

      $totalPriceIncVat & $orderItem->attribute( 'price_inc_vat' );

      should be:

      $totalPriceIncVat + $orderItem->attribute( 'price_inc_vat' );

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: