Page 1 of 1

Error when adding product to basket

Posted: 04 Oct 2017, 15:29
by kimholberg
When adding product to basket i get following error:

No item found for conditions: Array ( [attribute.code] => custom [attribute.domain] => product [attribute.type.code] => price [attribute.type.domain] => product )

I have searched docs for any explanation but cannot find any - can anyone help to solve this

Kim

Re: Error when adding product to basket

Posted: 04 Oct 2017, 15:45
by aimeos
Did you update from an older version and forgot to run

Code: Select all

./flow aimeos:setup

Re: Error when adding product to basket

Posted: 04 Oct 2017, 18:46
by kimholberg
Thanks, that solved the problem.