Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checkout: Allow fully discounted carts to be placed. #198

Merged
merged 13 commits into from
Mar 24, 2020

Commits on Mar 10, 2020

  1. checkout: Allow fully discounted carts to be placed.

    Before, payment was always required even if the grand total of a cart was zero.
    Now, when no payment is required the order is being placed without payment processing.
    In the checkoutform, no payment selection is set in this case.
    C4rter committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    1929773 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Configuration menu
    Copy the full SHA
    d00e027 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d70b9d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. checkout: Earlier reserve order id to avoid issues when not processin…

    …g payment. Add additional check for zero cart to review step.
    C4rter committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    5066a92 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Configuration menu
    Copy the full SHA
    db42e08 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. update changelog

    carstendietrich committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    1d4c6a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f633be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    888670f View commit details
    Browse the repository at this point in the history
  4. cart: fix tests

    carstendietrich committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    d80f9ba View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Configuration menu
    Copy the full SHA
    7863067 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1de85f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. cart: fix typo

    zohmi committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    0729771 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Configuration menu
    Copy the full SHA
    7ccfed1 View commit details
    Browse the repository at this point in the history