Skip to content
This repository has been archived by the owner on Aug 5, 2023. It is now read-only.

Remove MODULE_ADMIN_DASHBOARD_PARTNER_NEWS_STATUS, MODULE_ADMIN_DASHBOARD_PARTNER_NEWS_SORT_ORDER #16

Open
sylvio-ruiz opened this issue Mar 24, 2023 · 0 comments

Comments

@sylvio-ruiz
Copy link

Remove from the initial sql (install directory) the lines below because the "Partner News" module was removed from the dashboard modules directory and it raises an error at first time or put it back.

INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) values ('Enable Partner News Module', 'MODULE_ADMIN_DASHBOARD_PARTNER_NEWS_STATUS', 'True', 'Do you want to show the latest osCommerce Partner News on the dashboard?', '6', '1', 'tep_cfg_select_option(array('True', 'False'), ', now());
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('Sort Order', 'MODULE_ADMIN_DASHBOARD_PARTNER_NEWS_SORT_ORDER', '820', 'Sort order of display. Lowest is displayed first.', '6', '0', now());

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