Hi,
The documentation page that Mohamed gave you explain how a product page is composed.
Our support is mostly there to help user with the HikaShop use and configuration but not to help with such kind of customization.
To move the specifications, you will need to move some PHP code which display the view "show_block_custom_main" somewhere else in the page.
if(!empty($this->fields)){
//LAYOUT show_block_custom_main
$this->setLayout('show_block_custom_main');
echo $this->loadTemplate();
}
To display an horizontal related product slider ; the best will be to create a product listing module (in "related" mode for setting "content on product page") and display it under the product page using the setting "modules under the product page" in your HikaShop configuration.
www.hikashop.com/support/support/documen...html#products_module
Regards,