I have created custom product widget and it was working fine in 2.4.6 and I recently upgraded the version to 2.4.7-p3 and page size stopped working. Working code without custom attribute release_date: $collection->addAttributeToSelect('*'); $collection->addStoreFilter(); $collection->addAttributeToSort('release_date', 'desc'); $collection->setPageSize($this->getPageSize())->setCurPage($this->getRequest()->getParam($this->getData('page_var_name'), 1)); But when I adding a custom attribute filter release_date then page size […]
Magento
<?php /** * Taxcloud_Magento2 * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * * @package […]
I am using this endpoint : http://mage.local/rest/V1/carts/3747/items and this is the body: { "cartItem": { "sku": "8717752030514", "qty": 1, "quote_id": "3747" } } I have checked the above associated product have the in stock, also have quantity. But when I do this I am getting this : Product you are […]
I recently updated the site from Magento 2.4.3 to 2.4.6. Since then a custom form (that works in other browsers, e.g. Chrome and Firefox) is redirecting to the homepage upon Submit in Safari. In the Javascript console the only errors shown are CSP errors. In the Magento logs there are […]
I have a basic setup of Magento & Open search. I have been following the guide here https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/overview.html?lang=en In the guide it is recommended to install open search so I did so following this guide: https://opensearch.org/docs/latest/install-and-configure/install-opensearch/docker/ Under the quick installation section titled “Install the application” in the magento guide, there […]
I need to know a betpawa ID Betpawa gives offers to the customer who knows their ID and some time they give them correct scores via their ID so as am looking for it
I can’t find to edit the time to open the mini-search input field. All classes I added transition, does not have any effect. The default opening effect is so baaaam and I want to open it slow. I also try to use in input id=”search”: data-toggle="collapse" but it show no […]
I am unable to logout on one of my projects. The customer/account/logout/ controller request, is getting cached. The image showing that the Cache-Control Header is set to max-age=86400, public, s-maxage=86400 which leads to the request being cached on disk and not called anymore. If I put a xdebug breakpoint inside […]
We use the Webp Support extension, when we upload, the Webp image is successfully uploaded but not showing in manage Gallary in the admin backend. Please see given below Screenshot. https://i.imgur.com/qFPtV1v.png https://i.imgur.com/RFPOm52.png we have used a preference for this file “MagentoCmsModelWysiwygImagesStorage”. It’s working for the old Magento Media Gallery. https://i.imgur.com/uTPDYhK.png […]