Configurable products are not changing the pictures while selecting attributes like size or color. I really don’t know how to fix this problem. It is two days now and I still facing the same issue. I noticed while I click on the attribute, it’s giving me this error on the […]
Magento2
I have inherited a broken Magento 1 store that I am trying to bring back to life. The migration to Magento 2.3.3 went without a hitch, and now I’m trying to clean up the huge number of products (2,000,000+) in the store, a mix of Simple Products and Grouped Products. […]
I’ve been using the recently viewed block on the majority of Magento 1 websites I’ve created and I always thought the recently block was unique to the current user (guest or registered). A client has noticed the recently viewed block is showing random products and it’s got me thinking the […]
I’m trying to download my products from Magento 1.9.3.6 and I keep getting an error: Fatal error: Unsupported operand types in public_html/app/code/core/Mage/ImportExport/Model/Export/Entity/Product.php on line 947 I’ve tried to research this and did find a website that mention to replace the line 947 with the following: $dataRow += $stockItemRows[$productId]; if (isset($stockItemRows[$productId])) […]
My current version of Magento is 2.3.2 . I followed the docs and i executed the following commands in the console: cp composer.json composer.json.bak composer remove magento/product-community-edition --no-update composer require magento/product-community-edition=2.3.3 --no-updatecomposer require --dev allure-framework/allure-phpunit:~1.2.0 friendsofphp/php-cs-fixer:~2.14.0 lusitanian/oauth:~0.8.10 magento/magento-coding-standard:~3.0.0 magento/magento2-functional-testing-framework:2.4.5 pdepend/pdepend:2.5.2 phpmd/phpmd:@stable phpunit/phpunit:~6.5.0 sebastian/phpcpd:~3.0.0 squizlabs/php_codesniffer:~3.4.0 --sort-packages --no-update composer remove --dev sjparkinson/static-review […]
I create a custom model and di.xml was wrote up, however when I try to run setup:di:compile, it said the “generated/code/Magento/MediaStorage/Model/File/Storage/Response/Interceptor.php” file can’t be deleted……No such file or directory I am running docker at windows machine, I can see the files inside the folder, but I don’t have permission to […]
I’ve been thinking of adding some sort of big textarea in the admin dashboard of the magento 2 as some sort of reminder notes / to-do notes and stuff. A simple textbox with a submit button. What would be the easiest way to do this? Thank you!
I have some multi-select product attributes that need to be filtered with an AND instead of OR. In other words a product needs to have an entry for an attribute for the first marked value AND the same product must also have an entry for the other value. I found […]
I have ultimo theme on magento 2.3.3 with redis and varnish. After Sign Out the link still displays Sign Out and vice versa. Becomes normal after cache is flushed. looks like cache issue. Any help highly appreciated.