Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default Store Image Size 240x180 in admin setting #1195

Closed
novatheme opened this issue Feb 8, 2014 · 2 comments
Closed

Default Store Image Size 240x180 in admin setting #1195

novatheme opened this issue Feb 8, 2014 · 2 comments

Comments

@novatheme
Copy link

admin/index.php?route=setting/setting

Default Store Image Size 240x180

Data base

INSERT INTO oc_setting (setting_id, store_id, group, key, value, serialized) VALUES
(135, 0, 'config', 'config_image_location_width', '240', 0),
(136, 0, 'config', 'config_image_location_height', '180', 0);

@jamesallsup
Copy link
Contributor

Please ensure that you give a description of your issue with any bug reports.

@marauder37
Copy link

On a fresh install, no default values are set for the new "Store Image Size" fields in Settings/Image. This prevents any modification of the store settings.

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

No branches or pull requests

3 participants