Attaching PDF file to email on Magento 220170629135407
Attaching PDF file to email on Magento 2
Lam Nguyen29/06/2017attachment, developer, ecommerce, email, guide, Magento 2, pdf, seo, tutorial0 comments
In Magento 2, The lib/internal/Magento/Framework/Mail/Template/TransportBuilder Class takes responsibility for preparing and sending email, but itR...
How To Install Magento 2 Running On Zend Server On Ubuntu20170601153207
How To Install Magento 2 Running On Zend Server On Ubuntu
Lam Nguyen01/06/2017composer, developer, ecommerce, guide, Magento, Magento 2, mysql, phpMyAdmin, tutorial, Zend, zendserver0 comments
In this blog, I’d like to share with you the step-by-step procedure of how to install Magento 2 running on Zend Server on Ubuntu. Step 1: Instal...
How to debug Magento 2 code with Xdebug and PhpStorm (Part 2)20170515170729
How to debug Magento 2 code with Xdebug and PhpStorm (Part 2)
Lam Nguyen15/05/2017developer, ecommerce, guide, Magento, Magento 2, phpstorm, tutorial, xdebug2 comments
Introduction In this second part of the series, I’m going to guide you how to start a debugging session, place a breakpoint and track the debugging pr...
How to manage Cookies in Magento 220170510145610
How to manage Cookies in Magento 2
Lam Nguyen10/05/2017Cookie, developer, ecommerce, guide, Magento, Magento 2, manage, tutorial0 comments
A cookie is a small piece of data sent from a website and stored on the user’s computer by the user’s web browser while the user is browsi...
Create a Widget in Magento 220170426043319
Create a Widget in Magento 2
Lam Nguyen26/04/2017developer, ecommerce, guide, magenest, Magento, Magento 2, tutorial, widget0 comments
Widget is a manageable component of Magento 2, which allows users to display data anywhere on their own front-end site. So are you looking for the way...
Install New Languages In Magento 220170414040951
Install New Languages In Magento 2
In Magento, the default language is English. So the question now is: Can we add another language for our Magento site? Of course it’s a Yes. Jus...
Magento 2 Cache Guide20170407044105
Magento 2 Cache Guide
Introduction Caching is an inseparable part in any systems, especially for a complex and data-dependent one like Magento 2. Almost everything in Magen...
How to use Knockout JS on a Magento 2 Frontend Page20170324041205
How to use Knockout JS on a Magento 2 Frontend Page
Knockout JS (KO) is a Javascript library which is used on frontend in Magento 2. It implements Model-View-View Model (MVVM) design pattern. You can fi...
Power up and beautify your terminal by using Zsh20170317075159
Power up and beautify your terminal by using Zsh
Introduction As a developer, working with terminal is a must. Indeed, we spend a better part of the day working on Terminal: Comparing differen...
How to Distinguish Magento 2 Product Types20160127040252
How to Distinguish Magento 2 Product Types
I know these Magento 2 product types sound old school for Magento veterans; however it is a frequent asked question for fresh men. To be honest, I mys...