Hi folks,
I've created few fields in my catalog module and everything is listed as it should be using method
Today I have added a new field called "short_description". It works in backend, it's being added to the database (I checked it in phpMyAdmin). However when I try to retrieve it in template file (list), usingCode:<?php echo $entry['data']['field_name']['value']; ?>
it doesn't show up. Also, I can't see it in array output from print_r($this->entries).Code:<?php echo $entry['data']['short_description']['value']; ?>
Already regenerated DCA few times, didn't help.
How can I fix this?


Reply With Quote

Bookmarks