Skip to content

Commit

Permalink
Update opencart.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkerr committed Jan 25, 2021
1 parent 5fabb6d commit f617482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/install/opencart.sql
Expand Up @@ -1373,7 +1373,7 @@ INSERT INTO `oc_module` (`module_id`, `name`, `code`, `setting`) VALUES
(1, 'Category Banner', 'opencart.banner', '{"name":"Category Banner","banner_id":"6","effect":"fade","items":"1","controls":"0","indicators":"0","interval":"5000","width":"200","height":"180","status":"1"}'),
(2, 'Featured', 'opencart.featured', '{"name":"Featured","product_name":"","product":["43","40","42","30"],"axis":"horizontal","limit":"4","width":"200","height":"200","status":"1"}'),
(3, 'Homepage Slideshow', 'opencart.banner', '{"name":"Homepage Slideshow","banner_id":"7","effect":"slide","items":"1","controls":"1","indicators":"1","interval":"5000","width":"1140","height":"380","status":"1"}'),
(4, 'Homepage Manufacturers', 'opencart.banner', '{"name":"Homepage Manufacturers","banner_id":"8","width":"182","height":"182","status":"1"}');
(4, 'Homepage Manufacturers', 'opencart.banner', '{"name":"Homepage Manufacturers","banner_id":"8","effect":"slide","items":"4","controls":"1","indicators":"1","interval":"5000","width":"182","height":"182","status":"1"}');

-----------------------------------------------------------

Expand Down

0 comments on commit f617482

Please sign in to comment.