Skip to content

← Store configuration

Shipping, taxes and payments

Set up carriers, tax rules and payment methods so the store can sell.

5 slides 5 min read
  1. PrestaShop · Configuració

    Shipping, taxes and payments

    The three gears that close a sale.

    PrestaShop · Store configuration arlaf.dev
  2. Carriers

    Each carrier defines zones and price ranges (by weight or by total). Shipping cost is then computed automatically from where and how much the customer buys.

    PrestaShop · Store configuration arlaf.dev
  3. Taxes

    Defined via tax rules per country or zone. Set VAT once and apply the rule to products; don't hand-type percentages product by product.

    PrestaShop · Store configuration arlaf.dev
  4. Payment methods

    Each payment method is a module. The basics ship by default and the rest are added per client.

    • Bank wire and cash on delivery, out of the box.
    • Gateways like Stripe, PayPal or Redsys, via module.
    • Enable only the ones the client will actually use.
    PrestaShop · Store configuration arlaf.dev
  5. The order that works

    First zones and taxes, then carriers, and payments last. Do it the other way and you redo work, because everything hinges on zones.

    PrestaShop · Store configuration arlaf.dev
Read the full note

Una botiga no ven fins que el client pot triar com rep la comanda, quant paga d’impostos i com paga. Aquests tres engranatges es configuren un cop i bé.

Transport per zones i rangs

Cada transportista s’associa a unes zones (geogràfiques) i defineix rangs de preu, ja sigui per pes o per import de la comanda. Amb això, PrestaShop calcula sol el cost d’enviament a cada compra. La clau és tenir les zones ben definides abans, perquè tota la resta hi penja.

Impostos amb regles, no a mà

Els impostos es modelen amb regles d’impostos lligades a països o zones. Configures l’IVA (o el que correspongui) una vegada com a regla i l’apliques als productes. Mai posis el percentatge producte a producte: si canvia el tipus, hauries de tocar-ho tot.

Pagaments: cada mètode, un mòdul

Cada forma de pagament és un mòdul. De sèrie tens transferència bancària i contra reembors; per a targeta cal una passarel·la (Stripe, PayPal, Redsys…) que s’afegeix com a mòdul i es configura amb les credencials del client. Consell: activa només els mètodes que el client farà servir de veritat —menys fricció al checkout, menys suport després.

L’ordre importa

Munta-ho en aquest ordre: zones → impostos → transportistes → pagaments. Tot depèn de les zones, així que començar per elles t’estalvia repetir feina.