skip to Main Content

Magento 1.9 api/rest 404 error

Recently I have moved a magento 1.9 but the api/rest url is 404ing. The site is running on php 7.0 on a virtual host. I have added <Directory /var/www/html/magento/> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory> But this…

VIEW QUESTION

Magento File Paths Are Wrong – SEO

I've been having problems getting anything but index.php to work on Magento. Having finally got everything to execute I've not just got a simple problem where the urls to files are incorrect. For example: the site is requesting .../static/version1111/.../logo.svg which…

VIEW QUESTION

Magento : override css class into my custom css file

I have a button called 'Request More Info' with code like below and its css class 'plp-description-request-btn' which is coming from main.css (skinfrontendthemedefaultcssmain.css) <a href="javascript:void(0);" class="plp-description-request-btn">Request More Info</a> appdesignfrontendthemedefaultlayoutpage.xml <action method="addItem"><type>skin_css</type> <name>css/custom.css</name></action> I need to override the css class for…

VIEW QUESTION

How to override MagentoCatalogModelLayerFilterList in magento 2.2.3

Override the MagentoCatalogModelLayerFilterList in Magento 2.2.3 using plugin. This error came PHP message: PHP Fatal error: Uncaught TypeError: Argument 2 passed to ####PluginModelLayerFilterList::aroundGetFilters() must implement interface MagentoCatalogModelLayerFilterableAttributeListInterface, instance of Closure given, called in /magento/framework/Interception/Interceptor.php on line 135 and defined in…

VIEW QUESTION
Back To Top
Search