Shipping with Venipak for WooCommerce

Lýsing

  • Delivery to customer address.
  • Delivery to Venipak Pickup points and lockers. Pickup map is displayed in checkout for user convenience.
  • Collection of money by cash or card with COD service.
  • In order to use the extension you must have an active contract with Venipak. https://www.venipak.com/
  • Additionally, you must have user credentials for API of Venipak. Please contact Venipak sales. https://www.venipak.com/

support email: hello@akadrama.com

Uppsetning

  1. Install the plugin
  2. Configure with your venipak details. You must have user credentials for API of Venipak. Please contact Venipak sales. https://www.venipak.com/
  3. Create venipak shipping methods

Umsagnir

7. desember, 2023
Prastai įgyvendintas įskiepis, neina atsisiųsti lipdukų sistemos viduje, laiku neišimami neaptarnaujami paštomatai, supportas į klausimus atsako selektyviai.
31. ágúst, 2023 1 reply
It's been a year since this has been reported and still has not been fixed, so let me do this by myself. The Courier Shipping method will not be displayed in cart/checkout after switching to PHP 8+ Location:/wc-venipak-shipping/admin/class-woocommerce-shopup-venipak-shipping-admin-courier.phpLine 160 and 161. When minimum weight or maximum weight is not set under the shipping method, then the get_option will return an empty string. After that, the condition that starts from line 164 and ends at 166, all three conditions will return false, since you're trying to compare a string to an integrer, that as of PHP 8 will return false. Hence the rate will not be set to the shipping method and that's the reason it is not displayed. Quote from PHP 8 backward incompatible changes:Non-strict comparisons between numbers and non-numeric strings now work by casting the number to string and comparing the strings. Comparisons between numbers and numeric strings continue to work as before. Notably, this means that 0 == "not-a-number" is considered false now. THE SOLUTIONSurround minimum_weight and maximum_weight variable values with floatval function or just type cast to float. Fix this and I'll change my review.
Skoða 4 umsagnir

Þátttakendur & höfundar

“Shipping with Venipak for WooCommerce” er opinn hugbúnaður. Eftirfarandi aðilar hafa lagt sitt af mörkum við smíði þessarar viðbótar.

Höfundar

Breytingarsaga

1.20.0

  • Feature: HPOS support
  • Feature: remember the last selected pickup point
  • Fix: size restrictions for variations
  • Fix: pickup list update

1.19.8

  • Fix: Error log cleanup

1.19.7

  • Fix: Sequence of labels

1.19.6

  • Fix: Security vulnerability Cross Site Scripting (XSS)

1.19.5

  • Fix: Set default products count for one label

1.19.4

  • Fix: Load js and css only in cart or checkout pages

1.19.3

  • Fix: Lockers list update period set to 1 day

1.19.2

  • Fix: Locker weight conditions. It is possible now to create multiple locker shipping methods based on weight

1.19.1

  • Fix: Multiple labels print order

1.19.0

  • New Feature: Print multiple labels
  • Fix: The courier method was not displayed because the minimum weight was not set
  • Fix: Pickup selection aligment to the right

1.18.0

  • New Feature: Return label service

1.17.13

  • Fix: PHP warning

1.17.12

  • Fix: Disable 30kg locker limit

1.17.11

  • Fix: Pickup selector
  • Fix: Shiping method title design
  • Fix: Cod validation