Zdjęcie niedostępne

popsize

Official Popsize module for Prestashop – provide smart size recommendations and reduce returns.

Developed by Nicolas Micaux

Get This Module Free on GitHub
PS 1.7 – 8.99 License: Other Status: Active Health: Excellent

Info updated 1 month ago

Sources
Stars: 1 Last commit: Sep 15, 2025
Type
Module

Info checked: Mar 2, 2026

Popsize Prestashop Module

Install

  • Clone this repo inside your prestashop <code>/modules</code> folder
apt-get update && \

apt-get install -y git zip cd modules git clone git@github.com:popsize/popsize-prestashop.git popsize

  • Install the module inside <code>Modules &gt; Module Manager</code> in your admin panel

Dev

cd popsize

apt-get update &amp;&amp; \ apt-get install -y python3 python3-venv python3 -m venv /opt/venv source /opt/venv/bin/activate /opt/venv/bin/pip install pre-commit

Build & deploy

cd popsize

./build.sh

This will create a <code>build/popsize.zip</code> file containing only the necessary files for distribution:

  • <code>views/</code> - Template files
  • <code>agpl.txt</code> - License file
  • <code>index.php</code> - Security file
  • <code>LICENSE</code> - License text
  • <code>logo.png</code> - Module logo
  • <code>popsize.php</code> - Main module file

Files can be modified to include/exclude other files as needed in the <code>build.sh</code> script.

The zip file can be uploaded directly to PrestaShop's Module Manager for installation.

OLD: Composer & pre-commit checks

# FROM THERE, BELOW BREAKS EVERYTHING IN PRESTASHOP ADMIN PANEL...

curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer PATH=&quot;/root/.composer/vendor/bin:${PATH}&quot; composer require --dev phpstan/phpstan composer require --dev prestashop/php-dev-tools composer require --dev friendsofphp/php-cs-fixer composer require --dev prestashop/header-stamp

php vendor/bin/prestashop-coding-standards cs-fixer:init

php vendor/bin/prestashop-coding-standards phpstan:init # ALREADY DONE AND MODIFIED

/opt/venv/bin/pre-commit install

  • Indeks
    popsize

  • License
    Other
  • PS Compatibility
    1.7.x
    8.x
  • Status
    Active

Komentarze (0)

Na razie nie dodano żadnej recenzji.
Ładowanie...