Nope, but very close: permissions!!!! :oops:
Worked a treat on the live server, but the live server automatically assigns the correct permissions to folders and files (755 and 644) whereas the local dev server didn't hence the partial blank page.
Printable View
@frank18, thanks for following up! Was it the permissions on the /includes/templates/template_default/pricelist folder that was giving you grief?
Thanks, frank18! I'll add a note to the top of the plugin's readme to suggest that permissions on that newly-added folder might need to be checked. What are your host's default permissions?
I've submitted v2.0.1 to the plugins' area for review:
- BUGFIX: Corrected the name of /includes/templates/template_default/pricelist/profile-1.css (was proile-1.css).
- BUGFIX: Include missing language /extra_definition files.
- CHANGE: Open pricelist in a new window when Information sidebox link is clicked. Changed /includes/modules/sideboxes/YOUR_TEMPLATE/information.php.
- CHANGE: Add configuration switch to enable/disable display of the currency symbol in the pricelist display's header. Changed /YOUR_ADMIN/includes/functions/extra_functions/init_price_list_admin.php and /includes/templates/template_default/pricelist/tpl_main_page.php.
- CHANGE: Added permissions-check notice to the top of this readme.
v2.0.1 is now available from the Zen Cart plugins.
I installed this 2.0.1 version, but I've come to discover that all the functionality for columns has beens stripped out from the older version. With 3k products between the linked categories, having 2+ columns is a bit of a requirement to not use an entire tree if someone wants to print this.
Is there a somewhat easy way to put this back in? I don't really want to spend hours learning what this code is doing, then recode to put in columns.
I've noted your request in the plugin's GitHub repository (https://github.com/lat9/printable_price_list/issues/7).