Changeset 3486370
- Timestamp:
- 03/19/2026 10:46:08 AM (2 weeks ago)
- Location:
- fuvar-hu-api/trunk
- Files:
-
- 3 edited
-
fuvarhu.php (modified) (1 diff)
-
inc/shipping_method.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fuvar-hu-api/trunk/fuvarhu.php
r3484903 r3486370 5 5 Plugin URI: https://app.packli.hu 6 6 description: Bővítmény segítségével hozzáadhatod a packli.hu által kínált szolgáltatásokat a webshopodhoz 7 Version: 3.0. 37 Version: 3.0.4 8 8 Author: Packli Logistic KFT 9 9 License: GPL2 -
fuvar-hu-api/trunk/inc/shipping_method.php
r3484903 r3486370 608 608 function fuvarhu_pickup_store_custom_field( $method, $index ) { 609 609 610 if( is_cart() || !in_array($method->method_id, ["fuvarhu_csp","fuvarhu_pop","fuvarhu_pos","fuvarhu_aut_dpd","fuvarhu_aut_pck","fuvarhu_aut_fxp" ]) )610 if( is_cart() || !in_array($method->method_id, ["fuvarhu_csp","fuvarhu_pop","fuvarhu_pos","fuvarhu_aut_dpd","fuvarhu_aut_pck","fuvarhu_aut_fxp","fuvarhu_aut_gls","fuvarhu_csp_gls"]) ) 611 611 return; 612 612 -
fuvar-hu-api/trunk/readme.txt
r3484903 r3486370 4 4 Requires at least: 5.6.1 5 5 Tested up to: 6.1 6 Stable tag: 3.0. 36 Stable tag: 3.0.4 7 7 Requires PHP: 8.1 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.