1999 Posts in 530 Topics by 433 members
E-Commerce Modules
SilverStripe Forums » E-Commerce Modules » How to show CustomerOrderNote field in checkout
Discuss about the various e-commerce modules available:
Ecommerce, SS Shop, SilverCart and SwipeStripe
Alternatively, have a look the shared mailinglist.
Moderators: martimiz, Nicolaas, Howard, Sean, Ryan M., biapar, Willr, Ingo, Jedateach, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 237 Views |
-
How to show CustomerOrderNote field in checkout

17 January 2012 at 10:03am
I need order notes field for customer to input at checkout.
I see a CustomerOrderNote field in the order db but cant seem to get it to show on the CheckoutPage class. Im not finding where the fields are being compiled, thought this was looped through in saphire form.ss but theres something else going on here. any guidance would be helpful. I have not been able to get 'use different ship address' to show either.
-
Re: How to show CustomerOrderNote field in checkout

19 January 2012 at 3:57am
I was able to get CustomerOrderNote to work:
$rightFields->push(new TextField('CustomerOrderNote','Order Notes')); in OrderFormworks great, showing in order summery and CMS order view. So cool once sorted!!
no surprise there, i think my problem was trying to get it to show with the shipping fieldset $shippingfields. So now i need to figure out how to get the alt shipping fields to show and ill be rolling. any pointers would be appreciated.
| 237 Views | ||
|
Page:
1
|
Go to Top |

