This an update for the last bug fix. No need to reverse files. Only the instructions are updated
The bracket was omitted from the instructions
- Find near:
if ($action == 'new_product') {

Change from:
'manufacturers_id' => '');

Change to:
'manufacturers_id' => '',
'products_ship_sep' => '');

Complete Package included

More...