Just want to mention that I have exactly thet same issue of the missing table, despite two reinstall.
Please note that this is an 'upgrade' Hikashop on a test machine.
Might be something to double check.
JDatabaseMySQLi::query: 1054 - Unknown column 'shipping_fee_value' in 'field list' SQL=INSERT IGNORE INTO igd3f_hikashop_shipping_price (`shipping_id`,`shipping_price_ref_id`,`shipping_price_ref_type`,`shipping_price_min_quantity`,`shipping_price_value`,`shipping_fee_value`) VALUES (2,9,'product',1,127,5.95)
Checking the table, I am missing the last field: "shipping_fee_value"
Fixed the Table and it now works.
Bastiaan