Jump to content

Edit History

agarmur

agarmur

Bonjour, je cherche à mettre à jour la position.


voici le code de la position 

'position' => array(
  'title' => $this->l('Ordem'),
  'filter_key' => 'a!position',
  'position' => 'position',
  'align' => 'center',
  'class' => 'fixed-width-md'
),
$helperList->position_identifier = 'position';
$helperList->orderBy = 'position';
$helperList->orderWay = 'asc';

comment je peux modifier la position

 public function ajaxProcessUpdatePositions(): void
{
	PrestaShopLogger::addLog("ajaxProcessUpdatePositions");
}

Je n'arrive pas a récupérer le log 

Si quelqu'un a déjà fait cela et pourrait m'aider, je suis preneur !

agarmur

agarmur

Bonjour, je cherche à mettre à jour la position.


voici le code de la position 

'position' => array(
  'title' => $this->l('Ordem'),
  'filter_key' => 'a!position',
  'position' => 'position',
  'align' => 'center',
  'class' => 'fixed-width-md'
),
$helperList->position_identifier = 'position';
$helperList->orderBy = 'position';
$helperList->orderWay = 'asc';

comment je peux modifier la position

 public function ajaxProcessUpdatePositions(): void
{
	PrestaShopLogger::addLog("ajaxProcessUpdatePositions");
}

Je n'arrive pas a récupérer le log 

Si quelqu'un a déjà fait cela et pourrait m'aider, je suis preneur !

×
×
  • Create New...