I have made the necessary changes to the files and uploaded the birthday.php file, but get this error...
Parse error: syntax error, unexpected ')' in /home/starreco/public_html/catalog/admin/includes/boxes/customers.php on line 34
Below is what is in the original admin/customers.php, the install instructios for that part of it, and the finsihed changes to the OsMax file.
Any help please. Tried a few things but all I do is get the error to another line.
Original admin/includes/boxes/customers.php file
//Admin begin
// '<a href="' . tep_href_link(FILENAME_CUSTOMERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_CUSTOMERS . '</a><br>' .
// '<a href="' . tep_href_link(FILENAME_ORDERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_ORDERS . '</a>');
tep_admin_files_boxes(FILENAME_CUSTOMERS, BOX_CUSTOMERS_CUSTOMERS) .
tep_admin_files_boxes(FILENAME_ORDERS, BOX_CUSTOMERS_ORDERS));
//Admin end
Instructions say..
Resulting file...In admin/includes/boxes/customers.php
FIND:
'<a href="' . tep_href_link(FILENAME_ORDERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_ORDERS . '</a>');
REPLACE with:
'<a href="' . tep_href_link(FILENAME_ORDERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_ORDERS . '</a><br>' .
'<a href="' . tep_href_link(FILENAME_BIRTHDAY, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_BIRTHDAY . '</a>');
But I get this answer..//Admin begin
// '<a href="' . tep_href_link(FILENAME_CUSTOMERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_CUSTOMERS . '</a><br>' .
//
/* '<a href="' . tep_href_link(FILENAME_ORDERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_ORDERS . '</a>'); */
'<a href="' . tep_href_link(FILENAME_ORDERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_ORDERS . '</a><br>' .
'<a href="' . tep_href_link(FILENAME_BIRTHDAY, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_BIRTHDAY . '</a>');
tep_admin_files_boxes(FILENAME_CUSTOMERS, BOX_CUSTOMERS_CUSTOMERS) .
tep_admin_files_boxes(FILENAME_ORDERS, BOX_CUSTOMERS_ORDERS));
//Admin end
Line 34 isParse error: syntax error, unexpected ')' in /home/starreco/public_html/catalog/admin/includes/boxes/customers.php on line 34
tep_admin_files_boxes(FILENAME_ORDERS, BOX_CUSTOMERS_ORDERS));
Thanks




LinkBack URL
About LinkBacks









Bookmarks