Skip to main content
Version: 2.0.0

Use Cases

Offer Packeta as a checkout shipping option

Enable the method, set a Display Name and Select address button name, a default price (or table rates), and an optional free-shipping threshold, then restrict it to the countries and payment methods it should be available for. Once enabled, Packeta appears alongside the store's other shipping methods on the checkout page.

Let customers choose a Packeta pickup point at checkout

When Packetery is one of the enabled shipping methods, the storefront renders the Packeta widget script and an initPacketaShipping() Alpine component. Clicking the method's select button opens Packeta's own pickup-point picker (pre-filtered by the plugin's settings); the customer's choice is serialized using the configured Format for saving and sent back to the checkout as a set-action-result DOM event carrying the formatted address string.

Limit which pickup points customers see

Use Pickup Selected Countries to restrict the widget to specific countries (ISO 3166-1 alpha-2, lowercase, comma-separated). Turn on Complaint points only to show only pickup points offering the Claim Assistant (return parcel) service, or Drop-off points only for points that accept parcel drop-off — optionally combined with Drop-off only of parcels weighing to (kg) to cap it by parcel weight.

Charge different prices per country

Turn on Enable country-specific prices (in the method's sidebar). This reveals a per-country price/free-shipping-threshold table (populated from the store's configured country list) on the Pricing tab: enter a price and, optionally, a threshold for each country that should differ from the method's Default Price and Default free shipping threshold — leave a country's price blank to fall back to the default.

Track shipment volume from a central dashboard

Packetery → Dashboard summarizes shipment statistics for the method, using the same shared dashboard widget as the other yStore carrier plugins.

See Settings for the fields referenced above, and Developer / API for how the checkout widget and site-facing endpoint work.