You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* International Registered Trademark & Property of PrestaShop SA
*/
if (!defined('_PS_VERSION_')) {
exit;
}
class Packlinkpro extends Module
{
protected$config_form = false;
publicfunction__construct()
{
$this->name = 'packlinkpro';
$this->tab = 'shipping_logistics';
$this->version = '1.0.0';
$this->author = 'PrestaShop';
$this->need_instance = 0;
/**
* Set $this->bootstrap to true if your module is compliant with bootstrap (PrestaShop 1.6)
*/
$this->bootstrap = true;
parent::__construct();
$this->displayName = $this->l('Packlink Pro');
$this->description = $this->l('Packlink PRO is an innovative cloud-based platform that automates shipping for eCommerce sites and small enterprises.');
}
/**
* Don't forget to create update methods if needed: