Closed (fixed)
Project:
Bank Transfer | Ubercart Payment
Version:
6.x-1.0-beta1
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2010 at 01:35 UTC
Updated:
31 Oct 2010 at 14:30 UTC
Comments
Comment #1
jonathan_hunt commentedDoh! Order isn't available this early in checkout. But a theme function would still be useful.
Comment #2
jonathan_hunt commentedNot sure why this went to won't fix. The theme function is still very useful. I don't know why the original code is using order id though, as the order is available during cart/checkout.
Comment #3
xibun commented@jonathan_hunt:
1) you put it to "won't fix" yourself
2) order id is not available before "review" page. order ID is useful to match received transfers with orders.
Comment #4
xibun commented@jonathan_hunt: still not sure what you meant by "I don't know why the original code is using order id though, as the order is available during cart/checkout." - did I answer your question in my last post? - btw: thanks for the patch !
I put this on "needs review" - I would love to hear about / understand a use-case before committing. I'm wondering if it makes sense to have the theming function the way it is now. Maybe uc_bank_transfer_bank_details should be merged into theme_uc_bank_transfer_bank_details?
Comment #5
YK85 commentedsubscribing
Comment #6
YK85 commented+1 for committing further theme overrides to help administrators customize the pages. Thanks!
Comment #7
checker commented+1
Comment #8
xibun commentedas mentioned under #4: I would love to hear about / understand a use-case before committing. I'm wondering if it makes sense to have the theming function the way it is now. Maybe uc_bank_transfer_bank_details should be merged into theme_uc_bank_transfer_bank_details?
Comment #9
checker commentedThe anwser is customizing. In my way i don't want to show iban and swift to customers that don't need it.
Comment #10
xibun commentedcommited. thanks jonathan_hunt & checker.