Skip to content

magento man

AWS : bitnami.service stopped after generating SSL Certificate

I am using the AWS server. I have generated an SSL certificate from the below URL. https://docs.bitnami.com/aws/how-to/generate-install-lets-encrypt-ssl/ after creating the certificate bitnami service stopped . for reference, I have given a screenshot of the error. https://i.imgur.com/HUWfzbi.png

Add Custom Link to Sales Order View Admin Panel

How can I add a custom link to ‘sales/order/view/order_id/123456’ adding an slash after the order_id with route name “download” so it becomes sales/order/view/order_id/6710/download My current route.xml file is <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:App/etc/routes.xsd”> <router id=”admin”> <route id=”order_export” frontName=”order_export”> <module name=”Vendor_OrderExport”… Read More »Add Custom Link to Sales Order View Admin Panel

I’ve tried different things but can’t fix: Something went wrong with processing the default view and we have restored the filter to its original state

Magento 2.4.5-p1 Smartwave Porto theme I keep getting the Something went wrong with processing the default view and we have restored the filter to its original state. Error in: CATALOG -> Products Doing the: TRUNCATE ui_bookmark; Is a very temporary… Read More »I’ve tried different things but can’t fix: Something went wrong with processing the default view and we have restored the filter to its original state

Override Magento Module

I am trying to override authorization.phtml located in vendor/magento/module-customer/view/frontend/templates/account/link . this file contains word “or” that appear between sign in or create account header link which i like to remove. I have created the custom theme ( luma ) and… Read More »Override Magento Module