Why Coupon code is not allowed on NegotiableQuote
I search for few hours in the historic of Magento2 but I don’t find answers. Why, natively in M2, coupon code is not allowed on a quote NegotiableQuote request ?
Auto Added by WPeMatico
I search for few hours in the historic of Magento2 but I don’t find answers. Why, natively in M2, coupon code is not allowed on a quote NegotiableQuote request ?
I’m working with Magento 2.4.7 and have integrated Adobe LiveSearch (Sensei). I’ve enabled the PLP widget for the Product Listing Page, and the product data is successfully coming from Adobe LiveSearch. However, I’m facing an issue where the swatches are… Read More »Magento 2.4.7p3: Swatches Not Loading on Adobe LiveSearch PLP Widget
I applied a patch locally (adding the ‘QUALITY_PATCHES’ variable to the .magento.env.yaml file and listing the required patches underneath), and it was pushed to staging, where it was applied correctly in our Adobe Cloud Commerce staging environment. Now, I want… Read More »Magento 2 revert an applied patch from Adobe commerce Cloud Environment
I need to see my queues and other details in rabbitmq dashboard. In local, we can install rabbitmq and use it’s dashboard but for cloud,unable to figure out how we can see the dashboard.
I have added logs in one of our controller using following code; MagentoFrameworkAppObjectManager::getInstance()->get(PsrLogLoggerInterface::class)->debug(‘my log’); Sometimes the logs show up in var/log/debug.log and sometimes it doesn’t. It’s not caching issue since the controller is called using POST. The controller also seems… Read More »Magento Commerce Cloud (Adobe Commerce Cloud) : Missing logs in debug.log
I am using magento2.2.6 cloud version and while updating ece-tools version and push changes to cloud environment it is displaying below error. W: Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/container instead. W: Generating optimized autoload files… Read More »Error while updating ece-tools version – Magento 2.2.6
I have enough space in my instance’s HD. However, the space allocated to my MySQL database shows 108% usage by using the command below. magento-cloud db:size How could I increase my MySQL HD’s allocation?
I have following queries as a beginner for the Magento/Adobe Commerce Cloud project. How we can do the deployment process? What is the best practice to do the deployment process? Can we create new feature branch or We need to… Read More »How to depoy code in magento2 cloud project?
magento.app.yaml when i am deploying on cloud error is occur W: /etc/platform/bletrhxa5fb2a_stg/auto_post_deploy.sh: 3: /etc/platform/bletrhxa5fb2a_stg/auto_post_deploy.sh: magepack: not found In Build hooks that is the script hooks: build: | set -e composer install unset NPM_CONFIG_PREFIX curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.36.0/install.sh | bash export NVM_DIR=”$HOME/.nvm”… Read More »How to deploy magepack bundling on production
I have facing error in composer install in cloud project. Issue is facing in module-staging-page-builder module Downloading (failed). Command composer install Error: Installing magento/module-staging-page-builder (2.2.0): Downloading (failed) [ComposerDownloaderTransportException] The “https://repo.magento.com/archives/magento/module-staging-page-builder/magento-module-staging-page-builder-2.2.0.0.zip” file could not be downloaded (HTTP/1.1 404 Not Found) install… Read More »Magento 2: Cloud project composer install error module-staging-page-builder (2.2.0): Downloading (failed)