Monthly Archives: February 2020
https://github.com/mariuz/firebirdwebadmin/releases/tag/3.4.1 submitted by /u/mariuz [link] [comments]
While running an upgrade via composer for magento2, I ran into the following issues when I inspect the console. Various errors with different scripts on all pages, primarily the checkout page. Random mimetype errors, particularly with a custom mod that had an empty LESS file in it. (disabling the mod […]
http://localhost/Magento2/admin can’t be reached on windows 10 server after successful Magento 2 installation
I just updated my PHP version from 5.6 to 7.4. I didn’t apply a security patch for Magento because most of the core code has been customized to work for our websites. I have made changes in all the files mentioned by the patch though. Now the problem I am […]
I need to create a custom template for shipping method item view/frontend/web/template/shipping-address/shipping-method-item.html However, this template file has allready been overwritten by another module, so this method is not working. DM_Checkout/shipping-method-item The other module looks like this: vendor/quickpay/magento2/view/frontend/layout/checkout_index_index.xml QuickPay_Gateway/shipping/shipping-method-item What would be the best approach to accomplish this task?
When I have a product configured with required customizable options the page is redirect to the product page letting the customer know them must select a required option. This is fine. The problem is from the catalog view I enter x for quantity and when the page is redirected to […]