-
Architecture Improvements in 1.6.1.0
Cool new toys for PrestaShop developers
With the release of PrestaShop 1.6.1.0 we are going to introduce exciting new tools in the codebase that are designed to help write more modular, testable code that enforces separation of concerns.
Continue reading → -
About PrestaShop 1.6.1.0: test the latest RC!
It's time to kick the tires, together!
Some of you might know about it, while it will certainly be news for many others: the team has been hard at work on a new release of PrestaShop Download these past few months. The successor to version 1.6.0.14 will not be 1.6.0.15, but 1.6.1.0.
Continue reading → -
PrestaShop Core Weekly - Week 19 & 20 of 2015
An inside look at PrestaShop's codebase
Another set of short weeks here in Paris, which means another edition of the Core Weekly report that spans two weeks of change to the PrestaShop codebase.
Continue reading → -
How to override modules in PrestaShop
Override module methods in PrestaShop 1.6.0.11 and above
Since version 1.6.0.11 of PrestaShop, there is a new feature that allows developers to override a module’s instance classes (ie. its main module files, see the PR by @axometeam).
Continue reading → -
PrestaShop Core Weekly - Week 17 & 18 of 2015
An inside look at PrestaShop's codebase
Missed a week, but the Core Weekly report is still alive and kicking!
Continue reading → -
PrestaShop Core Weekly - Week 16 of 2015
An inside look at PrestaShop's codebase
Core Weekly, expectedly back again for Week 16 of 2015!
Continue reading → -
Create the perfect .gitignore file for your PrestaShop projects
Commit only the right files
As a serious developer, you need to use versioning (or “revision control”) for your projects, in order to track changes to your files… and be able to travel back in time when a disaster happens. There are many CVS (Concurrent Versions System) available out there today, but Git is by far the most popular in 2015, and one of the most used in the Open Source world, right behind Subversion (svn).
Continue reading → -
PrestaShop Core Weekly - Week 15 of 2015
An inside look at PrestaShop's codebase
Welcome to Week 15 in PrestaShop Core development! This is the Core Weekly!
Continue reading → -
PrestaShop Core Weekly - Week 14 of 2015
An inside look at PrestaShop's codebase
…and we’re back for another Core Weekly report! As you can see, we’ve moved to the Build.PrestaShop blog, which is where all dev activity will be talked about, for and with the Community!
Continue reading → -
.htaccess generator
Add another security layer to your back office
Even if your back office is already secured by PrestaShop’s login, you might want to add another layer of security from your webserver itself. This is done using the
Continue reading →htaccess.txt
andhtpasswd.txt
files. After you’ve uploaded them at the root of the folder to secure (in our case, your back office folder), the server will ask you for a username and a password before you can even access your PrestaShop back office login page.