I created a new theme in Magento 2 extending the default Magento Luma theme. However, now I want to make some very specific customizations to all CSS and JS files referenced in the . I want to change all CSS references that look like this: to look like this: and […]
Magento2
I am trying to use an image uploader but it is generating error Invalid parameter given. A valid $fileId[tmp_name] is expected. I debugged and find out that the problem is in image uploader class of magento core. please check my code. my code in system.xml Image Upload MagentoConfigModelConfigBackendImage categoryBanner categoryBanner […]
I would like to change all reference of Cart to Basket, across the site. I have changed reference to this in the .CSV but no change across the website after clearing the cache. Please advise
I am tying to add a new button to an existing admin page. I want to call an ajax get() function on this button click. I created a main.js script file which I see is loading on this page since when I do a console.log the code gets here. Though […]
I am on the edit page with the following url: https://local.magento/admin/hello_test/shipping/edit/shippingmethod_id/1/key/df70da11cddd2ee1c41aa67a8cbccf6d9403207740547719560dec30a3fd9ceb/ , where I loaded a custom grid. When I want to edit the price column and press the save button, I would like to pass to the ajax url an extra paramater, from the UI component XML. This is […]
I am facing problem with persistent shopping cart for guest (Not logged in user), Cookie Lifetime – 31536000 – 365 days // Cookie lifetime Persistence Lifetime (seconds) – 2100000 // Persistent shopping cart lifetime Cookie path – / // Cookie path set to / Cookie Domain – set it to […]
My website is working just fine on Developer mode, whenever I try to switch to Production my website is not loading js or icons/images. I am attaching an image so you can see the errors in chrome devtools. In addition I am following the guideline from here: Set the Magento […]
i upgraded my magento2.2.8 to 2.2.3 after that i open system configuration and try to open configuration but some configuration show blank page and some option showing normal.very strange.
i want to add a custom side bar phtml file in the home page that would show specific categories. i couldn’t find a specific layout or template file for the homepage. any ideas?