Jump to content

problem with product adding process


Recommended Posts

Hello,

 

I recent got a similar problem and solve just doing this:

 

Just run this command in SQL.

 

alter table ps_product add column redirect_type int (10) ;
alter table ps_product_shop add column redirect_type int (10) ;

 

I found this in the this link

 

http://www.prestasho...-1530-problems/

 

Thanks,

 

Rui Cristovao

Edited by rcristov (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...