mario1008 Posted April 9, 2019 Share Posted April 9, 2019 help... I try to obtain the id of the product, to associate it with a new table in the DB that I create but I need the specific id of each product with its respective view. $id_product = $params ['id_product']; echo $params['id_product']; Link to comment Share on other sites More sharing options...
NemoPS Posted May 19, 2019 Share Posted May 19, 2019 if that doesn't work then Tools::getValue('id_product'); should do it Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now