Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted (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 by stevebor1
Posted

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...