I have a block for a newsletter. When I insert there an e-mail address and press the button the website will reload but I didn’t get any response e-mail and also I cannot see an entry in the table newsletter_subscriber. I use the following code in the block: <form class="form […]
Magento
I have two different store in magento. I need to create two different 404 pages with different content and assign it to different stores in magento 2. How can i achieve this in magento 2. Thanks.
I want to upgrade Magento from 2.4.3 to 2.4.4 and also want to upgrade ubuntu from 20 to 22.04, should I update or not, people are getting some issues on upgrade, is there any idea how to solve those basic issues which occur in the upgrade.
I want to display the ” product grid” from the catalog menu to in the “Reports Menu” in the admin panel, anyone how can I achieve this task? which means I want to access the product admin grid in the reports menu. thanks in advance.
I want to add extra fields to the existing graphql mutation and save them to the data base. For example if I want to add fields in set payment method mutation on cart, what steps I need to follow. Can anyone please guide? Thanks in advance.
Without adding our CDN to ‘Base URL for Static View Files’ we get the correct file frontend/CO/theme/en_US/jquery.min.js Adding our CDN URL we get the incorrect file frontend/CO/theme/en_US/jquery.js, which 404’s because it’s not there. CDN for ‘Base URL for User Media Files’ works fine. I checked static/.htaccess is working fine with […]
i want to add product to cart with additional option using GraphQL, i am using below mutation to add product to cart mutation { addSimpleProductsToCart( input: { cart_id: "{{cart_id}}" cart_items: [ { data: { quantity: 1 sku: "tshirt" } customizable_options:[ { id:1 value_string:"helsslo" } ] } ] } ) { […]
I tried changing the values using before dispatch plugin using below code but it’s not working. public function beforeExecute(VendorModuleControllerAdminhtmlIndexSave $subject){ $info = $subject->getRequest()->getParam('info', false); $subject->getRequest()->setParam('info', 'somevalue'); return true;} Where i am going wrong here?
I have the same data & files in the live & staging site. On staging, I have upgraded to 2.4.4 but after upgrade fronend styles are changed, not sure why. How to debug & fix it ?