Jump to content

amavis

Members
  • Posts

    4
  • Joined

  • Last visited

About amavis

  • Birthday 11/21/1973

Profile Information

  • Location
    Ede
  • Activity
    Developer

amavis's Achievements

Newbie

Newbie (1/14)

1

Reputation

1

Community Answers

  1. Hi Olly, Why not use $this->context->smarty->assign('products',$products); //$this->tpl_view_vars = array('products'=>$products); If you write a module with admin, you can put pickinglist.tpl in /module/yourmodule/views/templates/admin/<pickinglist>/pickinglist.tpl Gr. Patrick
  2. Hi tidjean, Thank you very much for the code. I was looking for it, but could not find it in the documentation.
  3. I found my problem. In the past i override the classes/Order.php OrderCore class and added 1 property. In my development environment i added this extra field in the database but not in the production. After removing the override everything is working as it should.
  4. Same problem here. What is strange is, if i copy the cache from the source to the server, it works. When i do a smarty clean and clear all the files (except index.php)in cache/smarty/compile and cache/smarty/cache, then it goes wrong. In the past i added an extra field in the order class. This is gone now but somehow it still shows up in the order. The ps_orders table does not have this field, so insert fails resulting in the above message
×
×
  • Create New...