Hey there,
is it normal that the necessary formatter for editable fields is missing for fields under the drupal commerce view for orders?
I mean this view: views/view/commerce_vbo_views_orders/edit and i want to set up the order status field as editable on the order view page.. but I cant find the formatter..
can anyone help?
cheers!
PS: In the product/view everything works fine with editbale fields! Great and very very very timesaving module! thanks for that!
Comments
Comment #1
johnvThe Commerce views are no different then 'normal' views.
You should be able to find the formatters in your Views display under FIELDS -> --> Formatter .
Comment #3
spacereactor commentedcan't find the option in views display. Below are the only option
Link this field to
- Nothing, unless specified in Rewrite results below
- The customer view page
- The administrator view page
Comment #4
gocaps commentedI have the same issue. I'd like to edit Commerce Order Status in a View using editablefields, but there isn't a formatter for the field. Is this by design, or is there a way to do this?
Comment #5
CarbonPig commentedsame issue - no formatter link for fields.
Comment #6
gocaps commentedFor anyone who stumbles upon this issue, you should take a look at Commerce Backoffice.
Comment #7
maxplus commentedHi,
I have the same issue in combination of Drupal Commerce using Editable fields 7.x-1.0-alpha2+14-dev
My field label is not displayed anymore when switching the display formatter to editable fields.
I disabled Commerce Backoffice and the problem is not solved.
When I set my display formatter settings of my editable field to "Click to edit", the label is displayed again.