hi
thanks for the reply, i try but he show me meta and description , i want that in listing table i see only meta or only description , if meta was empty show me description, or show me meta_description if was no empty
this is the code for show meta
<td class="hikashop_product_description_row">
<span class="hikashop_product_description">
<?php echo preg_replace('#<hr *id="system-readmore" */>.*#is','',$this->row->product_meta_description);
?> </span>
</td>
i try add a class and use if and else but i make an error and don't understand where