Questions tagged [module]
Questions about developing custom modules
9 questions from the last 365 days
0
votes
2
answers
53
views
Is fully automatic module updating (code replacement + setup upgrade) officially supported in Magento 2?
I’ve developed a custom Magento 2 extension that includes an automatic version check mechanism.
Here’s what it currently does:
Uses an observer (controller_action_predispatch) to check an external ...
0
votes
0
answers
38
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
35
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
52
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
57
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
27
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
55
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
15
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
33
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 ...