I've extended uc_profile to what I would call version 1.3 .

New features:
1. Allow for arbitrary profile categories to be added to the ubercart checkout process.

2. Add this information to administrative interface via orders and invoices.

Please check the read me for information on how to use all the features.

You can read my full write up here:
http://digibits.org/blog/ubercart-profile-uc-profile-module-extended

--
Ubercart module development

Comments

ocking’s picture

StatusFileSize
new51.2 KB
new60.14 KB
new57.22 KB
new33.19 KB

hi j0rd, u have a great work. i believe it is the soln for my needs.

however, i can't make the profile to be shown in new user checkout page [pls check the screenshot], even though i have carefully followed ur instructions in the README.txt in ur tarball

actually, i need 1 single category + single line textfield right now but it is not shown during checkout [ok in user registration page]. so i add 1 more category [other] for trial to examine the behaviour. it still show nothing in the box.

i can't leave msg to ur blog and here maybe the best way to reach u. pls kindly advise.

P.S. The [uc-profile] token is very useful to my site but i can't use it as problem encountered above.
FYR. My drupal core version is 6.17
Token 6.x-1.13
Ubercart 6.x-2.3
Ubercart Addresses 6.x-1.0
Ubercart ajax cart 6.x-2.0-beta2
Theme:
Acquia Marina 6.x-2.0

j0rd’s picture

I'm using Ubercart 2.2, that might be an issue. When I have time, I'll upgrade my dev server to 2.3 and see if my module still works. If you could track down the exact issue I'll be able to fix it, otherwise I'm quite busy right now and not sure how much time I'll have to debug issues in my module.

Another thing I'll suggest would be to disable the Acquia Marina theme and simply use garland. Does that make a difference? The TNT themes can override quite a few default hooks and mess modules up.

ocking’s picture

thx j0rd for ur prompt reply and helpful advice
u gave me a correct direction that the problem may arise from the tnt theme
i know u r busy and would u pls suggest some hooks that i have to tackle with ?
meanwhile, i try to understand it from ur source codes..... sry that i'm not a programmer
btw, ur v1.3 is a great module. it is also working with ubercart 2.3 [i.e. I switched to garland theme then mentioned problem gone]
I highly recommend ur module to others drupalers.

thank you again for your kindly help.

j0rd’s picture

StatusFileSize
new1.57 KB

Um. What ever hooks the TNT theme is running that code though is the issue. I think I may have ran into it myself as well. I'm not 100% sure, but you'll need to debug the problem yourself.

I did add this into my clients template.php. I think it was to include unique CSS class selectors for better styling though and will not resolve your problem.

See attached .txt file. Add it into your themes template.php and search/replace idealform01 with your themes name.

Also let me know what theme you are using and maybe I can install and look into the issue.

PS. I just styled the comments on my blog a lot better and included comment notify, so I'll get an email when you guys send me comments.

EvanDonovan’s picture

Status: Needs review » Closed (duplicate)