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: hello@akadrama.com
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
ফেব্রুয়ারী 15, 2025
Broken plugin, waste of time.It is better to create my own Venipak plugin for my customer.
জানুয়ারী 27, 2025
1 reply
Terrible plugin, do not recommend installing, in fact, as well as from other deliveries. There is no WPML translation integration. Delivery customization is maximally dumb, to customize for one country by weight you need to create 10 times ID VENIPAK, because in one ID can be set only one range of weights. I have 5 countries, it clogs up the system a lot. Because of this plugin, I had long time problems with other plugins. I do not know how the developers made this plugin, but apparently the hands grow from the one place……. Don’t waste your time, find a general plugin for shipping settings in Woocommerce, it will be much better. And these generation of labels and call the courier is easier to do manually!
ডিসেম্বর 7, 2023
Prastai įgyvendintas įskiepis, neina atsisiųsti lipdukų sistemos viduje, laiku neišimami neaptarnaujami paštomatai, supportas į klausimus atsako selektyviai.
অগাস্ট 31, 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.
অক্টোবর 8, 2021
great support 🙂 bug was fixed on the same day as reported 🙂
অক্টোবর 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.25.2
- fix: missing dispatch button
1.25.1
- fix: undefined variable warning
1.25.0
- feat: Show delivery status in order list
- fix: deprecation warning
1.24.3
- fix: Checkout page css
- fix: Parcel size calculation improvements
1.24.2
- fix: Validation in case of not selected pickup point
1.24.1
- fix: Error of order edit page
1.24.0
- feat: Tracking
- fix: Validation priority fix
1.23.4
- Fix: Blocks api translations
1.23.3
- Fix: Blocks api fixes
1.23.2
- Feat: 6.7.1 wp support
1.23.0
- Feat: Blocks api support
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