Customizable Products by the customers

  • Posts: 6
  • Thank you received: 0
13 years 9 months ago #6495

Hi,

I would like to know if it's possible to add some text boxes in some of my products. In others words I would like to sail cards with texts which could be chosen by the customers. The customers could write their texts in these text boxes.

This is probably not easy to set up but since I m beginner could somebody give me some clues?

Thanks a lot

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
13 years 9 months ago #6496

Hi,

You can configure a custom item field via the menu Display->Custom fields in order to display a text box on the product page above the "add to cart" button which the user will have to fill in order to add the product in the cart.
It's also possible to create custom order fields in the same way which would be displayed during the checkout instead.

The difference between the two is that with the first option, you will be able to have one text per product in the cart where, with the second option, you will have one text for all the products in the cart.

Both possibilities are only available in the Business Edition of HikaShop.

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

  • Posts: 6
  • Thank you received: 0
13 years 9 months ago #6716

Thanks a lot for the answer!

Bastien

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

  • Posts: 6
  • Thank you received: 0
13 years 9 months ago #6719

I just get the business version, really great!

I have an other question about customs fields. I have a text box that I would like to display only on some of my product which required this text box. How could I do this?

Thanks

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
13 years 9 months ago #6722

Do you mean that you want it only on some products and not on others ?

If so, it's not possible with just options.
You can go in the menu Display->Views and edit the file show of the view product. There, You have the line:
foreach($this->itemFields as $fieldName => $oneExtraField) {

You can add after it something like that:
if(in_array($this->element->product_code,array('product_code_1','product_code_2'))) continue;

Where product_code_1 and product_code_2 are the products code for which you don't want the custom item fields.

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

  • Posts: 6
  • Thank you received: 0
13 years 9 months ago #6723

Whoho! Thank you! That's a great support!

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

Time to create page: 0.038 seconds
Powered by Kunena Forum