Nice introduction to Magento module development! I am happy you left the mishap at around 10:00 in, as debugging those kind of situations is the real life :-)
@MageDigest3 жыл бұрын
Thank you so much
@maheswari183 жыл бұрын
Clear explanation.. Keep uploading videos it's very useful for me'
@MageDigest3 жыл бұрын
Thank you
@stevensmith56262 жыл бұрын
Fantastic video!! Well done!
@lokesh1pawar3 жыл бұрын
Very useful and understanding 💯🔥
@meralmaradia47744 жыл бұрын
Really helpful as a beginner , thanks
@MageDigest4 жыл бұрын
Thanks a lot!!..Please like, share & subscribe.. it motivates to create such content in the future.
@shashi8014 жыл бұрын
best explained
@MageDigest4 жыл бұрын
Thank you.
@muhammadabdullah47474 жыл бұрын
great explain
@MageDigest4 жыл бұрын
Glad you liked it
@tahiryasin3 жыл бұрын
Nicely explained ! I have a question, the aroundAddProduct was commented in the di.xml but its interceptor function was running, does it means that if you define only one interceptor in di.xml it will allow you to override multiple methods of the same class?
@MageDigest3 жыл бұрын
Correct
@MsAkhilesh902 жыл бұрын
Very useful sir please make videos on proxy class
@aftabaslam13 жыл бұрын
please create some video related to place an order or share some tutorials to change the behaviour of place order function with plugins.
@MageDigest3 жыл бұрын
Okay sure.
@MageDigest3 жыл бұрын
it would be great if you can suggest something. What changes you want ?
@aftabaslam13 жыл бұрын
@@MageDigest thank you for your videos and content, that helps a lot. we have a requirement in which if we hit the place order API 2 times with the same quote id we need to return the Order ID that was generated earlier. by default, Magento returns the order id for the first time, if we hit the place order API the second time it returns the exception. so we need to change this behaviour and wanted to return the same order that was generated earlier for that quote. if we can do this from after plugins please share your knowledge with us.
@MageDigest3 жыл бұрын
@@aftabaslam1 Thanks
@ugayashan86594 жыл бұрын
Good Job
@MageDigest4 жыл бұрын
Thanks
@TahirMohd3 жыл бұрын
In plugin class can the method name be anything or the same as in the parent class name method.
@MageDigest3 жыл бұрын
Same as parent class method
@TahirMohd3 жыл бұрын
@@MageDigest but you have created beforeAddProduct instead of beforeAddToCart
@MageDigest3 жыл бұрын
@@TahirMohd Check the class name which I have used.
@kushwahanuj34802 жыл бұрын
Plugin for select multiple order status from system configuration and display on order grid
@himabindhu31893 жыл бұрын
Nice explanation please provide code
@MageDigest3 жыл бұрын
Thank you
@harwanidinesh75032 жыл бұрын
Hello will you explain around plugin in details ?
@MageDigest2 жыл бұрын
Around plugin triggers - 1. Your code 2. Main Method 3. Your code Check this link - devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html
@meralmaradia47744 жыл бұрын
How can I change the price similar to this ? I mean when adding in cart I want to make double the actual price. User can see the price double in Cart ?
@MageDigest4 жыл бұрын
look for the price set method and change it using a plugin before adding product to cart
@meralmaradia47744 жыл бұрын
@@MageDigest , you mean do I just need to change the 'qty' with 'price' OR it would be completely different way. And i believe it falls in aroundAddProduction(). correct me if I am wrong. Can you give any tutorial that I can refer please ?
@MageDigest4 жыл бұрын
@@meralmaradia4774 see the price set method
@phillipbooth78793 жыл бұрын
Have you never heard of "go dark" really hard to read the content
@MageDigest3 жыл бұрын
You want me to change the background color?
@SulsaCikkectuve3 жыл бұрын
@@MageDigest when you do tutorials make sure your editor is set to a black background as white is hard to read off