Adopt recent changes, migrate product detail page

This commit is contained in:
Björn Fromme
2021-12-20 16:00:41 +01:00
parent aef0f3df68
commit 34d36a68d9
28 changed files with 618 additions and 582 deletions
@@ -151,6 +151,7 @@ CREATE TABLE pages
tx_eptheme_hide_searchbar tinyint(4) unsigned DEFAULT '0' NOT NULL,
tx_eptheme_new_tab tinyint(4) unsigned DEFAULT '0' NOT NULL,
tx_eptheme_bodyclass varchar(255) DEFAULT '' NOT NULL,
tx_eptheme_navitemclass varchar(255) DEFAULT '' NOT NULL,
tx_eptheme_slides int(11) unsigned DEFAULT '0',
tx_eptheme_badge int(11) unsigned DEFAULT '0'
);