Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

"LP Express" Shipping Method for WooCommerce

Опис

This plugins adds LP EXPRESS (lpexpress.lt) shipping methods for WooCommerce.

It supports both LP EXPRESS shipping possibilities:
* Shipping to self-service parcel terminals which are based in Lithuania
* Shipping directly to customer’s address anywhere in Europe

Customer can pick nearest parcel terminal in checkout. Terminals’ list is auto-updated so it’s always up-to-date.

Everyone can contribute at GitHub:
https://github.com/zefy/lp-express-shipping-method-for-woocommerce

Скріншоти

  • Both LP Express shipping methods added to zone which called 'Lithuania' and Lithuania added to this zone regions list.
  • Checkout page with terminals list opened.

Встановлення

  1. Upload lp-express-shipping-method-for-woocommerce to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to WooCommerce -> Settings
  4. In the top of the page choose ‘Shipping’
  5. Add shipping zone and add shipping method in it

Відгуки

17.05.2021
Labas Martynai, užmačiau bėdą su nemokamo pristatymo apskaičiavimų, tiek prie kurjerių, tiek prie paštomatų calculate_shipping metoduose pataisyk šitą eilutę: if( $this->free_shipping > 0 && $package['contents_cost'] >= $this->free_shipping) { pakeisk į: if( $this->free_shipping > 0 && $package['cart_subtotal'] >= $this->free_shipping) { pas kelis klientus jau buvo bėda, turi imti cart_subtotal ir nuo jo daryti free_shipping, nes kai dirbi ten su požymiais contents_cost būna blogai apskaičiuota.
14.03.2021
Ačiū, nereikėjo nieko modifikuot, veikė iškart su mano tinklalapiu 🙂
31.07.2017
Yra bėdų tik pridėjus papildomų pristatymo metodų. Pasirinkus ne LP express metodą ir bandant tęsti, prašo vis tiek pasirinkti paštomatą.
Прочитати всі 6 відгуків

Учасники та розробники

“"LP Express" Shipping Method for WooCommerce” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “"LP Express" Shipping Method for WooCommerce” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.0.11

  • Change cache key to invalidate old data

1.0.10

  • Added support for old terminals IDs

1.0.9

  • Return of missing cache feature

1.0.8

  • Improved API fetching

1.0.7

  • Updated post.lt API

1.0.6

  • Changed terminal selection style
  • Lithuanian language fix

1.0.5

  • Fixed compatibility issues with new WooCommerce version (>= 4.0)

1.0.4

  • Compatibility support for old WooCommerce versions (@lapkritinis)

1.0.3

  • Fixed bug with duplicated messages (admin side)

1.0.2

  • Fixed bug with virtual products
  • Fixed bug with duplicated messages

1.0.1

  • Small bugfixes

1.0

  • First release