if($Item==0 || $Listing_Page < 2){
//--- Show Items Here ---//
}
Am I missing something? In my script, this simple comparison only returns the left side and totally ignores the right. I thought it was like javascript where if this ||that are true then show the items. It only seems to check left side, but I'm sure I used these before...