Am usually pretty good at figuring stuff out but have gotten stuck.
Am trying to use the define pages generator to make some new pages. Have created a page called "Party Plan" fine through the tool and then uploaded via FTP.
I added:
PHP Code:
if (DEFINE_PARTY_PLAN_STATUS <= 1) {
$information[] = '<a href="' . zen_href_link(FILENAME_PARTY_PLAN) . '">' . BOX_INFORMATION_PARTY_PLAN . '</a>';
}
To includes/modules/sideboxes/apple_zen/information.php
and that worked fine to display the page in the information side box, it didn't show it in the drop down header information menu though.
To get it to display in the drop down header menu information subcatergory i put:
PHP Code:
<li><a href="<?php echo zen_href_link(FILENAME_PARTY_PLAN); ?>"><?php echo HEADER_TITLE_PARTY_PLAN; ?></a></li>
in includes/templates/apple_zen/common/tpl_drop_menu.php and that works to a certain extent. It puts HEADER_TITLE_PARTY_PLAN as the menu text whereas i just want Party Plan. Now i assume im missing some file that tells it that HEADER_TITLE_PARTY_PLAN = Party Plan.
Overall i think adding extra pages is a bloody pain of a task in zen cart(nothing against apple zen template, its a awesome template). It is so much easier in cubecart...
thanks for any help.
Website is www.countrywoodencrafts.com.au if you want to have a look.
Bookmarks