"More info" button at the products list page

  • Posts: 41
  • Thank you received: 1
5 years 3 months ago #302090

-- HikaShop version -- : 4.0.1
-- Joomla version -- : 3.4.8
-- PHP version -- : 5.3.29

Hi! I want to show a "More info" button at the products list page under each product.
It could be possible?

Thank you!

Best regards.

Please Log in or Create an account to join the conversation.

  • Posts: 4508
  • Thank you received: 610
  • MODERATOR
5 years 3 months ago #302110

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

Last edit: 5 years 3 months ago by Philip.
The following user(s) said Thank You: motocasionweb

Please Log in or Create an account to join the conversation.

Time to create page: 0.056 seconds
Powered by Kunena Forum