Skip to content

magento man

Configurable product with swatch AND dropdown attributes changes dropdown workflow

Preconditions and environment Magento version 2.4.5 Steps to reproduce Create a configurable product with only dropdown attribute – For example https://magento-802601-3429172.cloudwaysapps.com/only-dropdown-configurable.html Create a configurable product with only swatch attribute – For example https://magento-802601-3429172.cloudwaysapps.com/only-swatch-configurable.html Create a configurable product with Swatch AND… Read More »Configurable product with swatch AND dropdown attributes changes dropdown workflow

Magento 2.4.6 Port must be configured within host parameter (like localhost:3306

I have a Magento 2.4.6 website built using Amazon Lightsail, which is auto-configured. I’m installing MinimogMG theme, but I’m having trouble. Port must be configured within host parameter (like localhost:3306 https://prnt.sc/lYTjNjn9-DGk I followed the steps of the official tutorial. https://docs.bitnami.com/aws/apps/magento/configuration/install-theme/… Read More »Magento 2.4.6 Port must be configured within host parameter (like localhost:3306

Need to merge extra field in getJsonResponse result using custom plugin

public function aroundExecute(VendorApiControllerProductPage $subject, Closure $proceed) { $productId = $this->request->getParam(“productId”); $this->product = $this->productFactory->create()->load($productId); $title = $this->product->getData(‘title’); $extraInfo[‘title’] = $title; $this->returnArray[“extra”] = $extraInfo; return $this->returnArray; }

Magento 2 admin order creation error is “Pickup Location Address does not match Shipping Address for In-Store Pickup Quote”

When I try to create an “in-store pickup order” for a customer from magento 2.4.5 admin I am getting this error “Pickup Location Address does not match Shipping Address for In-Store Pickup Quote“. Can any one help me to fix… Read More »Magento 2 admin order creation error is “Pickup Location Address does not match Shipping Address for In-Store Pickup Quote”