*

gabes

  • *
  • 1 posts
Show custom attribute on product title at search page
« on: July 19, 2022, 01:37:19 PM »
Hi! I made some custrom attribute for product, like: size, colour, condition, ...
How can I show one of these atribute at search/categories page next to item title?
Pl.: <item_title> (<item-size-custom-attribute>)

*

MB Themes

Re: Show custom attribute on product title at search page
« Reply #1 on: July 19, 2022, 03:33:39 PM »
You can re-use code from item.php
Something like:
Code: [Select]
              <?php while(osc_has_item_meta()) { ?>
                    <span class="name"><?php echo osc_item_meta_name(); ?></span>
                    <span class="value"><?php echo osc_item_meta_value(); ?></span>
              <?php ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots