Popup windows
From Zen Cart(tm) Wiki
Revision as of 13:43, 15 August 2006 by Allcanadiansearch.ca (Talk | contribs)
Resizing popup windows
According to the popup window file structure, this is done in
- includes/modules/pages/popup_<windowname>/jscript_main.php
For example, to resize the popup window named popup_image, see the file
- includes/modules/pages/popup_image/jscript_main.php
Accessible popups
Zen Cart™ 1.3 produces JavaScript-only pop-up window links. Anyone without JavaScript will be unable to access these pages (many workplaces for example ban JavaScript, and search engines don't follow JavaScript links. The main article hopes to document how to patch Zen Cart™ to produce code that allows all users to access the content.
- Main article: Accessible popup windows
