david.lloret Posted July 31, 2013 Share Posted July 31, 2013 Hello, I have created a multi-shop with a group and two shops, no catalog mode, but in one of this $ PS_CATALOG_MODE show me value 0, but not the other, when I paint the screen variable gives me 1 although in database is 0. Any idea? Link to comment Share on other sites More sharing options...
vekia Posted July 31, 2013 Share Posted July 31, 2013 you've got probably duplicated entries in the database, can you check ps_configuration table ? Link to comment Share on other sites More sharing options...
david.lloret Posted July 31, 2013 Author Share Posted July 31, 2013 I try with only one register, for the group, like this: id_shop_group: NULL, id_shop: NULL, name: PS_CATALOG_MODE, value: 0 And with 2 register: id_shop_group: 1, id_shop: 1, name: PS_CATALOG_MODE, value: 0 id_shop_group: 1, id_shop: 2, name: PS_CATALOG_MODE, value: 0 And nothing happens... Link to comment Share on other sites More sharing options...
Recommended Posts