Questions tagged [module]
Questions about developing custom modules
 3,160 questions
 
 - Bountied 0
 - Unanswered
 - Frequent
 - Score
 - Trending
 - Week
 - Month
 - Unanswered (my tags)
 
 
 0
 
 votes
 
 
 
 0
 
 answers
 
 
 
 25
 
 views
 
 
 
 
 Magento 2.4.7 composer throws exception after module removal with static content
 Need a hint here.
I just removed a module and cleared static content.
Now when I try to use composer (i.e. bin/magento setup:di:compile or any other command involving bin/magento I get this:
There is ...
 
 
 
 
 
 0
 
 votes
 
 
 
 0
 
 answers
 
 
 
 23
 
 views
 
 
 
 generated folder emptied by module:enable
 I have deployed a fresh instance of magento 2.4.8-p2 on a windows host running docker. i can open the home page in my web browser and the site loads. I tried creating a module following Mark Shust's ...
 
 
 
 
 
 0
 
 votes
 
 
 
 1
 
 answer
 
 
 
 46
 
 views
 
 
 
 
 Lost Access to Custom Payment Gateway Account in Magento Admin – Need Help Regaining Access
 We developed a custom payment gateway integration for Magento, but we've lost access to the connected account within the Magento Admin. We’re now unable to manage or update the plugin.
We’ve tried ...
 
 
 
 
 
 0
 
 votes
 
 
 
 1
 
 answer
 
 
 
 51
 
 views
 
 
 
 
 Can I edit my controller in the custom module while in production?
 I have created a custom module and it was live and the store is in production.
I want to one minor change in my controller.
Will It affect my site?
Will the changes reflect directly?
I know we need ...
 
 
 
 
 
 0
 
 votes
 
 
 
 0
 
 answers
 
 
 
 23
 
 views
 
 
 Magento 2: GTM checkout event from Mini Cart – window.checkoutGTMData is undefined on checkout page
 I'm trying to fire a Google Tag Manager (GTM) checkout event when a customer clicks the "Checkout" button in the Mini Cart on my Magento 2 store.
Goal:
To push a GTM checkout event with ...
 
 
 
 
 
 0
 
 votes
 
 
 
 0
 
 answers
 
 
 
 38
 
 views
 
 
 How to export product data by store view in Magento 2.4.6?
 I’m working with Magento 2.4.6 (Open Source) and need to export product price and special price values for all store views, including:
Default (Admin) scope
Store view ID 1
Store view ID 2
Store view ...
 
 
 
 
 
 0
 
 votes
 
 
 
 0
 
 answers
 
 
 
 30
 
 views
 
 
 
 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 ...
 
 
 
 
 
 0
 
 votes
 
 
 
 0
 
 answers
 
 
 
 79
 
 views
 
 
 
 Magento stuck on debugger while using dev-tools
 Magento website getting stuck because of automatically debugger is triggering in dev-tools.
I tried using different browsers still it's happening.
Using Magento V2.4.5
(function anonymous(
) {
...
 
 
 
 
 
 0
 
 votes
 
 
 
 0
 
 answers
 
 
 
 34
 
 views
 
 
 Magento 2 Custom Calendar Design extension
 I am looking for a Magento 2 extension that enables customers to design personalized calendars like [ https://photos3.walmart.com/project_edit/calendar/4b6e566540590589af69a559a13d3bdbo1001018636 ], ...
 
 
 
 
 
 0
 
 votes
 
 
 
 1
 
 answer
 
 
 
 419
 
 views
 
 
 
 
 Magento 2.4.7-p3 indexation problem
 Hi everyone and happy new year
I'm not able to complete indexing and get some errors. Any clue?
Design Config Grid index has been rebuilt successfully in 00:00:00
Customer Grid index has been rebuilt ...
 
 
 
 
 
 0
 
 votes
 
 
 
 0
 
 answers
 
 
 
 111
 
 views
 
 
 
 vendor/bin/mftf generate:tests AdminLoginSuccessfulTest error
 I am facing the issue with MFTF testing. I want to submit my custom shipping module to marketplace but I got the error
MFTF Adobe Commerce Supplied fail.
how to test to my module and how to resolve ...
 
 
 
 
 
 0
 
 votes
 
 
 
 0
 
 answers
 
 
 
 143
 
 views
 
 
 
 
 
 You haven't provided your Magento authentication keys
 I'm new in using Magento. Ok, I use Mage-OS.
All is very difficult and sometimes no way to found a valide answer for questions.
So I'm happy to find these forum and hope of your help.
I want to ...
 
 
 
 
 
 0
 
 votes
 
 
 
 1
 
 answer
 
 
 
 164
 
 views
 
 
 
 
 My magento 2 website is freezing and stuck due to debugger
 (function anonymous(
) {
debugger
}) 
I am getting this in source tab and whole website is freezing because of it. I have not added this code anywhere. How to find out what is the exact issue.
Also ...
 
 
 
 
 
 0
 
 votes
 
 
 
 2
 
 answers
 
 
 
 58
 
 views
 
 
 
 on click system configuration open tab not working
 on this i faced this issue,
on click system configuration open tab but after click other tab magneto admin click not working i can not able click any where
enter link description here
 
 
 
 
 
 0
 
 votes
 
 
 
 1
 
 answer
 
 
 
 73
 
 views
 
 
 
 Add fee to Payment method
 I'm trying to add an extra fee to the order when the payment method is Cash on delivery and the shipping country is Greece.
I have created the following files:
app/code/HectorCustom/CodFee/...