Answers for "get product id in tpl prestashop"

PHP
-1

prestashop get product id

$p_id  = (int)Tools::getValue('id_product');
Posted by: Guest on November-11-2020

Code answers related to "get product id in tpl prestashop"

Browse Popular Code Answers by Language