Skip to content

Magento 2 – Custom sort order not working properly

I have created a custom plugin for sorting options for high to low & low to high price. High to low sort works fine but “low to high” sort order not showing correct results. app/code/Digital/CustomSort/etc/di.xml <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:ObjectManager/etc/config.xsd”>… Read More »Magento 2 – Custom sort order not working properly

Resize image error Deprecated Functionality: Implicit conversion from float 114.90625 to int loses precision Magento246

I am getting the following error in PHP version 8.2 on running Deprecated Functionality: Implicit conversion from float 114.90625 to int loses precision in /var/www/html/magento2/vendor/magento/framework/Image/Adapter/Gd2.php on line 422 $newImage = imagecreatetruecolor($dims[‘frame’][‘width’], $dims[‘frame’][‘height’]); Here’s a modification to ensure that the width… Read More »Resize image error Deprecated Functionality: Implicit conversion from float 114.90625 to int loses precision Magento246