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

CartId is missing during checkout while select online payment #11241

Closed
Prad2703 opened this issue Oct 5, 2017 · 6 comments
Closed

CartId is missing during checkout while select online payment #11241

Prad2703 opened this issue Oct 5, 2017 · 6 comments
Labels
Issue: Cannot Reproduce Cannot reproduce the issue on the latest `2.4-develop` branch Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed non-issue Progress: needs update

Comments

@Prad2703
Copy link

Prad2703 commented Oct 5, 2017

Preconditions

  1. Magento 2.1.7, PHP version 5.6.4, Mysql

Steps to reproduce

  1. Login to the site https://www.craftnshop.com/customer/account/login/
  2. Login Credentials
    Email: [email protected]
    ​Password: ​e!!ip$$is007
  3. Add to cart any in stock product.
  4. Go for checkout
  5. Select online payment method
  6. Click on place Order Button

Expected result

  1. It should redirect to the online payment gateway which is CCAVENUE

Actual result

ckddobpomgkffela

@magento-engcom-team magento-engcom-team added the Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed label Oct 5, 2017
@JeroenVanLeusden
Copy link
Member

Similar message as #9744, maybe related?

@Prad2703
Copy link
Author

Prad2703 commented Oct 5, 2017 via email

@YevSent
Copy link
Contributor

YevSent commented Oct 5, 2017

Magento does not provide support for custom payment integrations, please, confirm if this issue reproducible with built-in payment solutions.

@magento-engcom-team
Copy link
Contributor

Hi @Prad2703 we closing the issue for now. If you can reproduce the issue on clean Magento installation, please, update this issue and reopen it. thank you

@magento-engcom-team magento-engcom-team added Issue: Cannot Reproduce Cannot reproduce the issue on the latest `2.4-develop` branch non-issue labels Oct 11, 2017
@samc2810
Copy link

I have a quick fix for this
I replaced
$customerQuote = $this->quoteRepository->getForCustomer($this->_customerSession->getCustomerId());
in
\Magento\Checkout\Model\Session::loadCustomerQuote
with
$customerQuote = $this->quoteRepository->getActiveForCustomer($this->_customerSession->getCustomerId());

ps. ofcourse do it the right way. override in di.xml ;)

@samc2810
Copy link

samc2810 commented Oct 12, 2017

@magento-engcom-team
heres how you can reproduce it:

  1. Start off by clearing caches, browser caches etc
  2. Register a new user and place an order with this user
  3. Open a different browser
  4. Go till checkout as guest
  5. Enter the email of the previous user (do not close the 1. browser window)
  6. Enter the correct password in checkout when you are asked

This is when I get this error each time M2.1.6

@Prad2703
may be you can reopen it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Cannot Reproduce Cannot reproduce the issue on the latest `2.4-develop` branch Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed non-issue Progress: needs update
Projects
None yet
Development

No branches or pull requests

5 participants