Changeset 1708726
- Timestamp:
- 08/05/2017 02:41:55 AM (9 years ago)
- File:
-
- 1 edited
-
fastdee/trunk/includes/core/class-fd-pages.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fastdee/trunk/includes/core/class-fd-pages.php
r1708563 r1708726 12 12 13 13 public function fd_getCategorias() { 14 $strRetorno = $this->getLomadeAccess()->findCategories( alv2::_ ALL, array(14 $strRetorno = $this->getLomadeAccess()->findCategories( alv2::_BESTSELLERS, array( 15 15 'size' => 1000, 16 16 //'hasProduct' => true … … 36 36 } 37 37 38 return array( (object) array( 'id' => '0', 'name' => 'Erro ao buscar categorias ' ) );38 return array( (object) array( 'id' => '0', 'name' => 'Erro ao buscar categorias. Sistema Lomadee indisponível. Tente novamente em alguns minutos.' ) ); 39 39 } 40 40 … … 63 63 } 64 64 65 return array( (object) array( 'id' => '0', 'name' => 'Erro ao buscar lojas ' ) );65 return array( (object) array( 'id' => '0', 'name' => 'Erro ao buscar lojas. Sistema Lomadee indisponível. Tente novamente em alguns minutos.' ) ); 66 66 } 67 67
Note: See TracChangeset
for help on using the changeset viewer.