I take system backup excluding media from Magento 2 Admin. Backup file is created successfully. But when I’m going to download getting below error. This site can’t be reached The web page at https://example.com/index.php/admin/backup/index/downloaditime/1711689844/typ e/nomedia/key/40fdb74a8797282daed44b467d378783d0fb878ddf7328 d0095e3afafe6823a8/ might be temporarily down or it may have moved permanently to a new web […]
Magento
I’m still pretty new to Magento but have been editing some code for modules and themes today and whilst making the edits all the files relating to a module and/or theme have been completely removed. (once for a module and the other time a theme) I’ve never seen anything so […]
I’ve got a fresh server with magento 2.4.6-p1 installed by the providor. The whole PageBuilder module is missing from the installation. Is that posible to leave-out while installing magento? And if so, how to install it again?
We are using PWA Venia Reactjs setup. We need to get the subtotal value in this page : src/components/CheckoutPage/checkoutPage.js const checkoutMeta = () => { fbq('track', 'InitiateCheckout', { 'value': total?.value, 'currency': total.currency }); } i tried above code and i can not able to get subtotal value in checkout page
In my haste to close the Magento tab on my computer, I accidentally deleted an entire Directory with 30+ galleries. The respective links are still in exsistence, but not the directory itself. Is there any way to recover the entire group of galleries and their overarching directory?
I have a lot of configurable products on my site and have a problem and that is: When a customer places an order of a child product of a configurable product the order confirmation show the child product as backorder / out of stock. Is there a way to fix […]
I know how Price Adjustment through the AdjustmentInterface (e.g. 10% off prices) work. (MagentoFrameworkPricingAdjustment) (docs: https://developer.adobe.com/commerce/php/development/components/price-adjustments/) I know how to add a Cache Context so a a new context is created to cache for. (MagentoFrameworkAppHttpContext) Question: Is it possible to combine those two mechanisms, since I cannot get it working. […]
i’m trying to move this UI element vendor/magento/module-catalog/view/frontend/templates/product/list/toolbar/sorter.phtml from its original position to the right side of the screen inside another container. The problem is that i couldn’t for the life of me find its name to select it so instead i tried selecting the entire toolbar.phtml block and move […]
we have a background image for banner and it is taking to much time to load in admin we’ll be having background image not these details. i need to apply rel=”preload” to this .. how can i add them to increase LCP score. where i can add if source path […]