Jump to content

Edit History

Butch0071

Butch0071

OK, small small diference made it work, maybe will help someone:

  $url = $link->getAdminLink('AdminProducts', true, ['id_product' => $productID]);

and of course:

 $link = $this->context->link;

and that gives link: /admincatalog/index.php/sell/catalog/products/IDPRODUCT?_token=TOKEN (that work)

Butch0071

Butch0071

OK, small small diference made it work, maybe will help someone:

  $url = $link->getAdminLink('AdminProducts', true, ['id_product' => $productID]);

and of course:

 $link = $this->context->link;

 

×
×
  • Create New...