Hi,
If you want to load an HikaShop product, the best is to use the HikaShop product class.
$productClass = hikashop_get('class.product');
$product = $productClass->get($product_id);
It will load the values from the different tables (product, product_price, etc).
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.