Skip to content

magento2.4

Auto Added by WPeMatico

customer wallet recharged by payment gateway

Magento 2.4 module for a Customer Wallet Recharge via Payment Gateway involves building a custom module that allows customers to add funds to their digital wallet on your Magento store using a payment gateway (like Razorpay, PayPal, Stripe, etc.).

Storeview CSS path is missing static

my problem is, that if I deploy a Magento 2.4.8 store, main Store works but by storeview the static path is missing in metas and site doesn’t work. Correct: https://lichtboxx.dmconnector.com/static/frontend/custom/lichtboxx/de_DE/css/styles-l.min.css Not correct (/static is missing): https://lightspares.dmconnector.com/frontend/Magento/luma/en_US/css/styles-l.min.css

magento 2.4 get list of all admin roles

is there a way to retrieve the full list of admin roles? Not the users, just the roles. I’m looking but all I can find is the list of users. I tried with the MagentoAuthorizationModelResourceModelRoleCollection but it doesn’t work.