Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

maccuda

Pioneers
  • Posts

    75
  • Joined

  • Last visited

Profile Information

  • Real Name
    Benjamin Dover

maccuda's Achievements

  1. Hey i get this error in admin/catalog Parse error: syntax error, unexpected T_CASE in mysite\admin\categories.php on line 1100 this is the lines $contents[] = array('text' => '<br>' . TEXT_CATEGORIES_NAME . $category_inputs_string); $contents[] = array('text' => '<br>' . TEXT_CATEGORIES_IMAGE . '<br>' . tep_draw_file_field('categories_image')); $contents[] = array('text' => '<br>' . TEXT_SORT_ORDER . '<br>' . tep_draw_input_field('sort_order', '', 'size="2"')); /*** Begin Header Tags SEO ***/ $contents[] = array('text' => '<br>' . 'Header Tags Category Title' . $category_htc_title_string); $contents[] = array('text' => '<br>' . 'Header Tags Category Description' . $category_htc_desc_string); $contents[] = array('text' => '<br>' . 'Header Tags Category Keywords' . $category_htc_keywords_string); $contents[] = array('text' => '<br>' . 'Header Tags Categories Description' . $category_htc_description_string); /*** End Header Tags SEO ***/ $contents[] = array('align' => 'center', 'text' => '<br>' . tep_image_submit('button_save.gif', IMAGE_SAVE) . ' <a href="' . tep_href_link(FILENAME_CATEGORIES, 'cPath=' . $cPath) . '">' . tep_image_button('button_cancel.gif', IMAGE_CANCEL) . '</a>'); break; case 'edit_category': $heading[] = array('text' => '<b>' . TEXT_INFO_HEADING_EDIT_CATEGORY . '</b>'); $contents = array('form' => tep_draw_form('categories', FILENAME_CATEGORIES, 'action=update_category&cPath=' . $cPath, 'post', 'enctype="multipart/form-data"') . tep_draw_hidden_field('categories_id', $cInfo->categories_id)); $contents[] = array('text' => TEXT_EDIT_INTRO);
  2. jack. sorry to pester again but cant get it to work, have gone through all 52 pages of this thread and have seen several people with the same issues but things do not work for me. on configure: The exclude selector box only comes up with "make selection" and no selections are offered. I have tried various exceptions in the box, but with no luck. any help would be much appreciated
  3. I get this error, any idea what & how? Warning: file(DOCUMENT_ROOT/banned/Whitelist.txt) [function.file]: failed to open stream: No such file or directory in mydite\user\htdocs\index.php on line 351
  4. I get this warning in the admin side Warning: opendir(/home/username/public_html) [function.opendir]: failed to open dir: No such file or directory in mysite.co.uk\user\htdocs\admin\includes\functions\sitemonitor_functions.php on line 267 Reference file creation failed!
  5. in your catalog folder and admin folder as described you have to upload the files from the supertracker package, as mentioned.
  6. ok guys i get alot of erros in my admin site, it show this at the top: e sessions directory does not exist: ' . tep_session_save_path() . '. Sessions will not work until this directory is created.'); define('WARNING_SESSION_DIRECTORY_NOT_WRITEABLE', 'Warning: I am not able to write to the sessions directory: ' . tep_session_save_path() . '. Sessions will not work until the right user permissions are set.'); define('WARNING_SESSION_AUTO_START', 'Warning: session.auto_start is enabled - please disable this php feature in php.ini and restart the web server.'); define('WARNING_DOWNLOAD_DIRECTORY_NON_EXISTENT', 'Warning: The downloadable products directory does not exist: ' . DIR_FS_DOWNLOAD . '. Downloadable products will not work until this directory is valid.'); define('TEXT_CCVAL_ERROR_INVALID_DATE', 'The expiry date entered for the credit card is invalid. Please check the date and try again.'); define('TEXT_CCVAL_ERROR_INVALID_NUMBER', 'The credit card number entered is invalid. Please check the number and try again.'); define('TEXT_CCVAL_ERROR_UNKNOWN_CARD', 'The first four digits of the number entered are: %s. If that number is correct, we do not accept that type of credit card. If it is wrong, please try again.'); define('FOOTER_TEXT_BODY', 'Copyright © ' . date('Y') . ' ' . STORE_NAME . ' Powered by osCommerce'); define('BOX_REPORTS_SUPERTRACKER', 'Supertracker'); ?> any help?
  7. Actually when i made "Paypal Account Optional" is set to "On" it did work! then you get this message next to logging into a paypal account: Don't have a PayPal account? Use your credit card or bank account (where available). Continue
  8. Same problem here, set up paypal standard, followed all the instructions and no choice of payment, just to sign up for paypal and NOT all costumers want that.. anyone any ideas?
  9. under admin section and then catalog -> define mainpage thats where the section overrides the code for the mainpage
×
×
  • Create New...