Plugin Directory

Changeset 1708726


Ignore:
Timestamp:
08/05/2017 02:41:55 AM (9 years ago)
Author:
devlucasmendes
Message:

Change category resource

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fastdee/trunk/includes/core/class-fd-pages.php

    r1708563 r1708726  
    1212
    1313    public function fd_getCategorias() {
    14         $strRetorno = $this->getLomadeAccess()->findCategories( alv2::_ALL, array(
     14        $strRetorno = $this->getLomadeAccess()->findCategories( alv2::_BESTSELLERS, array(
    1515            'size'       => 1000,
    1616            //'hasProduct' => true
     
    3636        }
    3737
    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.' ) );
    3939    }
    4040
     
    6363        }
    6464
    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.' ) );
    6666    }
    6767
Note: See TracChangeset for help on using the changeset viewer.