Today we’re discussing one of the relevant questions every Magento developer should be aware of. You’re suggested to learn the current theme structure in Magento as well as theme files search. Hope you’ll find it worthwhile. Read more
We keep studying up on the Magento Certification exam which is considered as a great way to prove the knowledge on Magento. The article is dedicated to implementing internationalization of frontend pages including translation methods, its customization, transactional emails, and variables. Hope it helps you have a clue about the topic.
Read more
The article is written for developers who are about to take the Magento Certification exam. Here you can find the most relevant issues concerning priority rules and types of selectors. All knowledge acquired will help you win the exam. Read more
The article is dedicated to the basic knowledge any web developer should possess. The structure of the article is based on the question-answer approach that helps to acquire knowledge in double-quick time.
Read more
The topic is dedicated to Javascript and its ways of working within the Magento Framework. The developers who are going to take the Magento exam will find lots of useful information here. Read more
The second part of the answers to the most frequently asked questions (click here to see Part 1).
What is the difference between a template and a block?
A template is a .phtml file containing HTML markup and PHP calls needed to display structured data. Every template is bound to a definite block and the keyword $this refers to a block. A block in its turn is an object with a PHP class assigned and a template from where data is sent.
What are the conventions for variable naming?
When naming classes and methods, it is taken to use the standard called “CamelCase”. According to the standard, each word in the middle of the phrase should begin with a capital letter. Besides, any separator, for example, underscore is not allowed to use. Read more
While trying to get the question answered, you can refer to the official version consisting of the following:
Server side:
- Choose a decent web host
- Host assets separately
- Compression with GZip
- Minimize Redirects
- Reduce DNS Lookups
This part continues our series of articles for newbies dedicated to creating themes in Prestashop 1.7. Today we are going to elaborate on peculiarities of JavaScript. Read more
In this article we are going to give a brief description how to modify your webpack.config.js file to enable hot module replacement. Read more