Hi,
I think that the easiest solution will be to edit the views "product / show_default", "product / listing_img_title" and add an if condition around the parts to display or not, a condition like:
if(hikashop_loadUser() != null){
// Display the content
}
It require some PHP knowledges.
Regarding the modules, in the Joomla module options you can easily restrict their access, same thing for the menus.
For the quantity on the listing, you have to enable the option "Quantity field on 'Add to cart' button" in the menu settings.