Hi,
The content you display in the "product listing_div" will be display in all listing of products ; even in the product page where you put a module to list some (related or same category ; I can't know) products.
The best at this moment is to change the code in order to add a little check PHP so you will just display the content when you are not in a module.
<?php if(!$this->module) { ?>
Your HTML content
<?php } ?>
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.