Jump to content

Edit History

Stiven Gallardo

Stiven Gallardo

4 hours ago, Prestafan33 said:

Prueba con

$valor=Tools::getValue('nombre-de-tu-ckeckbox')

Esto dentro del hookActionValidateOrder(), por supuesto.

Lo tengo de esta manera

    public function hookActionValidateOrder($params)
    {
        $valor=Tools::getValue('active_points');
        $id=(int)$this->context->customer->id;
        Db::getInstance()->execute('UPDATE `' . _DB_PREFIX_ . 'customer` SET `active_points` =  '.$valor.' where id_customer = '.(int)($id).' '); 

    }

pero no me ha funcionado la variable $valor se queda en 0

Stiven Gallardo

Stiven Gallardo

4 hours ago, Prestafan33 said:

Prueba con

$valor=Tools::getValue('nombre-de-tu-ckeckbox')

Esto dentro del hookActionValidateOrder(), por supuesto.

Muchas gracias

×
×
  • Create New...