Jump to content

Recommended Posts

  • 3 weeks later...

¡Buenas!

 

Si los enlaces los creas con rutas relativas o mediante el uso de Link no tendrás ninguno de esos problemas:

$link = $this->context->link;
// Ejemplo de link a AdminController
$enlace = $link->getAdminLink('nombreAdminController');

Puedes ver todos los métodos que tiene abriendo "classes/Link.php", como por ejemplo "getProductLink" o "getCMSLink"

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...