So not exactly a new build, but a build of old parts lying around. I had the following components lying around and decided to build a system from it: AMD A4-6320 Gigabyte GA-F2A78M-DS2 4GB DDR3 RAM 500GB HDD 300W PSU Cheap case So I connected all of the above together […]
Yearly Archives: 2020
I switched tamper protection off, edited group policy, rebooted quite a few times, and yet Windows 10 still switches it back after about a day or so. How could I stop this? (Version 10.0.18362.657)
I want to bring my system up to date so I don’t get any security problems. How do I check updates and then how do I install them?
I have a Magento 2.3 website that has a child theme of Luma setup and bootstrap added. What I want is to in the footer is to call in a customfooter.phtml file so I can setup the footer to be a 4col layout. then under the footer and full page […]
I’m trying to get product collection of all products that has special_price and their special_to_date is less than today’s date, and they belong to a specific category. I tried the bellow code but it goes through a loop. $products = Mage::getModel('catalog/product') ->getCollection() ->joinField('category_id', 'catalog/category_product', 'category_id', 'product_id = entity_id', null) ->addFieldToFilter('category_id', […]
I have a very annoying problem on my Magento 2.3.3 installation. The composer doesn’t work properly. I can’t run any composer update, composer require etc. Every-time I try to do that, it gives me this error: Fatal error: Uncaught TypeError: Return value of MagentoInventoryComposerInstallerPlugin::initModuleDeployment() must be an instance of MagentoInventoryComposerInstallervoid, […]
I have a german store, therefore we must calculate 19% tax on every product. I’ve setup every settings to ensure that would happen, but for any reason only 15.97% are calculated. Please take a look at the images below, maybe you guys find something i havent seen… Product price is […]
I have an issue need to help. I want to combine two steps checkout in checkout page into one step (One step checkout). Please give me suggestions to do that. … Thanks for reading!