Tag: prestashop

  • Increase Prestashop performance

    First of all you have to move your shop from shared hosting to VPS or dedicate server. Here you can read how to run Prestashop with docker. With this setup (own server) you can modify many things. One of this thing is to setup Redis as a Php session handler. Store and manage data in…

  • GRID – modify/extend existing column(s)

    Prestashop has very nice mechanism to create and display a table (grid) with some data. For example go and look at orders list. You have there a columns (with different data type), filters per each column, row actions, bulk actions, etc. You can modify (existing columns) or extends that grid (add new column(s)). To do…

  • Run Prestashop with docker

    Fast response time of the server is the one of the main requirements which each e-commerce shop has to pass. There are many shared hosting options which cost lost of money. To reduce this cost to minimum good option is to choose a VPS (Virtual Private Server). It requires some technical knowledge but price to…