Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

Taxonomie #3

Open
katgirl opened this issue Jun 18, 2013 · 0 comments
Open

Taxonomie #3

katgirl opened this issue Jun 18, 2013 · 0 comments

Comments

@katgirl
Copy link

katgirl commented Jun 18, 2013

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant