Closed (duplicate)
Project:
Ubercart
Version:
6.x-2.0-rc7
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2009 at 21:04 UTC
Updated:
4 Apr 2011 at 04:38 UTC
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
Comment #1
dominik__w commentedComment #2
skylord commentedIt 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...
Comment #3
tr commentedMarking this as duplicate of #174600: Support for non CCK fields (e.g. main Ubercart product fields).