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

Fix for issues 38540 #39320

Open
wants to merge 8 commits into
base: 2.4-develop
Choose a base branch
from
Open

Commits on Jul 12, 2024

  1. magento#38540: When customer is set for quote order is still a guest …

    …order
    
    - fix Module Magento\Quote: added $this->setCustomerIsGuest(false) if isset customer Quote for function beforeSave().
    shmVan committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    1bced8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67e166a View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

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

Commits on Jul 26, 2024

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

Commits on Jul 29, 2024

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

Commits on Aug 9, 2024

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

Commits on Nov 3, 2024

  1. Configuration menu
    Copy the full SHA
    2932bf6 View commit details
    Browse the repository at this point in the history
  2. magento#38540: When customer is set for quote order is still a guest …

    …order
    
    - The object $this->_customer always exists. Added a check for the existence of $this->getCustomerId() / If it is true  $this->setCustomerIsGuest(false);
    shmVan committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    e519c9d View commit details
    Browse the repository at this point in the history