Results 1 to 2 of 2

Additioanl Table

This is a discussion on Additioanl Table within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; I am trying to add an addtional databse table to oscommerce for a project on an infobox. When I query ...

      
  1. #1
    New Member
    Join Date
    Oct 2003
    Posts
    7
    Rep Power
    0


    Default Additioanl Table

    I am trying to add an addtional databse table to oscommerce for a project on an infobox. When I query the table, it sats the table does not exist. Is there any where else I need to define the table other than within the infobox query.

    I tested it by rebuilding the manufactures.php infobox. I setup a duplicate manufactures table and named it manufacturesa. When I query from the file using manufactures, it works as expected. When querying the new table (manufacturesa) I get an error saying the table does not exist?

    Any ideas or help.

  2. #2
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,688
    Rep Power
    22


    Default

    Did you look (search) in all files for where the manufacture table is used..... Chances no...

    You missed one part. Telling OSC what your new table is....
    look in:
    database_tables.php

    define('TABLE_MANUFACTURERS', 'manufacturers');
    create your new one just below.
    define('TABLE_MANUFACTURERSA', 'manufacturersa');
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

Similar Threads

  1. table alignment
    By bibleman in forum osCmax v2 Customization/Mods
    Replies: 5
    Last Post: 07-30-2005, 01:10 PM
  2. table file
    By flexx in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 05-19-2005, 06:15 AM
  3. add a new mysql table
    By Dumb_Question in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 12-14-2003, 12:37 PM
  4. .css cant seem to fix table
    By Gus in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 11-21-2003, 08:32 AM
  5. Add new fields/table to product table
    By Anonymous in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 10-21-2002, 05:23 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •