Description
- 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: [email protected]
Installation
- Install the plugin
- Configure with your venipak details. You must have user credentials for API of Venipak. Please contact Venipak sales. https://www.venipak.com/
- Create venipak shipping methods
Reviews
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.
novastela
October 8, 2021
great support ?? bug was fixed on the same day as reported ??
gmtbeauty
October 30, 2020
Great support!
Contributors & Developers
“Shipping with Venipak for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Shipping with Venipak for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.22.6
- Fix: use billing address phone if phone is not available in shipping address
1.22.5
- Fix: improve shipping address validation
1.22.4
- Fix: pickup selection width
- Fix: security issue
- Fix: user billing address if shipping address is not available
1.22.3
- Fix: pickup selection validation error
- Fix: pickups loading fix
1.22.1
- Fix: if order_id is not set, get it from global scope
1.22.0
- Feature: Adding shortcut [venipak_tracking order_id=”{order_id}”]
1.21.5
- Fix: Resolved an issue that caused errors during order processing when no shipping method was selected.
1.21.4
- Fix: auto package count
1.21.3
- Fix: use shipping company in label if defined
1.21.2
- Fix: pickup list loading 2
1.21.1
- Fix: pickup list loading
1.21.0
- Feature: predefined product-specific shipment counts
- Fix: use phone from shipping details
- Fix: fix deprecated php error
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