Hi guys,

This may seem like a weird question but just please bare with me as I try to explain what I am doing...

in product listing.phpthis is the code to show the weight of the product)

case 'PRODUCT_LIST_WEIGHT':
$lc_align = 'center';
$lc_text = $listing->fields['products_weight'];

question: How can I modify this code to show the data_available from my database table.

Thank you