You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.
Update the Taxonomie and supported other countries like germany ;-)
CREATE TABLE IF NOT EXISTS tl_google_product_taxonomy ( id int(11) unsigned NOT NULL auto_increment, pid int(11) unsigned NOT NULL default '0', country varchar(255) NOT NULL default 'us', name varchar(255) NOT NULL default '', fullname varchar(255) NOT NULL default '', depth int(11) unsigned NOT NULL default '0',
PRIMARY KEY (id),
KEY pid (pid)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Update the Taxonomie and supported other countries like germany ;-)
CREATE TABLE IF NOT EXISTS
tl_google_product_taxonomy
(id
int(11) unsigned NOT NULL auto_increment,pid
int(11) unsigned NOT NULL default '0',country
varchar(255) NOT NULL default 'us',name
varchar(255) NOT NULL default '',fullname
varchar(255) NOT NULL default '',depth
int(11) unsigned NOT NULL default '0',PRIMARY KEY (
id
),KEY
pid
(pid
)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
DE: http://www.google.com/basepages/producttype/taxonomy.de-DE.txt
US: http://www.google.com/basepages/producttype/taxonomy.en-US.txt
The text was updated successfully, but these errors were encountered: