sGetCategories example



    /** * Return current categories * * @param int $parentId * * @return array */
    public function getCategories($parentId)
    {
        return Shopware()->Modules()->Categories()->sGetCategories($parentId);
    }

    /** * Return cms menu items * * @param int|null $shopId * @param int|null $activePageId * * @return array */
    public function getMenu($shopId = null, $activePageId = null)
    {
Home | Imprint | This part of the site doesn't use cookies.