开发者 |
a2zplugins
hitstacks aarsiv |
---|---|
更新时间 | 2024年7月2日 01:41 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 6.5 |
版权: | GPLv3 or later License |
Provides a shipping method suitable to your customersThe most popular Aramex shipping Plugin for WooCommerce that offers label printing (Premium), a custom boxing algorithm (Premium), shipping rate preview (no login needed), and more, you can be sure that your customers always pay just the right amount for delivery and you'll save enough time to focus on what really matters. Our highly customizeable and powerful shipping modules provide consistent, easy-to-use and flexible shipping for any shop, including shipping rate previews on product pages and much more. Features
Aramex, Aramex Shipping, Aramex Shipping Method, Aramex WooCommerce, Aramex Priority Document Express, Aramex Priority Parcel Express, Domestic Aramex, Aramex for woocommerce, Aramex for worldwide shiping, Aramex plugin, create shipment, Aramex shipping, Aramex shipping ratesAbout Aramex Aramex is a multinational logistics, courier and package delivery company based in Dubai, United Arab Emirates (UAE).It is the first Arab-based company to be listed on the NASDAQ stock exchange. Aramex is listed on the Dubai Financial Market.The company expanded its operations to 120 locations in 33 countries, primarily emerging markets in the Middle East and Southeast Asia by 2001. The company's strategy was to enter high-growth markets characterized by high populations and liberalizing economies. About Shipi We are Web Development Company in India. We are planning for High Quality WordPress, Woocommerce, Edd Downloads Plugins. We are launched on 4th Nov 2018. What a2Z Plugins Group Tell to Customers?
"Make Your Shop With Smile"Useful filters:
add_filter( 'woocommerce_package_rates' , 'shipi_sort_shipping_methods', 10, 2 ); function shipi_sort_shipping_methods( $rates, $package ) { if ( empty( $rates ) ) return; if ( ! is_array( $rates ) ) return; uasort( $rates, function ( $a, $b ) { if ( $a == $b ) return 0; return ( $a->cost < $b->cost ) ? -1 : 1; } ); return $rates; }
= Send vendor id for product = add_filter('hits_aramex_custom_account', 'hits_aramex_custom_account_fun', 10, 2); function hits_aramex_custom_account_fun($ven_id="", $prod_id=""){ if(!empty($prod_id)){ if (class_exists('WeDevs_Dokan')) { $ven_id = get_post_field('post_author', $prod_id); } } return $ven_id; } = Send account and address info for vendor = add_filter('hits_aramex_custom_account_info', 'hits_aramex_custom_account_info_fun', 10, 2); function hits_aramex_custom_account_info_fun($ven_data=[], $ven_id=""){ if(!empty($ven_id)){ if (class_exists('WeDevs_Dokan')) { $vendor = dokan()->vendor->get($ven_id); $vendor_address = $vendor->get_address(); $ven_data['a2z_aramexexpress_site_id'] = ""; $ven_data['a2z_aramexexpress_site_pwd'] = ""; $ven_data['a2z_aramexexpress_acc_no'] = ""; $ven_data['a2z_aramexexpress_entity'] = ""; $ven_data['a2z_aramexexpress_acc_pin'] = ""; $ven_data['a2z_aramexexpress_shipper_name'] = $vendor->get_name(); $ven_data['a2z_aramexexpress_company'] = $vendor->get_shop_name(); $ven_data['a2z_aramexexpress_mob_num'] = $vendor->get_phone(); $ven_data['a2z_aramexexpress_email'] = $vendor->get_email(); $ven_data['a2z_aramexexpress_address1'] = isset($vendor_address['street_1']) ? $vendor_address['street_1'] : ""; $ven_data['a2z_aramexexpress_address2'] = isset($vendor_address['street_2']) ? $vendor_address['street_2'] : ""; $ven_data['a2z_aramexexpress_city'] = isset($vendor_address['city']) ? $vendor_address['city'] : ""; $ven_data['a2z_aramexexpress_state'] = isset($vendor_address['state']) ? $vendor_address['state'] : ""; $ven_data['a2z_aramexexpress_zip'] = isset($vendor_address['zip']) ? $vendor_address['zip'] : ""; $ven_data['a2z_aramexexpress_country'] = isset($vendor_address['country']) ? $vendor_address['country'] : ""; $ven_data['a2z_aramexexpress_gstin'] = ""; $ven_data['a2z_aramexexpress_con_rate'] = ""; $ven_data['a2z_aramexexpress_v_email'] = $vendor->get_email(); $ven_data['a2z_aramexexpress_def_inter'] = "PPX"; $ven_data['a2z_aramexexpress_def_dom'] = "CDS"; } } return $ven_data; } = Assign vendor email to receive shipment docs on mail = add_filter('hits_aramex_custom_account_email', 'hits_aramex_custom_account_email_fun', 10, 2, 3); function hits_aramex_custom_account_email_fun($ven_email="", $user_email="", $ven_id=""){ return $user_email; }
update compatibility issues2.2.1 Release Date - 15 September 2023
Minor improvements2.2.0 Release Date - 8 September 2023
Added translation support and additional payment type2.1.0 Release Date - 6 September 2023
Added custom multi-vendor support2.0.1 Release Date - 1 September 2023
Minor improvements2.0.0 Release Date - 1 September 2023
Added HPOS and order page UI on cumstom pages support1.3.0 Release Date - 26 June 2023
Reduced configurations on initial setup1.2.18 Release Date - 19 April 2023
Fix fatal error when passing empty value for weight and dimension conversion on PHP 81.2.17 Release Date - 27 March 2023
minor bugfix1.2.16 Release Date - 21 March 2023
minor bugfix1.2.15 Release Date - 22 February 2023
minor bug fix1.2.14 Release Date - 20 February 2023
updated meeting link1.2.13 Release Date - 07 February 2023
minor improvement1.2.12 Release Date - 25 january 2023
minor improvement1.2.11 Release Date - 28 December 2022
minor improvement1.2.10 Release Date - 17 November 2022
update tested version1.2.9 Release Date - 31 October 2022
minor bug fix1.2.8 Release Date - 30 september 2022
minor bug fix1.2.7 Release Date - 30 september 2022
minor improvement1.2.6 Release Date - 16 september 2022
minor improvement1.2.5 Release Date - 12 August 2022
Add new button,plugin name change1.2.4 Release Date - 10 August 2022
minor bug fix1.2.3 Release Date - 10 August 2022
minor bug fix1.2.2 Release Date - 01 August 2022
minor bug fix and integration field1.2.1 Release Date - 21 July 2022
add new button1.2.0 Release Date - 20 July 2022
SHIPPING LABEL AUTOMATION1.1.1 Release Date - 10 June 2022
minor bugfixing1.1.0 Release Date - 06 June 2022
added new password field1.0.2 Release Date - 15 July 2021
Wordpress version updated1.0.1 Release Date - 25 May 2021
Added Icon images1.0.0 Release Date - 06 May 2021
Initial Version