Jump to content

Prestashop product admin edit link


fancy|modules

Recommended Posts

This code can work both Prestashop 1.6 and 1.7

		$p_controller  = 'index.php?controller=AdminProducts';
        $p_controller .='&token='.Tools::getAdminTokenLite('AdminProducts');
        $p_controller .='&id_product='.(int) $id_product;
        $p_controller .='&updateproduct&key_tab=Images&action=Images';
        echo $p_controller;

 

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...