Problem:
When the field “Company” is filled out by the receiver in Prestashop, this value will replace the field “Name + Surname” of the receiver on the label for a pick up point (or parcel locker).
Reason:
This is standard behavior for the bpost plug-in for Prestashop.
Workaround:
To make sure the Receiver Company name never appears on the label for a pick up point, you can comment a few lines of code in the plug-in.
The code is situated in the following file:
/bpostshm/classes/lib/Eontech/Mod/Bpost/Order/Box/AtBpost.php
For version 1.30.3 of the plug-in, this concerns the following lines:
Attention: this modification will have to be reintroduced after each update of the plug-in
The same solution applies for labels for parcel locker deliveries.
In this case, the code you need to comment is situated in the following folder:
: /bpostshm/classes/lib/Eontech/Mod/Bpost/Order/Box/AtUPL.php