-- Table structure for table categories_description
CREATE TABLE IF NOT EXISTS categories_description (
categories_id int(11) NOT NULL default '0',
language_id int(11) NOT NULL default '1',
categories_name varchar(32) NOT NULL default '',
categories_description text NOT NULL,
PRIMARY KEY (categories_id,language_id),
KEY idx_categories_name_zen (categories_name),
FULLTEXT KEY categories_name (categories_name),
FULLTEXT KEY categories_name_2 (categories_name)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table categories_description
INSERT INTO categories_description (categories_name) VALUES
('ACCESSORIES'),
('DRESSES'),
('HANDBAGS'),
('JEANS / PANTS'),
('SKIRTS'),
('TOPS'),
('АКСЕССУАРЫ'),
('БЛУЗКИ'),
('ДЖИНСЫ / БРЮКИ'),
('ПЛАТЬЯ'),
('СУМКИ'),
('ЮБКИ'),
('אביזרים'),
('ג ''ינס / מכנסיים'),
('חולצות'),
('חציות'),
('שמלות'),
('תיקים');
I delete all content of ssu/pc, ssu/pruducts but no changes.
I think I need to try your new version. But I also have a question, when I update SSU, for example from 2.8 to 2.9.6 in admin-tools-module manager-List all modules:
yellow1912_ssu 5 Beta 2.8
Its normal?
Thanks