__('Newest first'); } return $options; } /** * Retrieve Product List Default Sort By * * @param mixed $store * @return string */ public function getProductListDefaultSortBy($store = null) { return 'created_at'; } }