Is there a way to add a custom link in the navigation portion?
Is there a way to add a custom link in the navigation portion right after all the links? For example after Contact Us page I want to add a sign in link beside it.
Is there a way to add a custom link in the navigation portion right after all the links? For example after Contact Us page I want to add a sign in link beside it.
How can I add an “active” class to the tr surrounding the shipping method when the row is clicked on? My goal is to have border wrap around the selected shipping method.
rookie here. Im trying to connect magento2 with vuestorefront using composer. I am following this guide: https://docs.vuestorefront.io/magento/installation-setup/configure-magento.html. On step 2, after using this command: curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/onelinesetup | bash -s — magento.test 2.4.4. Docker fires up as it should and… Read More »Get stuck when using magento2/vuestorefront/composer
I have generated a custom html file and instead of downloading I want to upload it to the pub/media programmatically. <?php use MagentoFrameworkAppResponseInterface; use MagentoFrameworkAppFilesystemDirectoryList; use MagentoMediaStorageModelFileUploaderFactory; class PrintAction extends MagentoBackendAppAction { const ADMIN_RESOURCE = ‘Magento_Sales::sales_order’; /** * @var MagentoFrameworkAppResponseHttpFileFactory… Read More »Magento 2: Upload custom generated file to pub/media
I am using magento 2.3 version and i need to install SSL certificate to my domain. I installed lets encrypt certificate to my domain after that my admin is not logging in. It is showing login page with out error.… Read More »Magento2 Admin Login Redirects to Login Page With No Error
I ma trying to render data from database to a custom block, but i am getting error as the below screenshot I’ve review the code multiple times and still con not catch the issue I am using Magento ver. 2.4.4… Read More »Exception #0 (InvalidArgumentException): ModelItem does not extend MagentoFrameworkDataObject
I want to allow multi-shipping checkout for guest customers in Magento 2. So can you hint at how I can achieve this? Thanks.
After updating one of my extensions (which was required because I updated to Magento 2.4.4), I am getting this error when I run the upgrade command: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry ‘646-1’ for key ‘AMASTY_ORDER_ATTRIBUTE_ENTITY_ENTITY_ID_PARENT_ENTITY_TYPE’, query was: ALTER… Read More »Getting Integrity constraint violation: 1062 Duplicate entry after updating extension
In magento backend sales qoute admin panel , the history and comemnt tab not able to load. https://i.imgur.com/K1hGYh8.png
Magento 2.4.5 Porto theme I have installed a new install of Magento 2.4.5. On top of this, Porto has installed their theme. Now, when going through and adding a product, it goes through this: I click on the ‘Add to… Read More »New install and after adding a product to cart, it does not actually add!