skanthemore Posted July 1, 2015 Share Posted July 1, 2015 (edited) Hola, como pudo activar/modificar el tipo de impuesto de todos los productos via MySQL, el impuesto seria el ES Standard rate (21%). La idea es hacer lo mismo que comenté un un post anterior para activar el identificador fiscal para todos los países, UPDATE `ps_country` SET `need_identification_number` =1 WHERE `need_identification_number` =0 he mirado por las tablas pero no encuentro dónde atacar, gracias, Edited July 1, 2015 by skanthemore (see edit history) Link to comment Share on other sites More sharing options...
ventura Posted July 1, 2015 Share Posted July 1, 2015 En la tabla ps_tax_rules_group Tienes los datos correspondientes a los impuestos que tienes en la tienda Actualiza el registro, id_tax_rules_group con el valor que quieras en las tablas ps_product ps_product_shop Link to comment Share on other sites More sharing options...
skanthemore Posted July 1, 2015 Author Share Posted July 1, 2015 Hola, genial! impuestos activados en 0.0076 segundos, UPDATE `ps_product_shop` SET `id_tax_rules_group` =72 WHERE `id_tax_rules_group` =0 gracias por el aporte! saludos cordiales, 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