stevebor1 Posted June 1, 2004 Posted June 1, 2004 (edited) How do you change the width of the drop downs on the build.php page. The width is too wide and it stretches out my tables. Also, how do you add products to this? I've installed it correctly, looks like it's running fine. Under the admin i do see the Custom Computer on the left and the categories. Under Category for the products, it all looks the same. Do i create the category in here for each part of the computer? hmmm Is there any manual on this? Is the new CCC bester than CPcC? Advance thanks!!!! **Also, I have Master Products installed too. Is there any conflicts/compatibility issues?? My Webpage Edited June 1, 2004 by stevebor1 Quote
stevebor1 Posted June 1, 2004 Author Posted June 1, 2004 Well figured it out on my own: find this line in includes/functions/custom_computer.php around line 77 $field = '<select name="' . tep_parse_input_field_data($name, array('"' => '"')) . '"'; Replace with: $field = '<select style="width:250;" name="' . tep_parse_input_field_data($name, array('"' => '"')) . '"'; Still trying to figure how to add products Quote
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.
Note: Your post will require moderator approval before it will be visible.