phoenix90 Posted April 13, 2011 Share Posted April 13, 2011 Hey guys, i hope someone can help me with this problem, I need to get the easy populate to export 1 more table, diff from products and products_description, the table I want to export and be able to import again is suppliers_products_groups , how will I go about doing this?? the fields are suppliers_group_id, suppliers_price, suppliers_ve, suppliers_min_order, suppliers_model, suppliers_url, suppliers_comment, products_price .. Thanks in advance :) Quote Link to comment Share on other sites More sharing options...
hodja451 Posted April 14, 2011 Share Posted April 14, 2011 I have done this. First, the v does something, so use v_suppliers_group_id, not suppliers_group_id. Next, easy populate works with the products table and warns that it may not work with other tables, so instead of a new suppliers database table, just add onto the products table. I would pick an existing field like v_products_name_1, and mimic it. Go into PHP MyAdmin and look at the v_products_name_1 field in the data base. Add your fields in that table, mimicking the structure. Then go to your Easy Populate PHP pages, and mimic those lines adding your fields. Worked for me. Quote My experience relates to osCommerce Online Merchant v2.2 RC2 Link to comment Share on other sites More sharing options...
phoenix90 Posted April 14, 2011 Author Share Posted April 14, 2011 I thought about the same method, but the problem will be, what if I have 40 suppliers? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.