* @copyright 2007-2016 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA */ require_once(dirname(__FILE__).'/../../config/config.inc.php'); require_once(dirname(__FILE__).'/ProductCommentCriterion.php'); if (($id_lang = Tools::getValue('id_lang')) && ($id_product = Tools::getValue('id_product'))) { $criterions = ProductCommentCriterion::get($id_lang); if ($id_product) $selects = ProductCommentCriterion::getByProduct($id_product, $id_lang); echo ''; }