[EN]
Small error detected.

By adding a product to order shows an error: table does not exist.

Search catalog/admin/edit_orders.php line

'tax_id' => tep_db_input(tep_db_prepare_input($_POST['update_entry_company_tax_id'])),

Replace

'entry_company_tax_id' => tep_db_input(tep_db_prepare_input($_POST['update_entry_company_tax_id'])),


Complete instructions with error corrected.


[ES]
Detectado pequeño error.

Al añadir un producto a la orden se muestra un error: la tabla no existe.

Buscar en catalog/admin/edit_orders.php la línea

'tax_id' => tep_db_input(tep_db_prepare_input($_POST['update_entry_company_tax_id'])),

Reemplazar por

'entry_company_tax_id' => tep_db_input(tep_db_prepare_input($_POST['update_entry_company_tax_id'])),


Instucciones completas con error corregido.


reflex-ocasion

More...