Descrição
Main features
-
Add pickup point selector to the checkout
-
Hide city, postal code and address fields when delivering to pickup locations
-
Hide city, postal code and address fields when customer chooses “Local pickup”
-
Display carrier logos near shipping methods
-
Create shipping labels for all carriers in one place
-
Send tracking code to the customer (also we support Omnisend)
-
Automatic shipping label creation
-
Automatic pickup locations update
Easy way to integrate carriers with all deliveries methods to create shipments with just a few button clicks. Try for free!
More features
-
COD (paying in cash or with bank card on order delivery) service
-
Free shipping option
-
Shows only possible locations for customer’s city
-
Selected pickup location preview on email
-
Display selected pickup location on Google maps
-
Display shipping methods only on specific days/time
-
Multiple sending locations/multiple warehouses
-
Easy to change pickup point selector location
-
Easy to get selected pickup point information for invoices etc. with code
-
Ongoing Warehouse support
Carriers
-
DPD (Lithuania/Latvia/Estonia)
-
Omniva (Lithuania/Latvia/Estonia)
-
Venipak (Lithuania/Latvia/Estonia) + GLS/TNT
-
LP Express / LPExpress / lpexpress.lt
-
Lithuania POST / Lietuvos paštas / post.lt
-
Latvian POST / expresspasts / expresspasts / pasts / pasts.lv
-
UPS / UPS SurePost
-
DHL Express
-
TNT
-
FedEx Parcel / LTL Freight
-
Deutsche Post International / DHL Global Mail / deutschepost.com
-
GLS
-
Hermes World / Hermes Border-guru
-
Hermes UK / MyHermes
-
InPost
-
Posti
-
Itella
-
SmartPOST by Itella
-
ParcelStars
-
Siuntos autobusais
-
DB Schenker
Pickup points
-
DPD (Lithuania, Latvia, Estonia)
-
LP Express (Lithuania)
-
Omniva (Lithuania, Latvia, Estonia)
-
Venipak (Lithuania, Latvia, Estonia)
-
Itella (Finland, Lithuania, Latvia, Estonia)
-
Posti (Finland, Lithuania, Latvia, Estonia)
-
SmartPOST by Itella (Finland, Estonia)
-
InPost (Poland)
-
Latvian post (Latvia, Lithuania)
-
ParcelStars (Lithuania, Latvia, Estonia, Poland)
Supported checkouts
-
Default WooCommerce checkout
-
WooCommerce One Page Checkout
-
CheckoutWC
-
AeroCheckout
-
Rey theme checkout
Always free shipping methods
MultiParcels guarantees different delivery options – terminal/pickup point – selection for free!
Always free:
-
Terminals
-
Pickup points
Supported
-
YITH WooCommerce Product Bundles
-
WPC Product Bundles for WooCommerce
-
WooCommerce PDF Invoices & Packing Slips by Ewout Fernhout (display carrier and selected pickup location on invoice)
Created for you, by
MultiParcels – MultiSiuntos
Imagens de tela
Instalação
-
Install the plugin
-
Go through the installation of 1 click
-
Enable the couriers you need
-
Enter the pricing for your desired shipping methods
-
Start shipping!
FAQ
-
Do you sent tracking code to customer?
-
Yes! Tracking code is automatically added to the “Completed” order email
-
How to get the selected pickup location information programmatically?
-
$order = 123; // or WC_Order class
$selected_location = MultiParcels()->locations->get_location_for_order($order); // result is either an array or false
-
How to change to change pickup point selector display hook?
-
add_filter(‘multiparcels_location_selector_hook’, function () {
return ‘woocommerce_before_order_notes’;
});
-
How to change to change carrier logo?
-
add_filter(‘multiparcels_checkout_carrier_logo_url’, function ($default_logo_url, $carrier, $delivery_type_code) {
if ($carrier == WC_MP_Shipping_Helper::CARRIER_LP_EXPRESS && $delivery_type_code == WC_MP_Shipping_Method::SUFFIX_PICKUP_POINT) { return "https://multiparcels.com/lp_expess_terminal.png"; } return $default_logo_url;
}, 10, 3);
Avaliações
Contribuidores e desenvolvedores
“MultiParcels Shipping For WooCommerce” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.
Contribuidores“MultiParcels Shipping For WooCommerce” foi traduzido para 2 localidades. Obrigado aos tradutores por suas contribuições.
Traduzir “MultiParcels Shipping For WooCommerce” para o seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, dê uma olhada no repositório SVN ou assine o registro de desenvolvimento via RSS.
Registro de alterações
= 1.19.2 – 2024-10-03
– Fix with POST LT package sizes
= 1.19.1 – 2024-10-02
– Fix js
= 1.18.10 – 2024-08-20
– Fix siuntos autobusais
= 1.18.9 – 2024-08-08
– Unisend added
= 1.18.8 – 2024-08-01
– COD fixes
= 1.18.7 – 2024-07-23
– Fixes with checkout fields plugin
= 1.18.6 – 2024-07-04
– Fixed cod delivery and zipas go pickup point, checkout fields fixes
= 1.18.5 – 2024-07-03
– Add novapost and zipas go
= 1.18.4 – 2024-06-25
– Add novapost logo
= 1.18.3 – 2024-06-19
– Hiding inputs on checkout fix if selected courier
= 1.18.2 – 2024-05-31
– Siuntos autobusais add select pickup points for cities, add new carrier zipas go
= 1.18.1 – 2024-04-29
– Siuntos autobusais fixes
= 1.18.0 – 2024-04-29
– Fixes
= 1.17.9 – 2024-04-29
– Added DPD amber
= 1.17.8 – 2024-04-23
– Added delivery method fixes
= 1.17.7 – 2024-04-22
– Added packeta, fixes with pickup location select validation
= 1.17.6 – 2024-03-04
– Fix with class update
= 1.17.5 – 2024-03-02
– Fix with mass shipping
= 1.17.4 – 2024-02-29
– Added compatibility with checkout blocks and fixing automatic crone= 1.17.3 – 2024-02-07
-
Fix disabled button= 1.17.2 – 2024-02-05
-
Fix= 1.17.1 – 2024-01-31
-
Fix saving product meta= 1.17.0 – 2024-01-31
-
Fix omnisend filter= 1.16.9 – 2024-01-30
-
Fix cron= 1.16.8 – 2024-01-29
-
HPOS and older version fix= 1.16.7 – 2024-01-22
-
Quick roll back= 1.16.6 – 2024-01-15
-
Bug fix= 1.16.5 – 2024-01-08
-
PHP notice fix= 1.16.4 – 2024-01-02
-
HPOS fix= 1.16.3 – 2023-12-17
-
HPOS fix= 1.16.2 – 2023-09-19
-
PHP notice fix= 1.16.1 – 2023-09-14
-
PHP notice fix= 1.15.9 – 2023-09-12
-
Security fixes= 1.15.7 – 2023-09-07
-
Quic roll back= 1.15.6 – 2023-09-07
-
Security fixes
-
Added transtalations= 1.15.5 – 2023-07-28
-
Security fixes= 1.15.4 – 2023-07-26
-
Security fixes= 1.15.3 – 2023-07-26
-
Disable automatically locations update fix= 1.15.2 – 2023-07-26
-
Security fixes, nonce validation= 1.15.1 – 2023-07-18
-
COD service inprovemnt in single order= 1.15 – 2023-07-17
-
Security fixes= 1.14.14 – 2023-06-01
-
Security fixes= 1.14.14 – 2023-05-23
-
Security fixes= 1.14.13 – 2023-05-23
-
[New carrier] DB Schenker
-
[Feature] Ignore Virtula products= 1.14.11 – 2022-03-22
-
[New carrier] DB Schenker
-
[Feature] Ability to use [qty], [cost], [fee] in delivery fee
-
[Feature] New optional DPD Baltics pickup countries: AT,BE,CZ,DE,DK,ES,FI,FR,GB,HR,HU,IE,LU,NL,SE,SI,SK
-
[Feature] Added placeholder text for pickup points search field
= 1.14.10 – 2022-01-06
- [Fix] Locations invalid error
= 1.14.9 – 2022-01-04
-
Happy new year!
-
[Tweak] Better PHP8 support
= 1.14.8 – 2021-11-29
-
[Feature] Ability to mass dispatch orders without 1 extra confirmation step
-
[Feature] Ability to enter insurance value
-
[Tweak] Do not display “Dispatch order” button for disable shipping method in settings
= 1.14.7 – 2021-11-22
-
[Feature] Ability to add selected carrier and pickup location information on “WooCommerce PDF Invoices & Packing Slips” invoice
-
[Feature] Display GLS or TNT logo for Venipak
= 1.14.6 – 2021-10-25
-
[Feature] Venipak terminals can now be separated
-
[Feature] Ability to hide or show state field
-
[Tweak] ZITICITY shipping methods are always displayed for all cities. The city must match the allowed city to place order.
= 1.14.5 – 2021-09-28
-
[Feature] Ability to hide Venipak door code
-
[Tweak] Siuntos autobusais visibility
= 1.14.4 – 2021-08-09
- [New carrier] Siuntos autobusais
= 1.14.3 – 2021-07-28
- Removed places where we ask for review
= 1.14.2 – 2021-07-27
-
[Feature] Disable free shipping coupon for specific shipping methods
-
[Tweak] Checkout fields for free plan
-
[Tweak] Better PHP8 support
-
[Tweak] Automatic shipment confirmation every 24 hours
-
[Fix] Local pickup hidden fields
= 1.14.1 – 2021-05-21
-
[Tweak] API errors in Lithuanian language
-
[Tweak] Better select2 support
= 1.14 – 2021-05-21
-
[New carrier] FedEx
-
[New carrier] Itella
-
[New carrier] Deutsche Post International / DHL Global Mail
-
[New carrier] GLS
-
[New carrier] Hermes World
-
[New carrier] Hermes (United Kingdom)
-
[Feature] Ability to select shipping method(economy, express, express saver etc.) in shipping zones
-
[Feature] Ability to edit products worth when dispatching orders(customs value)
-
[Feature] Filter “multiparcels_checkout_carrier_icon_url” to change carrier logo
-
[Feature] Ability to remove selected pickup point
-
[Tweak] Better support for default and group by city
= 1.13.2 – 2021-05-21
-
[Feature] Hide address fields when customers selects “Local pickup”
-
[Feature] Hide delivery phone number field
-
[Tweak] Fully clear locations table each update
= 1.13.1 – 2021-05-06
-
[Fix] Filter woocommerce_order_get_formatted_shipping_address in WC < 3.9
-
[Fix] Rey theme checkout support bug
= 1.13 – 2021-05-04
-
[Feature] Latvian POST terminal/post office selection
-
[Tweak] ZITICITY improvements
= 1.12.2 – 2021-04-09
-
[Feature] Rey theme checkout support
-
[Improvement] Automatic confirmation
= 1.12.1 – 2021-03-25
-
[Feature] Automatic confirmation sends an email if confirmation fails
-
[Feature] Ability to select which statuses automatic confirmation will confirm
-
[Feature] Ability to show or hide address 2 field
-
[Feature] Ability to force required phone number
-
[Feature] Support WPC Product Bundles for WooCommerce – skip main bundle product
-
[Improvement] ZITICITY delivery to any city
-
[Tweak] Hide VAT status in shipping zones if taxes are disabled
-
[Tweak] Hide address 2 field when delivering to pickup points
-
[Tweak] Display selected pickup location information in order list when there are no shipping details
= 1.12 – 2021-03-08
-
[Feature] Ability to hide not required fields when shipping to pickup locations
-
[Feature] Automatic order confirmation
-
[Feature] Added shipping phone field
-
[Feature] Change pickup type for each shipping method
-
[Tweak] Forbid dispatching if selected pickup location does not exist in the database
-
[Tweak] Ability to change product names when dispatching an order
-
[Tweak] Omnisend improvements
-
[Tweak] ZITICITY improvements
= 1.11.3 – 2021-02-09
- [Tweak] ZITICITY cities
= 1.11.2 – 2021-01-26
-
[Feature] New button to reset order shipment and change status to “Processing”
-
[Fix] A bug with “does not fit in pickup locations” variations
= 1.11.1 – 2020-12-08
-
[Fix] A bug with “does not fit in pickup locations”
-
[Tweak] Ability to modify the quantity of products when dispatching a shipment
= 1.11 – 2020-12-04
-
[New carrier] ZITICITY carrier added
-
[Feature] Change COD value on order page
-
[Feature] Omnisend support for tracking number, tracking link and carrier
-
[Feature] Ability to specify which products/categories do not fit in pickup locations
-
[Feature] Ability to apply minimum order amount rule before coupon discount. Now minimum order amount for free shipping calculates after coupon applied discount
-
[Tweak] Added missing services translations
-
[Tweak] Order created at time to include timezone difference
-
[Tweak] Alert if the buyer will not receive the tracking code because the order status is “Completed”
-
[Tweak] Alert if Paysera Paid Order Status is “Completed”. The buyer would not get the tracking code