Form Layout

  • Posts: 16
  • Thank you received: 0
11 years 6 months ago #98710

Hello,

I am trying to put 3 combox box in one line (td). Exemple: Birth Date : 01 / April / 2013.

"01" is a part of the list which contains all the days (01 to 31)

"April" : January to December

"2013" : 1976 to 2013.

So the 3 values are from a combo box.

From now, each combo box are not in one line (one td each)

Is there a configuration on Hikashop i need to do or i need to change the code ?

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 6 months ago #98761

Hi,

For that you will have to edit the view "product / show_block_item" if these fields are to display on a product page.

Please Log in or Create an account to join the conversation.

  • Posts: 16
  • Thank you received: 0
11 years 6 months ago #99170

The form is in a login / registration page (checkout).

I created 3 custom fields and i am trying to search how i could place them in one line.

Like this :

( [DD] / [MM] / [YYYY] )

Right now, its like that :

[DD]
/ [MM]
/ [YYYY]

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 6 months ago #99290

Are the custom fields created in the table "address" or "order" ?

If order, you can edit the view "checkout / order".
If address, "checkout / address_view".
If user, "user / custom_fields".

Add an if condition, if the fieldName = what you need, don't display it in a table but in divs one next to others.

The following user(s) said Thank You: Wewic24

Please Log in or Create an account to join the conversation.

Time to create page: 0.065 seconds
Powered by Kunena Forum