Post
by gerritkoi » Mon Dec 16, 2013 6:15 pm
dankje victorj
het probleem is verholpen deze twee heb ik toe gevoegd en klaar is kees
Tabelstructuur voor tabel `product_recurring`
--
CREATE TABLE IF NOT EXISTS `product_recurring` (
`product_id` int(11) NOT NULL,
`store_id` int(11) NOT NULL,
PRIMARY KEY (`product_id`,`store_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*
!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Tabelstructuur voor tabel
product_filter`
--
CREATE TABLE IF NOT EXISTS `product_filter` (
`product_id` int(11) NOT NULL,
`filter_id` int(11) NOT NULL,
PRIMARY KEY (`product_id`,`filter_id`)
) ENGINE=MyISAM
dank je
mvg gerrit
http://www.koicentrum.eu Alles voor Koi en Vijver, Opencart 1.5.4 Vqmod 2.4.1