PHPackages                             abraham63/thelia2-product-customize - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. abraham63/thelia2-product-customize

ActiveThelia-module

abraham63/thelia2-product-customize
===================================

Custom you product with text in Thelia 2

09PHP

Since Jun 15Pushed 7y agoCompare

[ Source](https://github.com/abraham63/Thelia-v2-Product-Customize)[ Packagist](https://packagist.org/packages/abraham63/thelia2-product-customize)[ RSS](/packages/abraham63-thelia2-product-customize/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Module de personnalisation de produit basic pour Thelia v2
==========================================================

[](#module-de-personnalisation-de-produit-basic-pour-thelia-v2)

Ce module permet de personnaliser des produits sur Thelia version 2 via un champs texte que le client peut renseigner. Utile pour les produits personnalisés au nom du client.

Pré-requis
----------

[](#pré-requis)

Thelia version 2.3.3 ou 2.3.4 - Module non testé sur les autres versions

Installation
------------

[](#installation)

### Manuelle

[](#manuelle)

- Copier le module dans `/local/modules/PersoProduit` et assurer vous que le dossier soit bien nommé PersoProduit
- Aller dans votre panneau d'administration des modules et activer le module
- Ajouter votre formulaire et l'affichage des champs dans vos template

### Via composer

[](#via-composer)

- Aller à la racine de votre installation Thelia 2
- Lancer la commande `composer require abraham63/thelia2-product-customize`

Utilisation
-----------

[](#utilisation)

### Formulaire

[](#formulaire)

Ce module ajoute un champs dans le formulaire d'ajout au panier à rajouter dans le template de la page produit (dans le form d'ajoute au panier)

```
  {form_field field='champs_perso'}

  {/form_field}

```

### Loop

[](#loop)

#### Loop panier

[](#loop-panier)

Cette boucle permet de récuperer le champs de personnalisation au niveau du panier

##### Input arguments

[](#input-arguments)

ArgumentDescription**item\_id**Id de l'élément dans le panier (cart item)##### Output values

[](#output-values)

ArgumentDescription**personnalisation**Valeur du champs de personnalisation```
{loop type="personnalisation.produit" name="personnalisation_du_produit" item_id="$ITEM_ID"}
   {$personnalisation}
{/loop}

```

#### Loop commande

[](#loop-commande)

Cette boucle permet de récuperer le champs de personnalisation au niveau de la commande

##### Input arguments

[](#input-arguments-1)

ArgumentDescription**order\_prod\_id**Id de l'élément dans la commande##### Output values

[](#output-values-1)

ArgumentDescription**personnalisation**Valeur du champs de personnalisation```
  {loop type="order.personnalisation.produit" name="qsifoqds" order_prod_id=$ID}
   {$personnalisation}
{/loop}

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/82e3a20b0466c23eba78659fcea9a962350945dce838047ed5db8c4d20c3ab25?d=identicon)[abraham63](/maintainers/abraham63)

---

Top Contributors

[![kevinseebach](https://avatars.githubusercontent.com/u/26065941?v=4)](https://github.com/kevinseebach "kevinseebach (23 commits)")

---

Tags

customizee-commercemodulepersopersonnalisationphptheliathelia-module

### Embed Badge

![Health badge](/badges/abraham63-thelia2-product-customize/health.svg)

```
[![Health](https://phpackages.com/badges/abraham63-thelia2-product-customize/health.svg)](https://phpackages.com/packages/abraham63-thelia2-product-customize)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
