Giter VIP home page Giter VIP logo

Comments (4)

Buckaroo-Rens avatar Buckaroo-Rens commented on August 23, 2024

@dmanners Thank you for the information. We will try to research this a.s.a.p.

from magento2.

dmanners avatar dmanners commented on August 23, 2024

It seems to be an issue with the way quotes are recreated and the enterprise module magento/module-checkout-staging.

This module will die when it tries to save the quote id as it is already in its database table.

        if ($this->versionManager->isPreviewVersion() && $quote->getId()) {
            /** @var PreviewQuota $previewQuota */
            $previewQuota = $this->previewQuotaFactory->create();
            $previewQuota->setId($quote->getId());

            $this->previewQuotaRepository->save($previewQuota);
        }

After removing this plugin the recreation of the quote is working again. I wonder if there is a way rather than recreate the old quote with the same ID but to recreate this in a new quote object each time.

from magento2.

Buckaroo-Rens avatar Buckaroo-Rens commented on August 23, 2024

Unfortunately we are currently unable to reproduce this issue. Can you please contact our support team > [email protected] with all the information, some staging actions and steps to reproduce this? Thanks you in advance.

from magento2.

Buckaroo-Rens avatar Buckaroo-Rens commented on August 23, 2024

Ticket closed, issue is being researched true our standard support channels.

from magento2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.