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
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
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.
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
Did you actually add a new table to the database?
Rob
Breakfast: the most important donut of the day.
a new table has being add with the name of fmcsuppliers
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.
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.
Bookmarks