Hi,
The pagination is generated by several files:
- The file administrator/components/com_hikashop/helpers/pagination.php
- The Joomla file libraries/cms/pagination/pagination.php which defines JPagination
- The templates/YOUR_TEMPLATE/html/pagination.php file which usually overrides bits of the pagination system in your Joomla template.
On the products listing, the product name is displayed by one of the listing_* files of the "product" view. By default it's listing_img_title, but it might be different based on what you selected in the "item box layout" setting of your products listing settings page.