// add theme add/remove function
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11831 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1537,7 +1537,8 @@ phone' where `id_country`=21;
|
||||
INSERT INTO `PREFIX_group_shop` (`id_group_shop`, `name`, `active`, `deleted`, `share_stock`, `share_customer`, `share_order`) VALUES (1, 'Default', 1, 0, 0, 0, 0);
|
||||
INSERT INTO `PREFIX_shop` (`id_shop`, `id_group_shop`, `name`, `id_category`, `id_theme`, `active`, `deleted`) VALUES (1, 1, 'Default', 1, 1, 1, 0);
|
||||
|
||||
INSERT INTO `PREFIX_theme` (`id_theme`, `name`) VALUES (1, 'default');
|
||||
INSERT INTO `PREFIX_theme` (`id_theme`, `name`, `directory`)
|
||||
VALUES (1, 'default', 'default');
|
||||
|
||||
UPDATE `PREFIX_address_format` set `format`= 'firstname lastname
|
||||
company
|
||||
|
||||
Reference in New Issue
Block a user