I upgraded my magento store from 2.4.2-p1 to 2.4.5-p1 and changed php version from 7.4 to 8.1 and I ran “composer update” successfully, then upgrade,compile and deploy static content. Now i have a problem with the topsearch it doesnt show me search recommendations and that is the error in (system.log) […]
Magento
I have a theme and extensions that use widely the Zend_Json function i.e.for example : window.checkout = getConfig()); ?>; in 2.4.5 I had no problem using this code, in 2.4.6 it throws an exception : ” main.CRITICAL: Error: Class “Zend_Json” not found in” I have the laminas package…what can go […]
I just installed magento-cloud cli on my local environment however after install I am getting an error that says cURL error 60: SSL certificate problem: certificate has expired I have seen another post on here that said I should look to see when the last time the branch was deployed […]
I would like to trigger the store view to change according to the selected country in cart and checkout in Magento 2.4.3 Does anyone do have a clue if or how this is possible? Thanks
I have a Magento Cloud installation and Fastly is configured out-of-the-box. Although, I need to use the Fastly API to trigger a Curl command using the API key. How is it possible to get the API key from my Fastly setup?
Hello I have created one observer after the order is placed (sales_model_service_quote_submit_success) order data need to synch with some third-party system it is working fine order is synched to the system some time if any error from thirdpary system order success page not showing it redirecting to cart but order […]
After install extension I receive error. If I go to Sales -> Order => shipped order. If I go to new order it is ok. Exception #0 (Exception): Notice: Undefined variable: secureRenderer in ……/app/code/Smartmage/Inpost/view/adminhtml/templates/order/view/info.phtml on line 34 line 34: <?= /* @noEscape */ $secureRenderer->renderEventListenerAsTag( 'onclick', "popWin('" . $block->escapeJs($shippingHelper->getTrackingPopupUrlBySalesModel($order)) . "','trackorder','width=800,height=600,resizable=yes,scrollbars=yes')", […]
I’m trying to configure the visibility of some products for a specific date, but I can’t find what configuration I should select for this action to take place.
i created a phtml file, called in the catalog_product_view.xml file (inside the head.additional reference block), where i want to preload the main product image, for Core Vitals purpose, for example: <link rel="preload" as="image" href="<?= $block->escapeUrl($imageUrl) ?>"/> where $imageUrl is: $imageUrl = $block->getImageUrl(); But, the url (cached) of the product image […]