As a programmer, it can feel like you know something well enough to be dangerous. For some situations, this is fine. All you need to know are these three methods in this programming language. Other times we want to develop expertise. In this article, we’ll cover ways to advance your […]
Daily Archives: February 5, 2020
This is an extensive overview of the jQuery.each() function — one of jQuery’s most important and most used functions. In this article, we’ll find out why and take a look at how you can use it. What is jQuery.each() jQuery’s each() function is used to loop through each element of […]
It’s not much, but I’m proud nonetheless; my first plugin for PHPStorm has been released on the Jetbrains Marketplace. The motivation for this release stems from a long-standing issue I’ve encountered in my workflow where if I am working on a composer-based project that uses several composer-based modules (attaching other […]
i stuck on a problem generating pdf files. I have a module, which gets multiple invoice numbers. As a result i have to generate a single invoice pdf file for each invoice and create a zip file with all pdf files. Is there an alternative using the PDF Model? MagentoSalesModelOrderPdfInvoice […]
I have this new Magento installation (i’ve used the downloader from Magento page, and installed the community 1.9.4.4 version), wich don’t display product pages, just throw 404 error page. I’ve created just one for reference, but it just doesn’t work. -> The product stock is fine (100 itens / in […]