Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Infobox Skin Manager v2.0


smulligan

Recommended Posts

Using OSC ms1 and install instructions calls for:

 

in /admin/includes/filenames.php add:

//Added for Infobox Skin Manager

define('FILENAME_INFOBOX_SKIN', 'infobox_skin.php');

define('FILENAME_INFOBOX_SKIN_MAPPING', 'infobox_skin_mapping.php');

 

 

in /admin/includes/database_tables.php add:

//Added for Infobox Skin Manager

define('TABLE_SKINS', 'skins');

define('TABLE_INFOBOX_SKIN_MAPPING', 'skin_mapping');

 

I can not find these files, i'm sure that I am missing something being that I am the only one in these forums that is having this problem.

 

Any assistance would be much appreciated in clearing up my confusion.

Link to comment
Share on other sites

Hey how you doing,

 

What you need to do is in the filenames.php you need to add those defines. In order to make it work, also you need to make sure that you have the permission 777 to the skins and the slice_sets.

 

If you need more contact me and I could help you.

:)

Link to comment
Share on other sites

Hi,

 

in MS1 these kind of defines were put into /catalog/includes/application_top.php. You should put them there instead.

 

You will also run into the infamous tep_output_string problem, which you can find the fix for here:

 

http://www.oscommerce.com/forums/index.php?sho...=0entry272407

 

Regards,

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.
Note: Your post will require moderator approval before it will be visible.

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