Show condition in product listing and page

  • Posts: 183
  • Thank you received: 10
  • Hikashop Business
5 years 4 months ago #301552

-- HikaShop version -- : 4.0.1
-- Joomla version -- : 3.9.1
-- PHP version -- : 7.2

In Hikashop there is a condition field. How can I show this information in the product page and/or product listing?

Thanks!

Attachments:

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

  • Posts: 81539
  • Thank you received: 13069
  • MODERATOR
5 years 4 months ago #301555

Hi,

That field is supposed to be for Google Products only. So there is nothing specific to display it on the product page.
You would have to add custom code for that in the view file where you want to display it.
On the product page, the code should be something like that:
<?php echo $this->element->product_condition; ?>
Note however that you'll see the values for Google Products (NewCondition, UsedCondition,RefurbishedCondition) instead of the text in the dropdown. So you'll want some condition to display the text you want based on the value in $this->element->product_condition instead of directly displaying it.

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

Time to create page: 0.063 seconds
Powered by Kunena Forum