-
Notifications
You must be signed in to change notification settings - Fork 75
Ghi chú nâng cấp module shops 4.0.25 lên shops 4.1.0
Vu Thao edited this page Apr 10, 2017
·
5 revisions
INSERT INTO `nv4_config` (`lang`, `module`, `config_name`, `config_value`) VALUES ('vi', 'shops', 'sortdefault', '0');
ALTER TABLE `nv4_shops_rows` ADD `vi_tag_title` VARCHAR(255) NOT NULL DEFAULT '' AFTER `vi_address`, ADD `vi_tag_description` MEDIUMTEXT NOT NULL AFTER `vi_tag_title`;
ALTER TABLE `nv4_shops_catalogs` ADD `vi_tag_description` MEDIUMTEXT NOT NULL AFTER `vi_keywords`;
ALTER TABLE `nv4_shops_money_vi` ADD `symbol` VARCHAR(3) NOT NULL AFTER `currency`; ;
shops: fix lỗi các sản phẩm thuộc các thuộc tính khác nhau, khi mua hàng cần tách thành các dòng khác nhau
Thêm 1 trường listgroupid vào bảng nv4_shops_orders_id Lệnh sql cho nâng cấp module
ALTER TABLE nv4_shops_orders_id ADD listgroupid VARCHAR(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' AFTER order_id;
- Fix custom TPL of shops thank anhyeuviolet,
- Add set tag for product and catelogs thank mynukeviet