I'm running into a similar issue and it's not resolving after having added the above $parsed_fields line. My column is "content" though it doesn't appear to be sticking. The tutorial only mentions $parsed_files twice and so I'm at a loss. Thoughts?
Progress:
I'm able to get the catalog into the now "shop" controller/view in the application:
function index()
{
$this->load->library('store/fuel_store');
$vars['catalog'] = $this->fuel_store->get_catalog();
$page_init = array('lo…
They live in the module (store/views/catalog.php).
In the catalog.php controller (fuel/modules/store/controllers/catalog.php) i'm using: $this->load->module_view(STORE_FOLDER, 'catalog', $vars);