Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

osCommerce Online Merchant v2.2 RC1


Recommended Posts

I am new to osCommerce and just getting to know it's php structure. This new release was a nice quick install, completely painless.

I began to install the OSC-Affiliate 2.7 add-on and found the instructions no longer apply to this new release.

 

The MySQL and CATALOG ALTERATIONS went smoothly I then began to stumble when trying to follow the ADMIN ALTERATIONS.

 

Exanple: In index.php in the admin directory find line 50 approx;

 

array('title' => REPORTS_ORDERS, 'link' => tep_href_link(FILENAME_STATS_CUSTOMERS, 'selected_box=reports')))),

and on a new line add the following code after it:

              array('title' => BOX_HEADING_AFFILIATE,
                    'image' => 'affiliate.gif',
                    'href' => tep_href_link(FILENAME_AFFILIATE_SUMMARY, 'selected_box=affiliate'),
                    'children' => array(array('title' => BOX_AFFILIATE, 'link' => tep_href_link(FILENAME_AFFILIATE, 'selected_box=affiliate')),
                                        array('title' => BOX_AFFILIATE_BANNERS, 'link' => tep_href_link(FILENAME_AFFILIATE_BANNERS, 'selected_box=affiliate')))),

 

These code lines no longer exist in the new admin/index.php file, nor does most of the code in the OSC-Affiliate installation instruction file.

 

Can anyone point me to a resource to access the code changes done in this new release? The upgrade document provided with oscommerce22rc1 did not provide any help for me to apply this affiliate contribution installation procedure. Or, does anyone have the solutions!

Link to comment
Share on other sites

osCommerce Online Merchant v2.2 RC1 Upgrade Notes

 

The following changes should be performed in order on your installation to upgrade it to osCommerce Online Merchant v2.2 RC1. Please note that the following changes are only the recommended changes to make and does not include the new Administration Tool login routine or the Administration Tool index page summary modules that are available with new installations. This is to avoid a conflict with existing Administration Tool securing mechanisms already in place.

 

Can anyone please tell me where I can find those changes to the new Administration Tool Login routine or Administration Tool index summary modules?

 

I have followed the SVN link off Sourceforge and can not find the code changes and just end up going in circles.

 

Where is all the version 2 documentation? all I see is version 3!

 

Any help would greatly be appriciateed!

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...