Hello I am trying to install magento 2.3.5 p1 on my mac with mamp pro. My base url looks as follows http://magmono:8888/ After I add a product to a card I get an error that session has expired. The popular solution to update url to 127.0.0.1 doesn’t help. There is […]
Magento
I completed successfully composer update magento 2.4.3-p1 to 2.4.4 Also my template and all modules are ready for 2.4.4 magento But in setup:upgrade I got this: Unable to apply data patch MagentoCatalogSetupPatchDataUpdateMultiselectAttributesBackendTypes for module Magento_Catalog. Original exception message: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '4650-1028-0' for key 'catalog_product_entity_text.CATALOG_PRODUCT_ENTITY_TEXT_ROW_ID_ATTRIBUTE_ID_STORE_ID', query […]
My original theme screen is like this But I want in this way But due to these changes, my responsive view gets distorted like this. I wrote this line of code in the default.xml file <move element="catalog.topnav" destination="header-wrapper" after="logo" /> Any help would be appreciated. Thanks
So, I have this plugin for our project (drop-shipping marketplace), which redirects vendors without signed contracts to the contract signing page. The thing is, as it is, it infinitely redirects whenever the vendor tries to go to his order page for instance, which is severely limiting his experience with the […]
I seem to be going around in circles trying to create a datetime product attribute that shows a date picker with the time input on a product attribute in the admin. If I set the eav_attribute frontend_input = ‘datetime’ this has the correct behaviour when editing a single product in […]
I’m working on a Magento 2.4 PWA system. The idea is to load a template from a CMS page. I’m using {{block class="CompanyModuleBlockIndexIndex" template="Company_Module::index/index.phtml"}} in the CMS page, but it doesn’t load or render anything in the page. I know it does something because if the reference to the template […]
I am referring this (https://www.mageplaza.com/devdocs/magento-2-create-shipping-method/#step-1-declare-a-shipping-module) to create a custom shipping method. But I need to create multiple shipping methods. My doubt is that can we create multiple shipping methods in single module or we have to create separate modules for each. Can anyone please guide me on this?
My customer account register form is appearing this error when I try register a new account: Notice: Undefined variable: data in /home/clientes/grupofiscall/public_html/diaadiatributario.com.br/app/code/local/Diaadia/Usuario/controllers/AccountController.php on line 142 AccountController.php <?php require_once(Mage::getModuleDir('controllers', 'Mage_Customer') . DS . 'AccountController.php'); class Diaadia_Usuario_AccountController extends Mage_Customer_AccountController { /** * Action predispatch * * Check customer authentication for some actions […]
Magento 2: How To Override Mass action js For Current Module(works only for the current module)? Using the mixin I’m able to override core massactions.js but its working with other modules too. How can I add massactions.js for the current module only? Or How can I add massactions.js which only […]