Minor issue with categories and grid view
-
What are the steps that would trigger the issue you’re having?
Select “grid view” in settings?presentation?product page settings
What’s the expected outcome or results?
Category pages should use grid view (wpsc-grid_view.php)
What do you see instead?
Pages use default products page (wpsc-products_page.php)
What are your site’s configuration?
WPEC version 3.8.12.1
WordPress version 3.6
Are you running Apache, IIS or Nginx? Apache
Are you using WordPress multisite? NoThis is probably an easy fix. The individual category settings view drop down defaults to “default view” and OVERRIDES global settings. If you save “grid view”, it works as expected (even though the options box still shows “default view”).
Either the default option in the individual category view options should be null so the global settings don’t get overridden or the global settings should be coded to override the individual settings.
- The topic ‘Minor issue with categories and grid view’ is closed to new replies.