Skip to main content
Version: 2.0.0

Packetery

Packetery connects the store to Packeta (also known as Zásilkovna), exposing it as a shipping method at checkout and letting customers pick a pickup point from Packeta's own widget — a network of pickup points and external partner carriers across Europe.

The plugin builds on the shared yStore shipping-plugin base (AbstractShippingSettingsModel), so it shares the same core shipping method configuration (price, table rates, country/payment restrictions, visibility window) as every other carrier plugin in the ecosystem, plus Packeta-specific behavior: API key, pickup-point country/point-type filtering, and the checkout widget integration.

Key features

  • Packeta as a selectable shipping method in checkout, with the usual price, weight, country, and payment-method restrictions shared by all yStore shipping plugins.
  • Optional country-specific pricing and free-shipping thresholds, on top of a single default price/threshold.
  • A pickup-point picker rendered by Packeta's own JS widget (widget.packeta.com), filtered by country, point type (claim/drop-off only), and max parcel weight.
  • A CP dashboard with shipment statistics for the method, shared with the other carrier plugins.
  • License-gated CP navigation (Dashboard, Settings, License) via the shared yCore licensing panel.

Requirements

  • A Packeta (Zásilkovna) merchant account and API key.
  • The store's shipping methods module enabled, since Packetery registers itself as one shipping method among others.

Installation

Install through Composer, using the credentials granted by your yStore license:

composer require yui/craft-packetery

Then enable the plugin from Settings → Plugins in the Craft control panel and continue with Settings.

Use cases

See Use Cases for offering Packeta at checkout, letting customers pick a pickup point, filtering which points are shown, per-country pricing, and the shipment dashboard.

Developer notes

See Developer / API for the checkout widget integration, the anonymous packetery/api/options site-facing endpoint, shipping method registration, and a reference table of CP routes.