Thanks for this. Very helpful. I like this kind of video much more than your others. It's straight forward without any blabla or stupid memes. I hope you keep it up. Looking forward to more backend and frontend tutorials because there's not much Magento 2 content out there and you seem to be a good teacher.
@anothermagentodev91613 жыл бұрын
Thanks for the feedback MrZlep. I can't resist a stupid meme though!
@Alex-bc3tt3 жыл бұрын
@@anothermagentodev9161 🤣🤣🤣 I love stupid memes please do not stop
@kristijanluksic23413 жыл бұрын
Great video ! I am looking forward to see more videos like this one, because the good ones about Magento are very rare.
@Bosskuto-13 ай бұрын
what do you think now about magento?
@centerdepenter3 жыл бұрын
Great going to try to reproduce this using vs code and plugin
@haijwang90043 жыл бұрын
Hey, thanks for your awesome sharing of this. Hope you do more about theme development and customize product page development. Great apprecaition
@lucianoamaya78282 жыл бұрын
Hi, i have an issue when create the default.xml file, vs code throw me an error, that he can´t read the xsd file. I don´t know if there is a extension that i need to install. You know what can be?
@anothermagentodev91612 жыл бұрын
That is odd. How about you try and copy the default.xml from vendor/magento/module-theme paste it into your theme location see if that works. Then delete everything in the body tag and start with your customisations
@OfficialRakma2 жыл бұрын
Could you walk us through doing this for admin part, example add a button to the catalog category page in the admin panel?
@anothermagentodev91612 жыл бұрын
I have something coming with regards to the pagebuilder. Hold tight!
@the_what2 жыл бұрын
great video but do you have a repo for the code??
@anothermagentodev91612 жыл бұрын
Going to update this soon!
@rebinshaju2803 жыл бұрын
nice and simple explain video
@apriljoyaltiche32983 жыл бұрын
Cannot convert undefined or null to object on creating crudmodel
@anothermagentodev91613 жыл бұрын
This means the variable you are trying to output is not an "object" first check your object variable is all named correctly and in the case of my tutorial that the static block has data.
@relaxmusician-v912 жыл бұрын
how to create php file Footer.php so fast with full code template, plz guide me, thanks
@anothermagentodev91612 жыл бұрын
Get the Magento Wizard add on for VS code 👍🏼👍🏼
@Showbear19863 жыл бұрын
Really nice video keep going
@carlatalamantes58833 жыл бұрын
Hello! Is it possible to develop a custom checkout plugin like paypal for Magento?
@anothermagentodev91613 жыл бұрын
Yes this is possible you can use modules and plugins within modules. Developing your own payment gateway plugin would be a complex undertaking though.