More information below product

  • Posts: 10
  • Thank you received: 0
10 years 1 month ago #208915

-- url of the page with the problem -- : www.zynopets.nl
-- HikaShop version -- : 3.4.3.
-- Joomla version -- : 3.4.1.
-- PHP version -- : 5.5.25
-- Browser(s) name and version -- : Mozilla Firefox

Is it in Hika shop also possible to show extra information like weights below the price and product title in the product category:

It is now so:




But I would like to have something like this:

Attachments:

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

  • Posts: 12953
  • Thank you received: 1778
10 years 1 month ago #208916

Hello,
The solution will probably be to directly edit the code of the "listing_img_title" file of the "Product" view of your front-end template via "Hikahsop->Display->Views" : www.hikashop.com/support/documentation/1...-display.html#layout

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

  • Posts: 10
  • Thank you received: 0
10 years 1 month ago #210262

Thanks!

Unfortunately, I'm not so good at codes and i am not sure what I should exactly add or change in the "Listing_img_title" and/or
"Product"?

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

  • Posts: 13201
  • Thank you received: 2322
10 years 1 month ago #210263

Hi,

I suppose that the data will not be the same for all the products, so the easiest way will be to use the custom product fields (commercial version of HikaShop required) then fill the values on the product edition page in backend and finally as Mohamed Thelji said, edit the view "product / listing_img_title" to add code to display the value of the custom field.

Code like:

<?php echo $this->row->CUSTOMFIELD_NAME; ?>
of course CUSTOMFIELD_NAME must be replaced by the name of your custom field.

ps: when we say "product / listing_img_title" that means that via the menu Display > Views you have to click on the file "listing_img_title" of the view "product".

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

Time to create page: 0.093 seconds
Powered by Kunena Forum