Button To the Product - Product Category

  • Posts: 81
  • Thank you received: 0
11 years 1 week ago #169612

-- url of the page with the problem -- : www.bordia.de
-- HikaShop version -- : latest
-- Joomla version -- : 3.3.3
-- PHP version -- : 5.3

Hi HikaShop team,

I would like in the product category have a button where it is written "to the product".
This should be displayed below the rating stars.


Can you please help me?

This should be displayed below the rating stars

Best greetings

Daniel

Attachments:

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

  • Posts: 2143
  • Thank you received: 747
11 years 1 week ago #169652

Hi,

You'll likely need to edit the view "listing_img_title" under "product" through Display -> Views in the HikaShop backend for your template.

In addition to this documentation some knowledge of PHP/HTML/CSS will come in very handy.


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )
Last edit: 11 years 1 week ago by lousyfool. Reason: typo

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

  • Posts: 84301
  • Thank you received: 13697
  • MODERATOR
11 years 1 week ago #169655

Hi,

Yes, as lousyfool said, a small modification of that view file is needed.
Such php at the end should do the job:
<a href="<?php echo $link; ?>">Go to product</a>

The following user(s) said Thank You: bordia

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

  • Posts: 81
  • Thank you received: 0
11 years 1 week ago #169706

Thanks for your help! Works well. But I meant more like a button like "in the cart".

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

  • Posts: 2143
  • Thank you received: 747
11 years 1 week ago #169711

Simply add button class(es), e.g.

<a class="btn button hikashop_cart_input_button" href="<?php echo $link; ?>">Go to product</a>


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )
The following user(s) said Thank You: bordia

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

  • Posts: 81
  • Thank you received: 0
11 years 1 week ago #169718

Thank you, works fine

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

Time to create page: 0.085 seconds
Powered by Kunena Forum