Jump to content

Nuevo Condicion 'nuevo', 'usado', 'renovado'


ggutierrez.

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...