Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How Configure Registry Redux?


LoOneTx

Recommended Posts

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 by LoOneTx
Link to comment
Share on other sites

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

Everything's funny but nothing's a joke...

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...