Skip to content

← Store configuration

Products, categories and attributes

PrestaShop's catalog model: combinations, features and how to organize it.

5 slides 5 min read
  1. PrestaShop · Configuració

    Products and catalog

    The heart of the store, well organized from the start.

    PrestaShop · Store configuration arlaf.dev
  2. Product types

    Not everything sells the same; PrestaShop tells a few types apart.

    • Standard — the classic physical product.
    • Pack — a bundle of products sold together.
    • Virtual — downloads or services, no shipping.
    PrestaShop · Store configuration arlaf.dev
  3. Categories as a tree

    Categories form a tree, with a root and a home category. A product can sit in several, but has one main category for the breadcrumb and URLs.

    PrestaShop · Store configuration arlaf.dev
  4. Attributes vs. features

    The most common confusion. The rule is simple:

    • Attributes — create combinations with their own stock and price (size, color).
    • Features — only inform, they don't create variants (material, weight).
    PrestaShop · Store configuration arlaf.dev
  5. If it changes stock or price, it's an attribute. If it just describes, it's a feature.
    PrestaShop · Store configuration arlaf.dev
Read the full note

El catàleg és el cor de la botiga, i la majoria de problemes de manteniment neixen d’haver-lo organitzat malament al principi. Val la pena entendre el model abans de donar d’alta el primer producte.

Tipus de producte

PrestaShop distingeix entre estàndard (físic), pack (diversos productes venuts junts) i virtual (descàrregues o serveis, sense enviament). Triar bé el tipus condiciona l’estoc, l’enviament i la fiscalitat, així que no és un detall menor.

Categories: un arbre, no una llista

Les categories s’organitzen en arbre. Hi ha una categoria arrel i una categoria d’inici (la home). Un producte pot pertànyer a diverses categories alhora, però en té una de principal que determina el breadcrumb i la seva URL canònica. Mantenir l’arbre poc profund i clar ajuda tant l’usuari com el SEO.

La distinció que tothom confon

  • Atributs → generen combinacions. Talla M / color blau és una variant amb el seu propi estoc, preu i referència. S’usen per a tot el que el client tria abans de comprar.
  • Característiques → són informació. Material, origen, pes… apareixen a la fitxa però no creen variants ni afecten l’estoc.

La regla curta: si afecta l’estoc o el preu, és un atribut; si només descriu, és una característica. Tenir-ho clar des del minut zero estalvia refer mig catàleg més endavant.