Automated PostNord label and pickup – HPOS Supported

Description

PostNord shipping plugin, integrate the PostNord Shipping for delivery in Domestic and Internationally. According to the destination, We are providing all kind of PostNord Services. It supports all Countries.

Annoyed of clicking button to create shipping label and generating it here is a hassle free solution, HITStacks is the tool with fully automated will reduce your cost and will save your time.

Further, We will track your shipments and will update the order status automatically.

We are providing domestic & international shipping of PostNord

BACK OFFICE (SHIPPING ):

PostNord shipping plugin is deeply integrated with HITStacks. So the shipping labels will be generated automatically. You can get the shipping label through email or from the order page.

This plugin also supported the manual shipments option. By using this you can create the shipments directly from the order page. HITShipo will keep track of the orders and update the order state to complete.

Your customer will appreciate :

  • The Product is delivered very quickly. The reason is, there this no delay between the order and shipping label action.
  • Access to the many services of PostNord for domestic & international shipping.
  • Good impression of the shop.

HITStacks Action Sample

Informations for Configure plugin

If you have already a PostNord Account, please contact PostNord to get your credentials.
If you are not registered yet, please contact our customer service.
Functions of the module are available only after receiving your API’s credentials.
Please note also that phone number registration for the customer on the address webform should be mandatory.
Create account in hitstacks.

Plugin Tags:

PostNord, PostNord SHIPPING, PostNordshipping, PostNordgroup ,PostNord Express shipping, PostNord Woocommerce, PostNord for woocommerce, official PostNord express, PostNord plugin, PostNord shipping plugin, create shipment, shipping plugin, PostNord shipping rates

Useful filters

1) Filter to set service code automated shipments

add_filter(“hitstacks_pn_auto_service”, “pn_service_fun”, 10, 3);
function pn_service_fun ($service_code, $rec_con, $ship_con){
if($rec_con == $ship_con){
$service_code = ’30’;
}else{
$service_code = ‘UX’;
}
return $service_code;
}

2) Filter to set service code bulk shipments

add_filter(“hitstacks_pn_bulk_service”, “pn_service_bulk_fun”, 10, 3);
function pn_service_bulk_fun ($service_code, $rec_con, $ship_con){
if($rec_con == $ship_con){
$service_code = ’30’;
}else{
$service_code = ‘UX’;
}
return $service_code;
}

About PostNord

PostNord AB is the name of the holding company of the two merged postal companies Posten AB and Post Danmark that were officially merged on 24 June 2009. The name of the group was changed 17 May 2011 from Posten Norden to PostNord.The Swedish state is the majority share holder with 60% and the remaining 40% is held by the Danish state.Voting rights are shared equally (50/50)

About HITStacks

We are Web Development Company. We are planning for make everything automated.

What HITStacks Tell to Customers?

“Configure & take rest”

Screenshots

  • PostNord Account integration settings.
  • Shipper address configuration.
  • Packing algorithm configurations.
  • Shipping services list.
  • Shipping label, tracking, pickup configuration.

Reviews

July 3, 2022
I would like to thank Hitshipo support team for their assistance in setting up the PostNord plugin to our WooCommerce webshop. They were quick in responding to my request and setting up the technical requirements. I warmly recommend them. Setting up the plugin can be complicated for those of us with no prior experience in shipping systems as there are many technical terms and so, but with some self initiation and great support from the team, you can set up the plugin and enjoy its benefits. One thing that can make the process easier that I feel is missing is a PDF or web-based documentation of all the fields and terms and their meanings with examples. Especially that many of us are from Sweden and we are used to the Swedish terms and words that PostNord uses. So a more consistent labeling system (for example for different services; REK Inrikes, Rek Extra, Värde, REK Utrikes, etc.). I believe that would make the work easier for the users and make them less dependent on the support team. So, my recommendation to the team is to have this assumption that the target users of this plugin are webshop managers/business owners who have no knowledge and experience of neither shipping nor technical aspects, and at the same time, they are starting a new online business, so they have an extremely heavy load of work and a long to-do list. Put yourself in their shoes and feel the level of stress they may experience, and try to make things as easy as possible for them and provide them a pleasing User Experience (UX). I am glad that we managed the plugin together. Thank you again Hitshipo! Continue with your great support!
Read all 1 review

Contributors & Developers

“Automated PostNord label and pickup – HPOS Supported” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.1.8

Release Date – 19 Jan 2024

Minor improvements

1.1.7

Release Date – 04 Jan 2024

Added HPOS support

1.1.6

Release Date – 27 June 2023

Reduced configurations on initial setup

1.1.5

Release Date – 19 April 2023

Fix fatal error when passing empty value for weight and dimension conversion on PHP 8

1.1.4

Release Date – 23 March 2022

Minor bug fix

1.1.3

Release Date – 20 March 2022

Minor bug fix

1.1.2

Release Date – 22 February 2022

Minor bug fix

1.1.1

Release Date – 20 February 2022

Updated meeting link

1.1.0

Release Date – 16 February 2022

Added option to link with hitshipo using integration key

1.0.9

Release Date – 28 December 2022

Minor improvements

1.0.8

Release Date – 17 November 2022

update tested version

1.0.7

Release Date – 07 November 2022

Minor improvements

1.0.6

Release Date – 31 October 2022

Minor bug fix

1.0.5

Release Date – 22 October 2022

Minor bug fix

1.0.4

Release Date – 04 October 2022

Minor bug fix

1.0.3

Release Date – 29 september 2022

Minor improvements

1.0.2

Release Date – 20 september 2022

Minor improvements

1.0.1

Release Date – 15 July 2021

WordPress Version Updated

1.0.0

Release Date – 05 June 2021

Initial Version