Skip to main content

All Questions

Tagged with
0 votes
0 answers
22 views

Magento 2 Module Development - Code changes only work after VM reboot

I created a small module and it works great. But if I then make changes to the code, they only take effect after I restart the VM. There must be an easier/faster way?! It's not a big or error-prone ...
RKRdev's user avatar
  • 17
0 votes
0 answers
55 views

Issue with Magento Custom Module on Magento 2.4.5

I am currently facing an issue with custom Magento module . I'm trying to use the following module https://github.com/sivajik34/products-by-customer , but its not functioning. Do you have any idea why ...
L.A's user avatar
  • 1
0 votes
1 answer
358 views

Magento 2 Product not available for purchase when qty=0

Default magento shows out of stock for qty 0, And if admin set display out of stock product set to No, then Magento will not show out of stock product.. My requirement is i can show a message that &...
Saif's user avatar
  • 1
0 votes
1 answer
137 views

How to remove post content from blog listing page - Magento 2 Aheadworks Blog Module

I'm using the Aheadworks Blog Module for Magento 2. I'm trying to remove the post content from the blog listing page. I believe I need to edit the aw_blog_post_list.xml file, so I created a new copy ...
MantisToboggan's user avatar
0 votes
1 answer
118 views

Magento 2 : Custom csp module unknown

I'm trying to override the csp module of magento but I get an error i don't understand : Unknown module here is my module.xml registration.php the error i get
Baptiste David's user avatar
1 vote
1 answer
621 views

Magento 2. Failed to submit module to Magento Marketplace. setup/config/application.config.php failed to open stream

I am unable to submit a new module or update a existing module in the Magento Marketplace. For all modules/new versions, I get the error during the Technical Review at the Installation & Varnish ...
Victor S.'s user avatar
  • 2,719
1 vote
1 answer
25 views

Adding variable to registration.php from different file [MAGENTO2]

Im new to both PHP and Magento2 (I come from C++). I am simply trying to add a variable from a different file to the registration.php But I can not seem to grab the other file. The other file is ...
FryingDutch's user avatar
1 vote
1 answer
57 views

Magento Commerce (Enterprise) 2.4 Rewards exclude category when Redeeming

The enterprise version of magento includes an integrated reward points module. How do I modify this module to allow points redemption only for products in a specific category (or, another way of ...
Richard Parnaby-King's user avatar
0 votes
1 answer
180 views

cant update user attributes in installData

I create custom module. After i try to add custom attribute in InstallData.php I remove my module from setup_module to run install data however i don`t see any results nor error. I try run setup:...
user2217288's user avatar
0 votes
1 answer
1k views

How to join two custom table in Magento 2.3

I have two tables as below pscustom_catalog_product_entity pscustom_catalog_product_entity_media I have created collection for table pscustom_catalog_product_entity using resource model and block. ...
Rahul's user avatar
  • 763
1 vote
1 answer
2k views

Error on magento setup:upgrade - Element 'route': Missing child element(s). Expected is ( resources )

I'm using Magento 2.4.1 (Community) installed locally on Windows. This is what I get when running php bin/magento setup:upgade Module 'Magento_Amqp': Invalid Document Element 'route': Missing child ...
Annity's user avatar
  • 106
0 votes
0 answers
760 views

The (custom module's) custom multi product tabs not showing on the product page in magento2 backend admin

I have created a custom module to display the custom product tabs on the product page in magento2. These tabs are managed by attribute set in magento2 back-end. I want 4 tabs to display on the product ...
Campy's user avatar
  • 181
1 vote
1 answer
1k views

Magento 2.3.4 Setup_Module

Magento 2.3.4 setup_module table does not show newly installed module as well as most of the default modules?
Jaichand Yadav's user avatar
0 votes
1 answer
120 views

Adding new input fileds for attributes in a specific attribute group - Magento 2.3

I created a new attribute group 'Features' in the products section. I need to create two new fields (checkbox and text field) apart from the available option for attributes inside the group 'Features'....
skm's user avatar
  • 1,650
0 votes
0 answers
336 views

Magento 2 Add / Edit Category in theme custom module with multiselect

$fieldset->addField( 'category_ids', 'Magento\Catalog\Block\Adminhtml\Product\Helper\Form\Category', [ 'name' => 'category_ids', 'title' => '...
thamizh's user avatar

15 30 50 per page