Hi,
You can easily have many different views in HikaShop, just create a file with a name starting by "show_xxx.php" and add it in the folder "templates/your_template/html/com_hikashop/product".
Then in the product edition page you can select the layout for each products, this option can too be set by categories in the categories settings.
Same thing for show_block_img.php but in this case you have to replace in the show_default view (or the other created ones) the code: $this->setLayout('show_block_img');
Bt: $this->setLayout('show_block_img_xxx'); where show_block_img_xxx is the name of hte created file, same thing for show_quantity.