Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New Contribution: Additional (category+manufacturer) info


erisen

Recommended Posts

Also it appears that the Catalog set up bit listed in the quote seems to blow out everything below that line of code ie: add to cart buttons and the page's footer. Any ideas why this is happening?

 

 

Catalog Setup

 

1- BACKUP YOUR /catalog/product_info.php file. PLEASE MAKE SURE TO BACK UP!!!!!

Note if anything goes wrong with the installation that's the place to back out when searching for help.

 

Find the sections where it says :

 

</table><p><?php echo stripslashes($product_info['products_description']); ?></p>

 

add this right under it:

 

 

<?php

// CUSTOMIZATION ADDITIONAL INFORMATION TO DESC.....

require(DIR_WS_MODULES . FILENAME_ADDITIONAL_INFO);

// END OF CUSTOMIZATON.......

?>

 

after the edit the section will look like something:

 

......................................

</table><p><?php echo stripslashes($product_info['products_description']); ?></p>

 

<?php

// CUSTOMIZATION ADDITIONAL INFORMATION TO DESC.....

require(DIR_WS_MODULES . FILENAME_ADDITIONAL_INFO);

// END OF CUSTOMIZATON.......

?>

<?php

$products_attributes_query = tep

Link to comment
Share on other sites

  • 7 months later...
Hi there. I've installed the contribution but seem to be having a different problem.

 

In my admin/additional_description.php file all I get is a drop down menu with

 

Additional Description Manager

 

> CATEGORY

> CATLEVEL

> MANUFACTURER

 

and no text field to enter the additional info. Any idea what is causing this?

 

thx in advance

 

Hi I have just installed this and I am having the same problem.

 

If i click submit next to the dropdown I get a list of all my categories with edit buttons next to them but i I click them it just takes me back to the original drop down!

 

all help greatfully received!

 

Thanks x

Link to comment
Share on other sites

  • 5 months later...

Dear All,

 

I have OSC 2.2 MS2 - I have read that this module may not work in my this version but just wanted to check I hadn't missed something.

 

I have followed the installation instructions to the T and also double checked all the alterations and file locations. To the best of my knowledge, the SQL table has been added and is now listed in the tables list.

 

When I go into the Admin area of the shop and select the link Additional Information in the Cateloge box, I get the following error:

 

404 Not Found

 

Not Found

 

The requested URL //admin/FILENAME_ADD_INFO was not found on this server.

Apache/2.0.55 (Red Hat) Server at ladiesoflove.co.uk Port 80

 

Can anyone point me in the right direction as to what may be going wrong?

 

Phil

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