Posted by boztek on July 15, 2009 at 7:11am
10 followers
Jump to:
| Project: | Features |
| Version: | 6.x-1.0-alpha5 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Issue Summary
Where is the features module presently in relation to exporting ubercart product classes, catalogs, attributes and options?
There is no way to auto export taxonomy if I understand correctly so this probably impacts the catalog exporting somewhat but what about product classes?
I managed to sort of export a product class but it was only an ubercart looking content type and neither showed up in ubercarts product class configuration nor interacted with the cart.
Has anyone looked into this at all? Should I be able to get this working?
Comments
#1
I haven't looked at the state of exportables in Ubercart recently -- if Ubercart has defaults hooks for these and exportables in place it should be possible to integrate with features.
#2
Where should I look for information about the right way to provide exportables in a drupal module to support features integration? Not having much luck searching.
#3
Im interested to see what comes of this.
Would be nice to create some features to handle different use cases of ubercart setups like charities or tech shops etc.
#4
subscribing
#5
One relatively quick way for a module to become exportable and thus work with features is to implement the export.inc hooks from Ctools project.
Marking this fixed since doing actual export supprt falls on the usercart project, not features project.
#6
Automatically closed -- issue fixed for 2 weeks with no activity.
#7
Did this ever get in? I'm looking for it now...
#8
Hey Michael,
Depending on which aspect of it you're looking for, you might find the patch I submitted somewhat recently a good solution, or at least a good starting point since I'm sure it needs updated...
It's over in the Ubercart queue: http://drupal.org/node/880770
Kevin
#9
Marking postponed on #880770: Features integration contribution for uc_product product classes (content types).