custom field default not working

  • Posts: 109
  • Thank you received: 2
  • Hikashop Multisite
8 years 11 months ago #224943

-- url of the page with the problem -- : www.blynd.com
-- HikaShop version -- : 2.6.0
-- Joomla version -- : 3.4.7
-- PHP version -- : 5.4.45

I have a custom field on the login page that has three check boxes. The first one is to be checked by default and the other two are to not be checked by default. Everything looks correct in the field configuration, but the one that should be checked is not on the front end. What would cause that? See screen shots.

Attachments:

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

  • Posts: 13201
  • Thank you received: 2322
8 years 11 months ago #224953

Hi,

Please edit the views "user / custom_fields_bootstrap" and "user / custom_fields" and replace the line:

@$this->$type->$fieldName,
By:
@$oneExtraField->field_default,
In both views.

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

  • Posts: 109
  • Thank you received: 2
  • Hikashop Multisite
8 years 11 months ago #225026

That took care of it. Thank you for the quick solution!

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

  • Posts: 25
  • Thank you received: 1
8 years 10 months ago #225571

- HikaShop version -: 2.6.0
- Joomla version -: 3.4.7
- PHP version -: 5.4.45


I have the same problem to generate custom fields on the screen product.
These are the points that i have continued to do so.
I crea the date field: captura 1 captura 2

2. I think the product and assign features and custom fields: captura 3

3. Result: captura 4

5. What I need is captura 5
Maybe i writing some code in show_tubular.php.

I have reviewed and tested all solutions this is foro but do not get any results Could you please help me.

I need so little, please

Last edit: 8 years 10 months ago by liontv.

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

  • Posts: 82908
  • Thank you received: 13378
  • MODERATOR
8 years 10 months ago #225587

Custom fields of the table "product" allow you to configure additional information fields to your products.
From what I can understand, you wan the customers to be able to fill these fields for their product purchase.
In that case, you want to create instead custom fields of the table "item" and not "product".

The following user(s) said Thank You: liontv

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

  • Posts: 25
  • Thank you received: 1
8 years 10 months ago #225616

BUAA! I did not expect.
Many Thanks Nicholas

I'm super grateful, hikashop surprises me again today ... A great extension but never without his support battalion

Last edit: 8 years 10 months ago by liontv.

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

Time to create page: 0.084 seconds
Powered by Kunena Forum