Results 1 to 10 of 10
  1. #1

    Default Duplicate Products Manufacturer

    How Easy is it to duplicate products manufacturer as i want to add out supplier details to each product ? and keep Products Manufacturer if someone can tell me what files need modifying i will give this a crack.

    Luke
    A 19 year old Messing around with e-commerce.

    www.frome-model-centre.com

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    1,979
    Plugin Contributions
    21

    Default Re: Duplicate Products Manufacturer

    The products_manufacturer is a database field associated with the products table. Try searching these forums (or Google) for

    zen cart add product fields

  3. #3

    Default Re: Duplicate Products Manufacturer

    Quote Originally Posted by lat9 View Post
    The products_manufacturer is a database field associated with the products table. Try searching these forums (or Google) for

    zen cart add product fields
    thank you for your reply

    i have manged to duplicate both manufacturer database tables n also duplicate the manufacturers.php now called suppliers.php which works apart frome i now get this error

    1146 Table 'f***p_s***ie.TABLE_SUPPLIERS' doesn't exist
    in:
    [select count(*) as total from TABLE_SUPPLIERS]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    A 19 year old Messing around with e-commerce.

    www.frome-model-centre.com

  4. #4

    Default Re: Duplicate Products Manufacturer

    IF I CHANGED line 177 back to

    <?php
    $manufacturers_query_raw = "select manufacturers_id, manufacturers_name, manufacturers_image, date_added, last_modified from " . TABLE_MANUFACTURERS . " order by manufacturers_name";

    from this

    <?php
    $suppliers_query_raw = "select suppliers_id, suppliers_name, suppliers_image, date_added, last_modified from " . TABLE_SUPPLIER . " order by suppliers_name";

    it connect to the manufacturers table wen i change it back to supplier it dosnt work am i missing a edit somewhere
    A 19 year old Messing around with e-commerce.

    www.frome-model-centre.com

  5. #5
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,369
    Plugin Contributions
    0

    Default Re: Duplicate Products Manufacturer

    Did you actually add a new table to the database?

    Rob
    Breakfast: the most important donut of the day.

  6. #6

    Default Re: Duplicate Products Manufacturer

    a new table has being add with the name of fmcsuppliers
    A 19 year old Messing around with e-commerce.

    www.frome-model-centre.com

  7. #7
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,369
    Plugin Contributions
    0

    Default Re: Duplicate Products Manufacturer

    Oaky. I thought I'd better ask, as it's sometimes the trees that get in the way of the forest.

    Rob
    Breakfast: the most important donut of the day.

  8. #8

    Default Re: Duplicate Products Manufacturer

    Quote Originally Posted by rstevenson View Post
    Oaky. I thought I'd better ask, as it's sometimes the trees that get in the way of the forest.

    Rob
    Cheers is there a file that lists database tables ?
    A 19 year old Messing around with e-commerce.

    www.frome-model-centre.com

  9. #9
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,369
    Plugin Contributions
    0

    Default Re: Duplicate Products Manufacturer

    When I want to see such things, I just go to phpMyAdmin (or whatever such tool your server people offer in their control panel).
    Breakfast: the most important donut of the day.

  10. #10

    Default Re: Duplicate Products Manufacturer

    Quote Originally Posted by rstevenson View Post
    When I want to see such things, I just go to phpMyAdmin (or whatever such tool your server people offer in their control panel).
    thank you for your reply

    i found the php file i was after which was database_tables.php

    ill hopefully in the next few weeks package this up n realise it as and add on
    A 19 year old Messing around with e-commerce.

    www.frome-model-centre.com

 

 

Similar Threads

  1. v150 Duplicate Products
    By Leowald in forum Customization from the Admin
    Replies: 0
    Last Post: 2 Feb 2012, 01:58 PM
  2. Replies: 1
    Last Post: 8 Nov 2010, 04:52 AM
  3. Disable products of a manufacturer
    By Evadido in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 27 May 2010, 05:23 PM
  4. Products Manufacturer Option
    By KismetDesign in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 27 Jun 2009, 08:40 PM
  5. Show manufacturer products
    By Svanis in forum Upgrading from 1.3.x to 1.3.9
    Replies: 7
    Last Post: 7 Sep 2006, 02:24 PM

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
  •