I'm trying to port this module to D7 (because I REALLY need this functionality on a client's site right away). I'm using Ubercart 3.x. One problem I'm having is, I've never used a product feature. From looking at the code (and reading about product features in drupal.org and ubercart.org) it seems like the features tab should appear on my edit products page. My uc_product_features table is empty. Is this a "chicken or the egg" situation? That is... do I have to have the tab before I can create a downpayment feature (in the table)? Or is it the fact that the table is empty that's making the feature tab not appear?

And a related question... what is the status of you, the maintainer(s), porting this to D7?

Comments

sokrplare’s picture

Hey ExTexan! Weirdness with the product features - that tab should just appear! Haven't tried on D7 though - maybe try adding like the role pricing module or another "product feature" module and see if the tab appears then?

As for status - ready and willing to accept a port! - had some interest from a few folks at different times and even had one sponsor all lined up (but turned out they actually wanted a port to Commerce...hmm) but so far all have fallen through. Will be watching if you get one going!

butteryak’s picture

Issue summary: View changes

hey ExTexan, did you ever get this working for D7, I could really use this functionality as well :)

extexan’s picture

@butteryak,

No, never found the time to get back to it. Sorry.

In the end, the client's needs changed, so this feature was no longer an urgent need.

butteryak’s picture

@exTexan thanks much for the response. curious how far you got with the code, I'm thinking about diving in, any chance you still have the code and would be willing to share it, any head start might be helpful :) thanks either way.

extexan’s picture

Will gladly do... if I can find it.

Edit: I *do* have it, so all I need to know is...

How best to get it to you?

butteryak’s picture

Check my profile, my FB page is listed there. I think u can send attachments to FB email? If not send me a message, and I'll send u an email address :)

butteryak’s picture

working with exTexan's code, I've managed to work through alot of problems.... Alot of ubercarts functions were renamed, adding uc_ to the function....so hook_product_feature, becomes hook_uc_product_feature. So far I can add features, all menu items show up, the add to cart button is altered to show options. Although there are still a few errors showing up, and when choosing downpayment option, it is not reflected in the cart (price stays the same), it seems as though it's pretty close to being functional, but i'm kinda stumped at this point, any one else interested in this, and perhaps lending a hand?

extexan’s picture

@butteryak,

Sounds like you made great progress in a short period of time. I wish I had time to jump back in and help out, but I'm really snowed under at this point.

I just wanted to post a "job well done" message to you.

sokrplare’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Status: Active » Fixed
sokrplare’s picture

Status: Fixed » Closed (fixed)