Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 5.5.0
    • Fix Version/s: 5.7.0-b1
    • Component/s: None
    • Labels:
      None

      Description

      To reproduce:

      1. Create an order form with tos required
      2. Visit the order form
      3. Add an item to cart
      4. Proceed without checking the tos box
      5. See that you can checkout without the box checked

        Activity

        Hide
        jonathan Jonathan Reissmueller added a comment -

        FYI the issue is in plugins/order/controllers/checkout.php around line 174. Around line 153 $order is defined (which seems to have been added during the task to implement abandoned cart functionality). This means the condition on 174 will always evaluate as false.

        Show
        jonathan Jonathan Reissmueller added a comment - FYI the issue is in plugins/order/controllers/checkout.php around line 174. Around line 153 $order is defined (which seems to have been added during the task to implement abandoned cart functionality). This means the condition on 174 will always evaluate as false.

          People

          • Assignee:
            jonathan Jonathan Reissmueller
            Reporter:
            jonathan Jonathan Reissmueller
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              4/May/23

              Agile