To make the no_shipping module show at the fontend: Open file: `<your shop>\lib\common\modules\orderShipping\no_shipping.php` find: `$this->hidden = true;` change it to: `$this->hidden = false;`
To make the no_shipping module show at the fontend:
Open file:
<your shop>\lib\common\modules\orderShipping\no_shipping.phpfind:
$this->hidden = true;change it to:
$this->hidden = false;