- Posts: 8
- Thank you received: 0
Compare module >>>
14 years 8 months ago #35960
by ecovation
Compare module >>> was created by ecovation
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
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.
14 years 8 months ago #35976
by nicolas
Replied by nicolas on topic Re: Compare module >>>
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; ?>
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.
14 years 8 months ago #35984
by ecovation
Replied by ecovation on topic Re: Compare module >>>
awesome.. worked great ... thanks!
Please Log in or Create an account to join the conversation.
Time to create page: 0.185 seconds