Deskripsi
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
- ZITICITY
- 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
Tangkapan Layar
Instalasi
- 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!
Tanya Jawab
-
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);
Ulasan
Kontributor & Pengembang
“MultiParcels Shipping For WooCommerce” adalah perangkat lunak open source. Berikut ini mereka yang sudah berkontribusi pada plugin ini.
Kontributor“MultiParcels Shipping For WooCommerce” telah diterjemahkan dalam 2 bahasa. Terima kasih kepada para penerjemah untuk kontribusi-nya.
Terjemahkan “MultiParcels Shipping For WooCommerce” dalam bahasa Anda.
Tertarik mengembangkan?
Lihat kode, periksa repositori SVN , atau mendaftar ke log pengembangan melalui RSS.
Log Perubahan
= 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