|
I’m not able to get the value of a custom product attribute (of type date) on the product list page (template/catalog/product/list.phtml). I can get the values of all other attribute types except this date one. I have the attribute set to “Use in Product Listing = Yes” and I’ve verified that the attribute and value is in the flat product table.
I’ve tried the following to no avail…
$_product->getInstockDate();
$_prodcut->getData(’instock_date’);
Any ideas?
Thanks
Mike
|