LoOneTx Posted June 18, 2007 Share Posted June 18, 2007 (edited) Hello friends, i install in my shop the Registry Redux. But not function, i do not make the configuration correctly. I make this steps: 1. Upload all files 2. Execute SQL file. But have erros: in Box information show this error: BOX_INFORMATION_HELP_REGISTRY_BUYER BOX_INFORMATION_HELP_REGISTRY_OWNER and in Box of Searching show: BOX_SEARCH_REGISTRY_TEXT_FIRST BOX_SEARCH_REGISTRY_TEXT_LAST I don't know configure files: includes/configure.php and admin/includes/configure.php what I must make in these files. I need help. Thank you Edited June 18, 2007 by LoOneTx Quote Link to comment Share on other sites More sharing options...
Iggy Posted June 18, 2007 Share Posted June 18, 2007 Hello friends, i install in my shop the Registry Redux.But not function, i do not make the configuration correctly. But have erros: in Box information show this error: BOX_INFORMATION_HELP_REGISTRY_BUYER BOX_INFORMATION_HELP_REGISTRY_OWNER and in Box of Searching show: BOX_SEARCH_REGISTRY_TEXT_FIRST BOX_SEARCH_REGISTRY_TEXT_LAST Hi there LoOneTx, It looks like you haven't fully merged the files from the Registry Redux with your osC install. The info box and search defines are found in /includes/languages/english.php and look like this respectively // information box text in includes/boxes/information.php define('BOX_HEADING_INFORMATION', 'Information'); define('BOX_INFORMATION_PRIVACY', 'Privacy Notice'); define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use'); define('BOX_INFORMATION_SHIPPING', 'Shipping & Returns'); define('BOX_INFORMATION_CONTACT', 'Contact Us'); //start gift registry define('BOX_INFORMATION_HELP_REGISTRY_BUYER', 'Registry Buyer Help'); define('BOX_INFORMATION_HELP_REGISTRY_OWNER', 'Registry Owner Help'); //start gift registry //search registry box define('BOX_HEADING_SEARCH_REGISTRY', 'Search registry'); define('BOX_SEARCH_REGISTRY_TEXT_FIRST', '<b>First name:</b><br>(min 1 letter)'); define('BOX_SEARCH_REGISTRY_TEXT_LAST', '<b>Last name:</b><br>(min 2 letters)'); //search result page define('BOX_SEARCH_REGISTRY_SEARCH', 'Registry Search Page'); I'd suggest you run back over the files one by one and make sure you've merged them properly, replaced everything that needs replacing and are hitting the right files in the right directories. Hope that helps and good luck! Iggy Quote Everything's funny but nothing's a joke... Link to comment Share on other sites More sharing options...
LoOneTx Posted June 19, 2007 Author Share Posted June 19, 2007 Ok, Thanks for Help. In this box function ok. But in Box of Search Regitry appear in combobox, of select type of registry: PULL_DOWN_DEF.... Where exists link from add registry, appear: HEADER_TITLE_ADD_REGISTRY. I click in button ADD REGISTRY and open a form: CO_REGISTRANT_FIRST_NAME CO_REGISTRANT_LAST_NAME REGISTRY_OCCASION_DATE REGISTRY_OCCASION_DATE_TEXT REGISTRY_OCCASION PULL_DOWN_DEFAULT_REGISTRY REGISTRY_OCCASION_TEXT What problem with my Registry? Wait for a help. Thank you. Quote Link to comment Share on other sites More sharing options...
LoOneTx Posted June 19, 2007 Author Share Posted June 19, 2007 ok now. it's language file of different name. ok now! thanks for help Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.