Weight of products

  • Posts: 9
  • Thank you received: 2
  • Hikashop Essential
6 years 2 months ago #302927

-- HikaShop version -- : 4.0.1
-- Joomla version -- : 3.9.2

Hello, I'm trying to display the weight of my products on the page that shows the products in a category.

I have added show_block_dimensions to listing_img_title, and it is there, but it remains empty.

However, within the productpage (show_default) show_block_dimensions is displaying the weight of the same product properly.

Obviously, I'm missing out on something. What could it be?

Michiel

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

  • Posts: 83511
  • Thank you received: 13511
  • MODERATOR
6 years 2 months ago #302935

Hi,

The code in show_block_dimensions supposes that the data of the product is in $this->element
But on a listing of products $this->element contains the data of the current category and the data of the current product is in $this->row
So you would have to add such code before calling show_block_dimensions:
$this->element = $this->row;

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

  • Posts: 9
  • Thank you received: 2
  • Hikashop Essential
6 years 2 months ago #302965

Thanks a lot, that was it!

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

Time to create page: 0.054 seconds
Powered by Kunena Forum