MultiParcels Shipping For WooCommerce

外掛說明

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

  1. DPD (Lithuania/Latvia/Estonia)

  2. Omniva (Lithuania/Latvia/Estonia)

  3. Venipak (Lithuania/Latvia/Estonia) + GLS/TNT

  4. LP Express / LPExpress / lpexpress.lt

  5. Lithuania POST / Lietuvos paštas / post.lt

  6. Latvian POST / expresspasts / expresspasts / pasts / pasts.lv

  7. UPS / UPS SurePost

  8. DHL Express

  9. TNT

  10. FedEx Parcel / LTL Freight

  11. Deutsche Post International / DHL Global Mail / deutschepost.com

  12. GLS

  13. Hermes World / Hermes Border-guru

  14. Hermes UK / MyHermes

  15. InPost

  16. Posti

  17. Itella

  18. SmartPOST by Itella

  19. ParcelStars

  20. Siuntos autobusais

  21. DB Schenker

Pickup points

  1. DPD (Lithuania, Latvia, Estonia)

  2. LP Express (Lithuania)

  3. Omniva (Lithuania, Latvia, Estonia)

  4. Venipak (Lithuania, Latvia, Estonia)

  5. Itella (Finland, Lithuania, Latvia, Estonia)

  6. Posti (Finland, Lithuania, Latvia, Estonia)

  7. SmartPOST by Itella (Finland, Estonia)

  8. InPost (Poland)

  9. Latvian post (Latvia, Lithuania)

  10. 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

螢幕擷圖

  • Selected pickup location information with Google Maps

  • Hidden fields when delivering to pickup points

  • Shipping zone preview

  • Shipping zone shipping method settings

  • Settings page & carrier list

安裝方式

  1. Install the plugin

  2. Go through the installation of 1 click

  3. Enable the couriers you need

  4. Enter the pricing for your desired shipping methods

  5. Start shipping!

常見問題集

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);

使用者評論

2024 年 3 月 17 日
We've been using the plugin for over a year, it's a great product!
2024 年 1 月 13 日
Po jūsų atnaujinimų nusimušė daugelį patogiu dalykų.Email užsakymo, užsakymo puslapije kai prekė nupirktą.Neberodo kur pasirinko paštomatą.Atsiemimo vieta mygtukas atsirado kuris visai neveikia ir neaiški paskirtis.
2022 年 10 月 19 日
You still haven't made it work. Nor have you contacted DPD. Shit module whose developers can't get it to work properly. NOT RECOMMENDED TO ANYBODY as it does not provide a complete solution as the transmitters actually allow it. The support team does not bother to help. They answer once and then disappear when the issue is related to a serious problem.
2022 年 9 月 13 日 3 則留言
Multiparcels don't bother to answer any questions about the reported problems. Some time ago I reported a problem to the support and they told me that they will look into it. After some time I contacted multiparcels for a solution but they didin't bother to answer me at all. UPDATE: after they noticed 1-start review they suggested to contact me on their email. So after I reported this problem again they suggested me some simple and basic solution which didn't affect any problem at all. After sending some more questions to them they dissappeared again. As far as I understand this plugin is no longer supported as you can see in their answer to this review.
2021 年 9 月 1 日
Amazing plugin delivers useful information of delivery options in Baltics and other countries. Support could be more punctual - much more direct in their promises. Public forum for exchanges of views and problems is required. Thank you for creating this plugin.
閱讀全部 61 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈MultiParcels Shipping For WooCommerce〉的開發相關工作。

參與者

〈MultiParcels Shipping For WooCommerce〉外掛目前已有 2 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈MultiParcels Shipping For WooCommerce〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

= 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