I’m getting this error “libpng warning: iCCP: known incorrect sRGB profile” when running php bin/magento catalog:image:resize. Please is there anyone who could help me get this fixed? Thank you in advance
Magento
I am trying to create a custom import through which I am trying to add a product id to the entities column. Whenever I do import a new entry is created as in the below image, whereas I need the product id to be updated in the entities column with […]
I got an extension for a payment gateway and the payment configuration page is blank after setup. I follow all the setup details except one of them: chown -R www-data:www-data ./ it gives me the following error: chown: invalid user: ‘www-data:www-data’ version 2.3.7 P2 CentOS 7.9 Can I find any […]
He is the problem. Team that edits product change price and shipping prices but there are some configurable product with some rules that shipment is allowed for small weight up to 5kg or 5l, depending of the package. And for more then 5kg or 5l buyer must come and pick […]
Since Magento 2.3.4 email variable usage was deprecated. See: https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/templates/template-email-migration.html But we are using a email variable to load a custom php template, that loads specific values based on the payment method and customer group of the customer. We load it at the moment like: {{block class="MagentoFrameworkViewElementTemplate" order=$order name="order_payment" template="Magento_Sales::email/paymentmethod.phtml" […]
Error: Cannot instantiate interface MagentoInventorySalesApiApiGetProductSalableQtyInterface Found this error while removing deprecation of StockStateInterface for REST API, Does anyone has an idea why this error occurs? Thanks in advance My code is namespace VendorModulePlugin; use MagentoCatalogApiProductRepositoryInterface; use MagentoInventorySalesApiApiGetProductSalableQtyInterface; use MagentoQuoteApiCartRepositoryInterface; use MagentoQuoteApiDataCartItemExtensionFactory; use PsrLogLoggerInterface; class CartItemPlugin { /** * @var CartItemExtensionFactory […]
I want to sort Products based by their size like (extra small, small, medium, large) you can take Magento reference what they use for this term,) 1: Products with All Size options should be on top. you can see below query as refrence. SELECT sl.parent_id, COUNT(sl.product_id), SUM(IFNULL(ss.stock_status, 0)) FROM catalog_product_super_link […]
Looking for documentation about how to use a Magento 2 extension (not published to a marketplace) with Adobe Commerce Cloud edition. The plugin currently lives in github. Is this possible? Thank you, Tristan
I moved my client’s old magento website from one server to another but now the one-page checkout won’t work. I’m getting the following error when I press “continue” in the “Billing Section” Warning: preg_match() expects parameter 2 to be string, array given in ../magento/public_html/index.php on line 34 {"goto_section":"shipping_method","update_section":{"name":"shipping-method","html":" n United […]