Compare module >>>

  • Posts: 8
  • Thank you received: 0
12 years 10 months ago #35960

Hello!

I am trying to configure the look of the compare page to show the image, price and description of the product, but all i get is the image and price. How to make the page show the description of the products also for comparison?


Regards,

Marcio

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

  • Posts: 82910
  • Thank you received: 13379
  • MODERATOR
12 years 10 months ago #35976

Hi,

The description of the product is not handled by the comparison interface.
You will have to edit the file "compare" of the view "product" via the menu Display->Views and add some code to do that.
You could for example add it after your products name:
<span id="hikashop_product_<?php echo $element->product_id; ?>_name_main" class="hikashop_product_name_main"><?php echo $element->product_name; ?></span>

like that:
<br/><?php echo $element->product_description; ?>

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

  • Posts: 8
  • Thank you received: 0
12 years 10 months ago #35984

awesome.. worked great ... thanks!

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

Time to create page: 0.056 seconds
Powered by Kunena Forum