Quote Originally Posted by Veronika7747 View Post
Should this special order work with 1.3.8? When I installed all the files and put link in "more information" sidebox it show there as SIDEBOX_LINK_TEXT_specialorder
and the link address is: main_page=FILENAME_specialorder
(when I specify address main_page=specialorder, form shows up.
Thanks
O.K. for those who may run into the same problem with Form_specialorder as I did:

to include it in information box this is in the instruction in the read me file:
$information[] = '<a href="' . zen_href_link(FILENAME_specialorder) . '">' . SIDEBOX_LINK_TEXT_specialorder . '</a>';

Just remove FILENAME_

in /indludes/languages/english/extra_definitions/specialorder.php
replace this;
define('SIDEBOX_LINK_TEXT_BAND_SIGNUP','Special Order Request');
WITH THIS:
define('SIDEBOX_LINK_TEXT_specialorder','Special Order Request');