Windows>XAMPP>Magento 2>Chrome…. Broken out of Box
This is the admin panel of my newly installed, unaltered install of Magento 2.2.5 in XAMPP 7.0.30 / PHP 7.0.30: I am brand new to this, but I have done my best to find an answer or even just a…
This is the admin panel of my newly installed, unaltered install of Magento 2.2.5 in XAMPP 7.0.30 / PHP 7.0.30: I am brand new to this, but I have done my best to find an answer or even just a…
On my own Magento 2 custom module, I want to install a custom database table. This is the InstallSchema class code: <?php namespace MyVendorMyModuleSetup; use MagentoFrameworkSetupInstallSchemaInterface; use MagentoFrameworkSetupModuleContextInterface; use MagentoFrameworkSetupSchemaSetupInterface; class InstallSchema implements InstallSchemaInterface { /** * @inheritdoc */ public…
How do I remove a link from customer menu when customer group is general? I know about the ifconfig tag, but it does not give me the possibility to hide a custom link when a customer in the general group.…
I have done a default installation of Magento 2.2.5 CE and when I click on an order in the Magento Admin I get the following error: "Order View. Information changes have been made to this section that have not been…
I am trying to retrieve the text value for the manufacturer attribute. It is a dropdown field. I tried this: $manufacturerName = $_product->getAttributeText('manufacturer'); $manufacturerId = $_product->getManufacturer(); $manufacturerName should display "BrandName", but it always displays 1 even if I change the…
Simply I just want to get the catalog price rules applied to products during checkout. I know a lot of solution is out from some sources for Magento 1, an example is this blog https://jutesenthil.wordpress.com/2015/09/28/get-catalog-rule-by-product-id-in-magento/ but trying to get same…
I'm trying to install ultimo on my copy of Magento 2. The theme is appearing in the content configuration panel but it doesn't seem to apply the theme and I'm getting a large number of console errors such as those…
I am currently trying to setup a existing Magento site on my localhost, after cloning the repository I'm unable to run composer install. I get the following error: Problem 1 - Installation request for magento/framework 101.0.4 -> satisfiable by magento/framework[101.0.4].…
I have been trying to extend magento 2's $.mage.loader widget. I have have a requirejs-config.js file with the following lines var config = { map: { '*': { 'mage/loader' : 'Youssuph_Bakerscheckout/js/custom-mage-loader' } } }; And the content of custom-mage-loader.js file…
Fresh Magento2 manual installation on Ubuntu 16.04. Store with samples displays fine. Admin page with user and password displays fine too. Once credentials are entered and trying to login, getting There has been an error processing your request error on…