All Projects → friends-of-presta → developer_tools

friends-of-presta / developer_tools

Licence: other
Tools for PrestaShop developer (like display all available display hooks on pages)

Programming Languages

PHP
23972 projects - #3 most used programming language
Twig
543 projects

Projects that are alternatives of or similar to developer tools

Starter-Module-PrestaShop-1.6
A boilerplate that will get you started with your module for PrestaShop v1.6
Stars: ✭ 24 (-25%)
Mutual labels:  prestashop
prestafony-project
Some resources to help you migrate PrestaShop to Symfony 3
Stars: ✭ 12 (-62.5%)
Mutual labels:  prestashop
webservices
Prestashop Web Services + React JS App
Stars: ✭ 34 (+6.25%)
Mutual labels:  prestashop
prestashop-shop-creator
Generate random demo data to test your PrestaShop shop.
Stars: ✭ 22 (-31.25%)
Mutual labels:  prestashop
xipblog
Prestashop 1.6 & 1.7 Xpert Blog Module
Stars: ✭ 34 (+6.25%)
Mutual labels:  prestashop
ShellVhostManager
Helps you managing LAMP basic needs (virtualHost, Ftp users, Mysql Database)
Stars: ✭ 34 (+6.25%)
Mutual labels:  prestashop
everpsblog
Free blog module for Prestashop 1.7
Stars: ✭ 20 (-37.5%)
Mutual labels:  prestashop
masterclass
Form and Grid customizations using PrestaShop 1.7.5+
Stars: ✭ 18 (-43.75%)
Mutual labels:  prestashop
Prestashop
PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.
Stars: ✭ 6,192 (+19250%)
Mutual labels:  prestashop
phfbchat
Facebook Messenger plugin for PrestaShop. IMPORTANT: To download use the link available in description.
Stars: ✭ 25 (-21.87%)
Mutual labels:  prestashop
gsitemap
This module generates your Google sitemap file
Stars: ✭ 52 (+62.5%)
Mutual labels:  prestashop
varnish-examples
Examples of Varnish configuration files for Clever Cloud
Stars: ✭ 18 (-43.75%)
Mutual labels:  prestashop
lando-boilerplates-for-joomla-wordpress-and-prestashop
My personal recipes for Lando - Docker containers. Battle-tested for Joomla, WordPress, and PrestaShop.
Stars: ✭ 23 (-28.12%)
Mutual labels:  prestashop
prestashop
Convert your traditional PrestaShop website into a fast, mobile friendly and modern website.
Stars: ✭ 19 (-40.62%)
Mutual labels:  prestashop
prestashopamp
Prestashop module to support AMP
Stars: ✭ 32 (+0%)
Mutual labels:  prestashop
correios
Módulo Prestashop para calculo de Fretes utilizando os Correios.
Stars: ✭ 13 (-59.37%)
Mutual labels:  prestashop
productcomments
PrestaShop module that allows users to post reviews and rate products.
Stars: ✭ 29 (-9.37%)
Mutual labels:  prestashop
prestashop-specs
Project specifications for PrestaShop's Core features and native modules
Stars: ✭ 28 (-12.5%)
Mutual labels:  prestashop
7cart
7cart is a php7 project for building online shops, catalogs or service platforms. 7cart built with simple code and database schema. It is easy to support and fast.
Stars: ✭ 27 (-15.62%)
Mutual labels:  prestashop
ps facetedsearch
PrestaShop module that adds layered navigation filters.
Stars: ✭ 45 (+40.63%)
Mutual labels:  prestashop

Developer tools

Make developer experience for Theme and Module developers great again!

Features

Hooks Display

This module enables the display of every hook available in PrestaShop. Activate hook display in performance page.

It works both on Back and Front office. As you can assume this is really useful for every Theme and Module developer, to figure out exactly where and what do we have to override or extend.

Grid dev tools

This feature can be disabled in the Performance page of the Back Office (in Advanced Parameters).

Employee impersonation

This module also enable complete developer tools for the modern grids, see captures.

This feature is only available in the Back Office.

PrestaShop version

This module is available for PrestaShop 1.7.5+.

Some captures

Back Office

Back Office

Grid dev toolbar

Grid Columns collector

Grid Hooks Templating

User selector

Front Office

Front Office

Also, the Legacy Profiler is working as expected (ie like in PrestaShop 1.6) once enabled in performance page :

Welcome Back, Legacy Profiler

Installation

Open a CLI at the root of your shop and type the following instructions (Composer software needs to be installed).

cd modules/developer_tools
composer install
cd ../..
php bin/console pr:mo install developer_tools
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].