Uploaded image for project: 'Blesta Core'
  1. Blesta Core
  2. CORE-4151

Order: Improve package out of stock error language

    Details

    • Type: Improvement
    • Status: Open
    • Priority: Trivial
    • Resolution: Unresolved
    • Affects Version/s: 5.0.0
    • Fix Version/s: Short Term
    • Component/s: Plugins
    • Labels:
      None

      Description

      The error messages displayed for out of stock packages on the order form are not worded very well and don't mention the phrase "out of stock", so it leads to some confusion.

      Change:
      Package limits have been reached for all packages in the selected group.

      To:
      All packages in the selected group are currently out of stock.

      (Located in plugins/order/language/en_us/main.php:$lang['Main.!error.package_limits'])

      Change:
      Some items have been removed from your cart because of package restrictions

      To:
      Some items have been removed from your cart because they are out of stock.

      (Located in plugins/order/language/en_us/order_form_controller.php:$lang['OrderFormController.!notice.items_removed'])

        Activity

        Hide
        jonathan Jonathan Reissmueller added a comment -

        There are a number of circumstances that trigger the 'Main.!error.package_limits' message:

        1. Neither package nor pricing ID was submitted
        2. The package is sold out
        3. The client has reach the package client limit
        4. AND Items 2&3 are true of all packages in the group
        Show
        jonathan Jonathan Reissmueller added a comment - There are a number of circumstances that trigger the 'Main.!error.package_limits' message: Neither package nor pricing ID was submitted The package is sold out The client has reach the package client limit AND Items 2&3 are true of all packages in the group

          People

          • Assignee:
            Unassigned
            Reporter:
            admin Paul Phillips
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated: