Automated Aramex Express live/manual shipping rates, labels and pickup

Automated Aramex Express live/manual shipping rates, labels and pickup

Wordpress plugin

Install on Wordpress

App Details

Aramex shipping plugin, integrate seamlessly with Aramex for real-time shipping rates, label printing, shipping rate previews on product pages, and much more.

What this product does for you

Provides a shipping method suitable to your customers

The 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

  • Display Aramex shipping rates on the product page without requiring the customer to log-in.

  • Get real time shipping rates directly from the Aramex systems based on your company’s Aramex account.

  • (Premium) Generate & print labels directly from the backoffice order page.

  • Shipping rates are calculated by weight and dimensions or one of the Aramex boxes:

  • Single Box – Assign one box size which will be used for all products.
  • (Premium) Multiple Boxes (Fixed Size) – Define how many products can fit in a box (number), or calculate only by weight.
  • (Premium) Multiple Boxes (Product Dimensions) – Define all the box sizes you use for shipping, assign dimensions to your products, and the module will automatically calculate (using an algorithm we developed) how many boxes are needed to fit all the products (always trying to use the smallest / lowest number of packages).

  • Option to set free shipping by Product, Category, Manufacturer or Supplier.

  • All Aramex Services and package types are supported, and you can select which shipping options should be available per Zone.

  • Each shipping method can have its own Free Shipping Limit, Additional Fee, and Insurance.

  • Smart caching system is used for maximum speed.

  • Enable/disable testing mode in module configuration.

Plugin Tags:

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 rates

About 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 [HITShipo](https://hitstacks.com/hitshipo.php)

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:

1) To Sort the rates from Lowest to Highest

add_filter( ‘woocommerce_package_rates’ , ‘hitshipo_sort_shipping_methods’, 10, 2 );
function hitshipo_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;
}

2) Add custom multi-vendor

= 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;
}

Pricing

Starting from $0 per month.

Check Out the Slideshow Widget

By Common Ninja

SlideshowTry For Free!

App Info

Rating

Reviewers

2 reviews

Tags

aramex
automated
shipping label
shipping rates

Developed By

a2zplugins

Quick & Easy

Find the Best Wordpress plugins for you

Common Ninja has a large selection of powerful Wordpress plugins that are easy to use, fully customizable, mobile-friendly and rich with features — so be sure to check them out!

Testimonial

Testimonial plugins for Wordpress

Galleries

Galleries plugins for Wordpress

SEO

SEO plugins for Wordpress

Contact Form

Contact Form plugins for Wordpress

Forms

Forms plugins for Wordpress

Social Feeds

Social Feeds plugins for Wordpress

Social Sharing

Social Sharing plugins for Wordpress

Events Calendar

Events Calendar plugins for Wordpress

Sliders

Sliders plugins for Wordpress

Analytics

Analytics plugins for Wordpress

Reviews

Reviews plugins for Wordpress

Comments

Comments plugins for Wordpress

Portfolio

Portfolio plugins for Wordpress

Maps

Maps plugins for Wordpress

Security

Security plugins for Wordpress

Translation

Translation plugins for Wordpress

Ads

Ads plugins for Wordpress

Video Player

Video Player plugins for Wordpress

Music Player

Music Player plugins for Wordpress

Backup

Backup plugins for Wordpress

Privacy

Privacy plugins for Wordpress

Optimize

Optimize plugins for Wordpress

Chat

Chat plugins for Wordpress

Countdown

Countdown plugins for Wordpress

Email Marketing

Email Marketing plugins for Wordpress

Tabs

Tabs plugins for Wordpress

Membership

Membership plugins for Wordpress

popup

popup plugins for Wordpress

SiteMap

SiteMap plugins for Wordpress

Payment

Payment plugins for Wordpress

Coming Soon

Coming Soon plugins for Wordpress

Ecommerce

Ecommerce plugins for Wordpress

Customer Support

Customer Support plugins for Wordpress

Inventory

Inventory plugins for Wordpress

Video Player

Video Player plugins for Wordpress

Testimonials

Testimonials plugins for Wordpress

Tabs

Tabs plugins for Wordpress

Social Sharing

Social Sharing plugins for Wordpress

Social Feeds

Social Feeds plugins for Wordpress

Slider

Slider plugins for Wordpress

Reviews

Reviews plugins for Wordpress

Portfolio

Portfolio plugins for Wordpress

Membership

Membership plugins for Wordpress

Forms

Forms plugins for Wordpress

Events Calendar

Events Calendar plugins for Wordpress

Contact

Contact plugins for Wordpress

Comments

Comments plugins for Wordpress

Analytics

Analytics plugins for Wordpress

Common Ninja Apps

Some of the best Common Ninja plugins for Wordpress

Browse our extensive collection of compatible plugins, and easily embed them on any website, blog, online store, e-commerce platform, or site builder.

Slideshow for Wordpress logo

Slideshow

Present images in a Slideshow carousel that rotates or slides through visuals, helping you highlight key content within a clean, engaging layout.

Airbnb Reviews for Wordpress logo

Airbnb Reviews

Show Airbnb reviews to build trust, improve credibility, and help visitors make confident booking decisions that support higher property sales.

Size Chart for Wordpress logo

Size Chart

Add a flexible size chart with visual guides and category tabs to help users choose accurate measurements while shopping.

Social Votes for Wordpress logo

Social Votes

Encourage interaction with social votes that let visitors like, upvote, and rank content, boosting engagement and guiding better decisions.

Stop Motion Player for Wordpress logo

Stop Motion Player

Create engaging stop motion displays with a stop motion player that turns image sequences into interactive animations to boost creativity and visitor engagement.

Glassdoor Reviews for Wordpress logo

Glassdoor Reviews

Show Glassdoor reviews to highlight employee feedback, strengthen employer brand, and help candidates trust your company.

Podcast Player for Wordpress logo

Podcast Player

Add a podcast player to your site to embed and organize episodes, provide responsive playback, and keep listeners engaged.

Coupon Popup for Wordpress logo

Coupon Popup

Use a coupon popup to highlight special offers, capture email leads, reduce cart abandonment, and turn more visitors into paying customers.

Right Click Protection for Wordpress logo

Right Click Protection

Use right click protection to prevent copying by disabling right click actions, protecting your content and reducing unauthorized reuse on your site.

Code Snippets for Wordpress logo

Code Snippets

Display clean code snippets with syntax highlighting to improve technical content and help developers scan examples quickly.

Bluesky Feed Carousel for Wordpress logo

Bluesky Feed Carousel

Display Bluesky posts with a Bluesky feed carousel that auto updates, shows posts in a clear layout, and keeps visitors engaged.

Flip Cards for Wordpress logo

Flip Cards

Use flip cards to present information interactively, improve visual design, and guide visitors toward clearer decisions that support conversions.

Discover Apps By Platform

Discover the best apps for your website

WordPress
Wix
Shopify
Weebly
Webflow
Joomla
PrestaShop
Shift4Shop
WebsiteX5
MODX
Opencart
NopCommerce

Common Ninja Search Engine

The Common Ninja Search Engine platform helps website builders find the best site widgets, apps, plugins, tools, add-ons, and extensions! Compatible with all major website building platforms - big or small - and updated regularly, our Search Engine tool provides you with the business tools your site needs!

Multiple platforms