Hello,
Yes it's possible, if you want that this "read more" button link to the product page, follow me step by step :
- First, have a look on
this tutorial
to learn more about the HikaShop Override system
- A little advice, in Main HikaShop Configuration, and in Advanced tab, active this option like on my screenshot :
This will show you the different part view of your page.
- Create an
Override from your "
listing_div" (listing_list or listing_table)
- Add this kind of code where you need to :
<a href="<?php echo $link;?>" title="<?php echo $this->escape($this->row->product_name); ?>">
<span>Read more</span>
</a>
Plus, some
Css to dress your button or by using an existent button class.
Hope this will help you to get what your need.
Regards