Aprašymas
Pagrindinės funkcijos
- Pridės paštomatų pasirinkimą į atsiskaitymą
- Paslėps miestą, pašto kodą ir adreso laukelius kai pristatomą į atsiėmimo vietas
- Paslėps miestą, pašto kodą ir adreso laukelius kai klientas pasirenka „Atsiėmimas vietoje”
- Atvaizduos vežėjų logotipus prie pristatymo būdų
- Sukurs siuntų lipdukus visiems vežėjams vienoje vietoje
- Išsiųs sekimo numerį klientams (taip pat palaikome Omnisend)
- Automatiškai sukurs siuntų lipdukus
- Automatinis atsiėmimo vietų atnaujinimas
Lengvas būdas integruoti visus vežėjus su visais pristatymo būdais ir sukurti siuntas kelių mygtukų paspaudimu. Išbandykite nemokamai!
Daugiau funkcijų
- COD (atsiskaitymas grynais arba banko kortele siuntos pristatymo metu) paslaugos galimybė
- Galimas nemokamas pristatymas
- Rodo tik galimas atsiėmimo vietas kliento mieste
- Pasirinktos atsiėmimo vietos atvaizdavimas el. pašte
- Atvaizduos pasirinktą pristatymo vietą Google maps
- Rodys pristatymo būdus tik pasirinktomis dienomis/valandomis
- Galimybė siųsti iš kelių vietų/sandėlių
- Lengvai galėsite pakeisti atsiėmimo vietų pasirinkimo atvaizdavimo lokaciją
- Legnvas būdas pasiimti pasirinktą atsiėmimo vietą sąskaitoms ir t.t. programiškai
- 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)
Palaikomi atsiskaitymai
- Standartinis WooCommerce atsiskaitymas
- WooCommerce One Page Checkout
- CheckoutWC
- AeroCheckout
- Rey theme atsiskaitymas
Visada nemokami pristatymo būdai
MultiParcels užtikrina įvairių pristatymo būdų, – paštomatų/atsiėmimo vietų – pasirinkimą nemokamai!
Visada nemokama:
– Paštomatai
– Atsiėmimo vietos
Palaikoma
- 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)
Sukurta Jums
MultiParcels – MultiSiuntos
Ekrano nuotraukos
Diegimas
- Įrašykite įskiepį
- Įvykdykite vieno žingsnio įrašymo eigą
- Įjunkite jums reikalingus kurjerius
- Įveskite kainas jūsų pasirinktiems pristatymo būdams
- Pradėkit siųsti!
DUK
-
Do you sent tracking code to customer?
-
Yes! Tracking code is automatically added to the „Completed” order email
-
Kaip gauti pasirinktos atsiėmimo vietos informaciją programiškai?
-
$order = 123; // or WC_Order class
$selected_location = MultiParcels()->locations->get_location_for_order($order); // result is either an array or false -
Kaip pakeisti atsiėmimo vietos atvaizdavimo 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);
Atsiliepimai
Programuotojai ir komandos nariai
“MultiParcels Pristatymas WooCommerce” yra atviro kodo programa. Prie jos sukūrimo prisidėję žmonės surašyti toliau.
AutoriaiĮskiepis “MultiParcels Pristatymas WooCommerce” išverstas į 2 kalbas. Dėkojame vertėjams už jų darbą.
Išverskite “MultiParcels Pristatymas WooCommerce” į savo kalbą.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Pakeitimų istorija
= 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