- Posts: 72
- Thank you received: 0
Add a step to checkout to collect custom info
- daveturner101
-
Topic Author
- Offline
Less
More
13 years 5 months ago #98170
by daveturner101
Add a step to checkout to collect custom info was created by daveturner101
hi,
we've created a custom field that asks a customer to select a start date for their magazine subscription. but this appears in the address section of the registration form. when a customer returns for another order, the subscription start date field is already populated from the previous order and is being missed the second time.
how can we take that field away from the registration form and have it displayed as a step in the checkout so that all customers see the field and are required to select an option from the dropdown every time they go through the checkout?
many thanks
dave
we've created a custom field that asks a customer to select a start date for their magazine subscription. but this appears in the address section of the registration form. when a customer returns for another order, the subscription start date field is already populated from the previous order and is being missed the second time.
how can we take that field away from the registration form and have it displayed as a step in the checkout so that all customers see the field and are required to select an option from the dropdown every time they go through the checkout?
many thanks
dave
Please Log in or Create an account to join the conversation.
13 years 5 months ago #98217
by Xavier
Replied by Xavier on topic Add a step to checkout to collect custom info
Hi,
You have to create that field in the table "order", and in the checkout worflow configuration you need the set "field".
This is available in the business version of HikaShop
You have to create that field in the table "order", and in the checkout worflow configuration you need the set "field".
This is available in the business version of HikaShop
The following user(s) said Thank You: daveturner101
Please Log in or Create an account to join the conversation.
- daveturner101
-
Topic Author
- Offline
Less
More
- Posts: 72
- Thank you received: 0
13 years 5 months ago - 13 years 5 months ago #98226
by daveturner101
Replied by daveturner101 on topic Add a step to checkout to collect custom info
thanks, we don't have the business version at the moment, is there a way to do this using the free version or something i can manually change in the code that would allow me to do it?
i realise that might not be possible as it's a commercial feature, it's just giving us a bit of a headache at the moment.
many thanks
ps. here's the site to illustrate the problem, if you add an item to basket you'll see the reg form with the 'Subscription start date' dropdown field.
walksandwildlife.co.uk/subscribe
i realise that might not be possible as it's a commercial feature, it's just giving us a bit of a headache at the moment.
many thanks
ps. here's the site to illustrate the problem, if you add an item to basket you'll see the reg form with the 'Subscription start date' dropdown field.
walksandwildlife.co.uk/subscribe
Last edit: 13 years 5 months ago by daveturner101. Reason: add website to show problem
Please Log in or Create an account to join the conversation.
13 years 5 months ago #98400
by nicolas
Replied by nicolas on topic Add a step to checkout to collect custom info
It's always possible to do it by custom coding but it will cost you more to spend a few hours doing it with custom code than purchasing the Business edition...
Nevertheless, you can edit the file "fields" of the view "checkout" via the menu Display->Views to add your custom code to display the HTML to need and then process it on the result page. Than, you would have to edit the order view files of the backend and the emails to add the fields value there.
Nevertheless, you can edit the file "fields" of the view "checkout" via the menu Display->Views to add your custom code to display the HTML to need and then process it on the result page. Than, you would have to edit the order view files of the backend and the emails to add the fields value there.
The following user(s) said Thank You: daveturner101
Please Log in or Create an account to join the conversation.
- daveturner101
-
Topic Author
- Offline
Less
More
- Posts: 72
- Thank you received: 0
13 years 5 months ago #98401
by daveturner101
Replied by daveturner101 on topic Add a step to checkout to collect custom info
many thanks
Please Log in or Create an account to join the conversation.
Time to create page: 0.249 seconds