About adding CSS into magento 2
so i am in a rush to finish a project. I have magento 2.2 installed with a theme template, so far easy. But i need to apply some changes based on a cliete request. Easy stuff like some colors and…
so i am in a rush to finish a project. I have magento 2.2 installed with a theme template, so far easy. But i need to apply some changes based on a cliete request. Easy stuff like some colors and…
I have successfully integrated elastic search(Elasticsearch 6.0) with Magento Enterprise Edition 2.1. As per their documentation, I have tried to reindex calalog by using magento cli command bin/magento indexer:reindex catalogsearch_fulltext But it throws an error like Catalog Search indexer process…
I have a fatal error: Class ZendStdlibParameters contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (ArrayAccess::offsetUnset) in E:xampphtdocsmage221vendorzendframeworkzend-stdlibsrcParameters.php on line 14 How to fix this error? Thanks