Adding a survey at checkout

  • Posts: 24
  • Thank you received: 4
13 years 9 months ago #6304

Is there a way to add a custom survey with checkboxes during checkout process by adding the required custom fields? Or would this have to be completely a custom script inserted in the checkout process?

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

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

You can use custom order fields for that indeed. You can see an example on our demo website where we ask the user for additional information. The textarea there was created with a custom order field.
Custom order fields are only available in the Business edition of HikaShop.

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

  • Posts: 24
  • Thank you received: 4
13 years 9 months ago #6428

I installed the business addition and added my custom field. It is several radio buttons, and they format so close to each other that you can't tell what word goes with what radio button. I would like to stack the radio buttons vertically to fix this issue. How can you format the display of the custom field radio buttons?

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

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

You should be able to do that with some CSS.
If you give a link to our website store, we could give you more precise directions.

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

  • Posts: 24
  • Thank you received: 4
13 years 9 months ago #6504

Here is a link to one of the product categories to add an item to the cart. Additional info is at very bottom of the cart. abet.securetesting4.info/index.php/products/s4000-model

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

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

You can add the CSS below via the CSS edition interface in the config under the tab display:

#hikashop_checkout_additional_info input { float: left; }
#hikashop_checkout_additional_info label { dispay: block; }

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

Time to create page: 0.066 seconds
Powered by Kunena Forum