Jump to content

sese

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

sese's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi guys, Iám trying to change the code. The situation is as follow: the categories only show when they are filled. I want to change this. So that the categories alway show empty or not. this is the code: // remove empty categories $selected_categories = array (); foreach($this->selected_categories as $category) { if ($category->totalItemCount()) { $selected_categories[] = $category; } }
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.