additional field

  • Posts: 32
  • Thank you received: 0
10 years 10 months ago #179240

-- Joomla version -- : 3.3.6

Hello
I have two questions.
1. how to do that entered in the additional information box display them in a list? Image in the appendix.
2. Is it possible to do two independent additional fields? In the appendix you will see the first set of information. this information is of glass, or the height, depth, etc.
However, I would like to post, separately, the best second list and additional information. Is this possible?

Attachments:

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

  • Posts: 84304
  • Thank you received: 13698
  • MODERATOR
10 years 10 months ago #179246

Hi,

1. There is no option for that.
You would have to change the lines (twice in the code):

return implode(', ',$results);
to:
return '<ul><li>'.implode('</li><li>',$results).'</li></ul>';
in the file administrator/components/com_hikashop/classes/field.php

2. I don't understand your question. Could you give a precise example of what you want to do ?

The following user(s) said Thank You: piotreczek100

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

  • Posts: 32
  • Thank you received: 0
10 years 10 months ago #179332

Nicolas, thank you for the first hint :)
the second case is what I mean is that at the moment giving the specification of all I get together. I wish there were separate information about glass and separately on methods of printing. See the attachment.
Is this possible?
Best regards and thank you :)

Attachments:

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

  • Posts: 84304
  • Thank you received: 13698
  • MODERATOR
10 years 9 months ago #179370

Hi,

There is no option for that. You would have to customize the code of the display of the custom fields in order to get them into two columns.
You can do that in the file "custom_fields" of the view "product" that you can edit via the menu Display>Views.

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

  • Posts: 32
  • Thank you received: 0
10 years 9 months ago #179416

person found me understand :)
What I mean is that I have such a group of additional fields that can be attributed to the example, cups, mugs, steins, plates. But such plates can not be such as to adorn the ear which has a cup and a pint. therefore, the possibility of decorating I would somehow enter separately and not all together.
I will try to give some details.
For example, I would like to do a half additional: material from which glass is made, eg, diameter, height,
in the second half of extra group would write such possibilities of decorating;
- Printing on the ear
- Print at the bottom
- Printing on saucer

There is such a thing possible?
Best regards and have a nice day :)
Peter

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

  • Posts: 84304
  • Thank you received: 13698
  • MODERATOR
10 years 9 months ago #179469

Hi,

So if I understand correctly, you want to restrict the display of some of the custom fields based on other fields values.
That can be done with the "display limited to" option of custom fields that you can configure in each custom field when you edit them via the menu Display>Custom fields in the Business edition.

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

  • Posts: 32
  • Thank you received: 0
10 years 9 months ago #181029

welcome
Sorry I do not have copied for a long time.
I will try to explain in detail what I want to achieve.

At the moment, I can assign additional fields to the table: address, user, product, category, contact us.

Is it possible to add all of these tables is such a product 2?

Then on the product page will be able to view additional fields added to the table the product and if I wanted to Product2.
Now you know what I mean?

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

  • Posts: 26274
  • Thank you received: 4045
  • MODERATOR
10 years 9 months ago #181094

Hi,

Product 2 ? What is that ?
I'm sorry, I don't see what you mean.

But if you want to limit a product custom field to a product category, you can by using the "category" restriction in the custom field.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

Time to create page: 0.066 seconds
Powered by Kunena Forum