simple product to configurable product Magento 2.3.x
On magento 2.3.x or magento 2.4.x can you make a simple product into a configurable one? I’m speaking about 5k+ products. Is there an easy way to do this?
On magento 2.3.x or magento 2.4.x can you make a simple product into a configurable one? I’m speaking about 5k+ products. Is there an easy way to do this?
On the single product page I would like to create a container that shows the shipping method and price (for example, under the ‘add to cart’ button). In the administration panel I have set flat rate shipping method for one… Read More »How to create a module showing flat rate shipping on the single product page?
On the product edit page, if I click on the Advanced pricing link, the modal/slide-over panel comes in to show additional (editable) details. However… the special_from_date and special_to_date are not visible. I can create new attributes, and add them to… Read More »Special Price From Date attribute not showing
I had a working webshop, however, overnight the one page check out suddenly has multiple (probably related) problems. It started with a failure on the customer’s information, ‘the password needs to match’ – even with guest accounts where there is… Read More »One page check-out magento is suddenly failing?
Hi i need to read the xlsx file with multiple worksheets. I checked inside vendor there is a code only for single csv. Is there any way we can read xlsx with multiple worksheets.
I have an module to send email out, it was using default translational email header and footer template. I don’t want to change the header in the Content->Design->Configuration. Only for this module, I want to use another header and footer… Read More »Replace template inside the email template
Preconditions (*) Magento 2.4.3-p1 Steps to reproduce (*) With Luma active on Magento 2.4.3-p1, enable Critical CSS: bin/magento config:set dev/css/use_css_critical_path 1 Issues: Test with lighthouse CLS of the web page increases from 0.01s to 1s Request: How can i use… Read More »Critical CSS blocks interactivity and CLS problem
When the store is in developer mode everything works as it should. All the js files are properly linked in the network tab. It gets the file from: base_url/static/version1662993482/frontend/Smartwave/porto_child/nl_NL/jquery.js When the store gets set to production mode the js files… Read More »Magento 2 Js Files only loading from correct url in developer mode
Please forgive me as i am a newbie here and also non-technical but i need someone to help me if possible with a solution to my var base urls in magento 2. The urls are set up correctly in admin… Read More »Magento 2 shows var base urls incorrectly
I have a module that loads one css file. I want to overwrite a few things so I added a _module.less file in my child theme for this module. I added & when (@media-common = true) { in _module.less so… Read More »Modules CSS loads after styles-m but before styles-l