Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Designed field to a product


Recommended Posts

Hello!!!

 

Please helpppppppp me!!!!!!!!!!

I have a IT market online with many categories like:notebook,monitors...... and i want for every product to have description with designed fields something like that http://www.greenprice.ro/details.php?id=120&idp=6135 ,example: for notebooks have fields : Procesor:

HDD:

Memory:

OS:

...................................................

and the field have another colour like: 1.blue

2.grey

3.blue

4.grey

 

I dont now how make the fields and after colour them!!!!

Thank you in advance!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! :blink:

Link to comment
Share on other sites

Hello!!!

 

Please helpppppppp me!!!!!!!!!!

I have a IT market online with many categories like:notebook,monitors...... and i want for every product to have description with designed fields something like that http://www.greenprice.ro/details.php?id=120&idp=6135 ,example: for notebooks have fields : Procesor:

HDD:

Memory:

OS:

...................................................

and the field have another colour like: 1.blue

2.grey

3.blue

4.grey

 

I dont now how make the fields and after colour them!!!!

Thank you in advance!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! :blink:

You probably be best off using css, like is used for selecting certain field in the default oscommerce.

 

first define the table row(td) as a class.. e.g:

<td class="myfield">text here</td>

that defines the td as myfield.. then in your css file put something like:

 

td.myfield{background-color:#ffffff;}
td.myfield:hover{background-color:#ff0000;}

 

that should work

Link to comment
Share on other sites

You probably be best off using css, like is used for selecting certain field in the default oscommerce.

 

first define the table row(td) as a class.. e.g:

<td class="myfield">text here</td>

that defines the td as myfield.. then in your css file put something like:

 

td.myfield{background-color:#ffffff;}
td.myfield:hover{background-color:#ff0000;}

 

that should work

 

Is not work :( ,but thanks anyway,i use extra field contributions !!!!!!!!!!!!!!!!

If you have another sugestions!!!!!!!!!!!

Please help me!!!!!!!!!!!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...