Hi,
You need to perform a view override :
www.hikashop.com/support/documentation/1...-display.html#layout
The view you want to override is the product page ; so "show_default" would be the more appropriate element.
To display the product sales you need to use
<?php echo (int)$this->element->product_sales; ?>
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.