Str('Clearance'); $Template->description = $category_title; $keywords = array(); $Template->keywords = $keywords; $m_return .= '
'; $m_return .= '

'.$category_title.'

'; if (!empty($clearance_products)) { $total_items = count($clearance_products); foreach ($clearance_products as $item) { $item['search_title'] = $search; $m_return .= Common_Template::goodsBoxDefault($item,false,$category_title); } //$m_return .= Tools_Common:: pageSelector ($total_items, $rpp, $page, '', 10); } else { $m_return .= '

'.$L->Str('No products in this category').'

'; $m_return .= '

'.$L->Str('Browse shop').'

'; } $m_return .= '
';