Needs review
Project:
Commerce Backoffice
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Sep 2013 at 09:04 UTC
Updated:
8 Sep 2016 at 19:33 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mengi commentedI would love to see this feature added as well. It would be very useful to quickly turn on/off sales prices.
Comment #2
rgnyldz commentedYou can add fields with views and change the formatter to Editable (Needs editablefields module). I just figured this out myself, I excluded the "Quick edit form" from display and added my own set of fields. I don't know why but I think the Quick edit form does not play well with other editable forms. Maby it's something I did wrong.
So that's a way to deal with this.
Comment #3
Rosenstrauch commentedi was also wondering how best to extend the quickedit view and came up with a small module inspired by https://drupal.org/comment/8175699#comment-8175699
it shows all fields by default in quickedit but fields can be skipped in the field_ui settings
its on github for now until someone decides if its useful and where it should go
https://github.com/rosenstrauch/commerce_backoffice_quickedit_ui
Comment #4
discipolo commentedhere as patch
Comment #5
pslcbs commentedHi @discipolo,
Thanks for your patch. I was giving it a try and it works but is not as perfect as I would like.
Commerce price field has the checkbox but yo can't enable or disable it.
Fieldgroups have not the checkbox to permit enabling or disabling.
May be is a good idea to create a Custom display selectable from Views. I don't know the difficulty of this approach, neither if is possible, but I think it would be a better and quicker solution
Comment #6
spgd01 commentedI tried the #4 patch but don't know where to make the edits once the patch is installed. Any help would be appreciated.
#3 seems to be gone now.
Any idea if we can get something like this added to the module?