Product optie with text

  • Posts: 106
  • Thank you received: 3
11 years 3 months ago #87182

Is it posible to put a extra text option within Characteristics (product) where the customer can add a arbitrary name?
So not only a pulldown menu (like size or color) but text like a random name.
I hope someone can help me!
Thanks, Gerard

Last edit: 11 years 3 months ago by gerardtb.

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

  • Posts: 81540
  • Thank you received: 13071
  • MODERATOR
11 years 2 months ago #87335

You can do that by creating custom fields of the table "item" and of the type "text" via the menu Display->Custom fields in the Business edition.

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

  • Posts: 106
  • Thank you received: 3
11 years 2 months ago #87680

I look to your demo of hikashop.
I have a question: I get the Idea that when I make a costum field that this field is available in the hole categorie.
Is this right or is it posible to do it product by product?

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

  • Posts: 12953
  • Thank you received: 1778
11 years 2 months ago #87748

Hi,

Can you explain it more precisely with some screenshots for example ?

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

  • Posts: 106
  • Thank you received: 3
11 years 2 months ago #87852

Hi Mohamed,
In the demo from Hikashop I go toe Custum fields.
There I select a table: product and I have to the right a "add" buton for a categorie.
So I get the Idea that when I want to add a "arbitrary name" to a product I must do it for the hole categorie and not for just for 1 product.
How does this work?
Thanks for your time,
Gerard

Attachments:

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

  • Posts: 13201
  • Thank you received: 2322
11 years 2 months ago #87918

Hi,

Actually the custom fields can only be applied on a category. Manage it only for products is on our TODO list.

But if you create one in the table product, don't set it as required, let the default value empty.
Then on the product edition page you can specify a name for each product.
And if you let this field empty, nothing will be displayed on frontend.

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

  • Posts: 106
  • Thank you received: 3
11 years 2 months ago #88008

Hi,
if I understand correctly it is by category but it is posible to get round it and (de)activate the input field for a name by a product.

Is it soon that the option is manage it only for product?
Thanks, Gerard

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

  • Posts: 13201
  • Thank you received: 2322
11 years 2 months ago #88059

Hi,

If you don't fill the value of the custom field, so it will not be displayed.

The option is on our TODO List like many things, so I can't say when it will be available.

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

  • Posts: 106
  • Thank you received: 3
11 years 2 months ago #88254

Hi,
I buyed the Businness upgrade of Hikashop today and I try to make a costum field in the productpage.
I
When I make a costum field it is displayed in the productpage but the costumer can't edit it.
When I look to the makeup of the adress field and my costum field there is no difference.

I hope you can help me?

Can you also tell me what de column "core" is in the costum fields column? I also can't set it.

Thanks for you time, Gerard

Attachments:

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

  • Posts: 81540
  • Thank you received: 13071
  • MODERATOR
11 years 2 months ago #88375

Hi,

You created a custom field of the table "product" and not of the table "item" as I had explained. That's why the user cannot edit it.

The core column tells you if it's a default field of HikaShop or not. The core fields cannot be deleted.

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

  • Posts: 106
  • Thank you received: 3
11 years 2 months ago #88489

Hi,
I'm sorry its my mistake.

Now I have a field and costumer can put arbitrary name in, TOP!
but this "arbitrary costumer name" is not display anywhere not in the mail, invoice, bucketlist.
What do I wrong (again)?
I hope you can help me ones again, Gerard

Attachments:
Last edit: 11 years 2 months ago by gerardtb. Reason: Extra screenshots

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

  • Posts: 13201
  • Thank you received: 2322
11 years 2 months ago #88618

Hi,

It should be displayed in the email and in the invoice.
In the custom field settings, do you have enabled the display for "frontend" "backend form" and "backend listing" ?

Have you edited any views like "order / product" ?

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

  • Posts: 106
  • Thank you received: 3
11 years 2 months ago #88662

Hi,
I enabled the "frontend" "backend form" and now also "backend listing" but no diference )-;

The only thing I edit in the views is checkout step.

Do you have a Idea or can I send you extra information?
I hope you can help me.

Best regards, Gerard

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

  • Posts: 13201
  • Thank you received: 2322
11 years 2 months ago #88797

Hi,

Thanks to see in the view "checkout / cart" if you have a code like:

								if(hikashop_level(2) && !empty($this->extraFields['item'])){
									foreach($this->extraFields['item'] as $field){
										$namekey = $field->field_namekey;
										if(empty($row->$namekey)) continue;
										echo '<p class="hikashop_cart_item_'.$namekey.'">'.$this->fieldsClass->getFieldName($field).': '.$this->fieldsClass->show($field,$row->$namekey).'</p>';
									}
								}

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

  • Posts: 106
  • Thank you received: 3
11 years 2 months ago #88869

I found it.
I attached this file

Attachments:

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

  • Posts: 81540
  • Thank you received: 13071
  • MODERATOR
11 years 2 months ago #89059

In HikaShop 2.0, there was a bug with products with characteristics and custom item fields which were not added to the cart along with the product.
So there is a high probability that it comes from that and if that's really that bug you have, updating to the 2.1 release will fix the problem.
So I would recommend you to update by download the latest version on our website and installing it via the joomla installer.

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

  • Posts: 106
  • Thank you received: 3
11 years 2 months ago #89322

When will there be the release 2.1.
Is the release within days or weeks?

Last edit: 11 years 2 months ago by gerardtb.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 2 months ago #89415

Hi,

The release is already available, you can find it on our website.

Last edit: 11 years 2 months ago by Xavier.

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

  • Posts: 106
  • Thank you received: 3
11 years 2 months ago #89524

Hi Xavier,
I update the webshop to version 2.1 in the hope the problem is solved, but the problem is still there )-:
Is it posible to send you the info so you can login to the back-end?
Where can I send the login info to?

I hope you can help me.
I think this is the last big problem (-;
Best regards, Gerard

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

  • Posts: 81540
  • Thank you received: 13071
  • MODERATOR
11 years 2 months ago #89740

Hi,

You can use our contact form:
www.hikashop.com/en/contact-us.html

Please specify the URL of this thread and the URL of a product where you have the problem so that we can easily find it.

The following user(s) said Thank You: gerardtb

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

Time to create page: 0.111 seconds
Powered by Kunena Forum