ggutierrez. Posted December 27, 2015 Share Posted December 27, 2015 buenas noches quiero agregar otra condicion para el producto actualmente hay tres 'nuevo', 'usado', 'renovado' para la logica que quiero desarrollar deseo agregar otra. ya modifique las tablas ps_product_shop, ps_product en su campo condition: ALTER TABLE `ps_product` CHANGE COLUMN `condition` `condition` ENUM('new','used','refurbished','free') NOT NULL DEFAULT 'new' ; ALTER TABLE `ps_product_shop` CHANGE COLUMN `condition` `condition` ENUM('new','used','refurbished','free') NOT NULL DEFAULT 'new' ; pero al momento de crear un nuevo producto solo aparecen las tres condiciones que vienen por defecto. alguien sabe como solucionar esto gracias 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