Skip to main content

Questions tagged [module]

Questions about developing custom modules

0 votes
2 answers
53 views

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 ...
Martin Veselinov's user avatar
0 votes
0 answers
38 views

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 ...
jean-gabriel cabanas's user avatar
0 votes
0 answers
35 views

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 ...
neubie4life's user avatar
0 votes
1 answer
52 views

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 ...
Andy Ramcke's user avatar
0 votes
1 answer
57 views

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 ...
Haarish Infant Raj's user avatar
0 votes
0 answers
27 views

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 ...
Nayaz Shariff's user avatar
0 votes
0 answers
55 views

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 ...
Aniket Singh's user avatar
0 votes
0 answers
15 views

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 ...
Aniket Singh's user avatar
0 votes
0 answers
33 views

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 ...
saravankg's user avatar