uc_product_views.inc has got a function (it begins from 190 line) which allow (I think) to edit field such as Sell Price, SKU, List Price by mins of Editablefields and views module. But it is a support for 5.x. version. How to make this part of code to work with D6, Ubercart 2.x and Editablefields module ?

I will be grateful for help.

Comments

dominik__w’s picture

Assigned: dominik__w » Unassigned
skylord’s picture

It will be impossible as i think. "Editablefields" for D6 depends strongly on CCK acting just like a field filter. I've investigated its support possibility for Ubercart and it seems like all editablefields support needs to be written from scratch. :-)
But Editview (http://drupal.org/project/editview) works with Ubercart fine and doesn't need any coding. It has a VERY big overhead in page size but i don't know other solutions.
BTW, editablefields support function can be safely removed from uc_product_views.inc - it has no sense in 6.x version...

tr’s picture

Status: Active » Closed (duplicate)