Hello everyone i have a problem.
Im using shopkit plugin.
Problem is ;
I using this code in homepage <?php foreach($categories as $category): ?>
its works.
But when i using this code in any non categories page its gives error.
How can i use this code like;
<?php foreach((MainPage)$categories as $category): ?>
Th error message means that the page collection does not exist, so page('home')->children() returns false. So please tell us: What are $categories? What is the name of the home page? Maybe post the structure of your /content directory.