Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 May 2012 at 04:19 UTC
Updated:
10 Sep 2013 at 20:07 UTC
Jump to comment: Most recent file
Comments
Comment #1
ankitchauhan commentedwelcome,
As installation and usage instructions are quite important for us to review, please take a moment to make your project page follow the tips for a great project page. Also make sure your README.txt follows the guidelines for in-project documentation.
while waiting for an in-depth review of your module you can start out fixing some coding style issues detected by automated tools:
http://ventral.org/pareview/httpgitdrupalorgsandboxiqbalnurhakim1576858git
change the repository url in project description to
git clone http://git.drupal.org/sandbox/iqbalnurhakim/1576858.git uc_currencyManual Review:--
<?php '#value' => variable_get('currency_base')?>please provide the default value when you are using variable_get() or variable_set()
We do really need more hands in the application queue and highly recommend to get a review bonus so we can come back to your application sooner.
regards
Comment #2
iqbalnurhakim commentedThanks for the reviews! I will have a look and fix the things.
Comment #2.0
iqbalnurhakim commentedadded project page to description
Comment #3
iqbalnurhakim commentedHello,
here are the updates
- I updated the project page
- I already fixed a lots of coding style issues
- Changed all variables prefix
- Added default value to base currency code.
Thanks
Comment #4
iqbalnurhakim commentedComment #5
flatcher commentederror!
Notice: Undefined index: USD в функции uc_currency_settings_form_submit() (line 110 в файле /sites/all/modules/uc_currency/uc_currency.admin.inc).Comment #6
cbeier commentedHi,
You should reference your configuration page in the .info file:
configure = admin/store/settings/currencyA small thing: uc_currency.admin.inc line 9 – change "Tmplements hook_form()." to "Implements hook_form()."
You should delete your module variables, when the module is uninstalled (see hook_uninstall).
Regards, Christian
Comment #7
steven-spencerDoes anyone have patches to work off of so far?
Comment #8
steven-spencerline 116 caused error.
variable_set('cuc_currency_convert', serialize($convert_currencies));
cuc_ prefix needs to be set to uc_
Comment #9
itmartin commentedI have fixed line 116 error but still :
Notice: Undefined index: EUR in uc_currency_settings_form_submit() (line 110 of /home/....../www/sites/all/modules/uc_currency/uc_currency.admin.inc).
Comment #10
southweb commentedI've uploaded my changes to this module. They are somewhat significant, and I've renamed the archive to uc_currency_alt (but not the underlying files so to be careful)
Our approach is fundamentally different as we change the actual price on node_view and this change is carried through to the checkout.
Note: if you use this, your payment gateway needs to support the currencies you select, and you will need to update the code in your Payment gateways to change the working currency dynamically to be that of currency switcher SESSION variable. ( Some basic php skills are required for this - or feel free to contract us at http://southweb.co.nz )
Comment #11
southweb commentedI've made an update to the above archive to fix a flaw with Firefox and Drupal forms - i.e. ignoring the "selected" option. Get in touch if you want it.
Comment #12
abhijeetkuma commentedHi Iqbalnurhakim,
My first project in drupal. I am using multiple currency (uc_currency).
I am facing a problem with this module when i change the currency type currency value proper working but currency sing always keeping default sign (currency sign).
http://colourentice.com/color/catalog/charcoal
Please help me..
Thanks in advance ...
Thanks,
Abhijeet
Comment #13
xhtmlwebdesign commentedAnyone use it with drupal7+ubercart?
I can not add currency, because at: admin/store/settings/currency page, add & save never be saved.
Need fix
Comment #14
xhtmlwebdesign commentedbtw: I use it on drupal7+ubercart3
Comment #15
turter2 commentedvery helpful to me, and this modified module successful change the currency and working on the check out.
i use local host to test this module, i just ignore the errors, still working.
this module really helps me a lot.
Thank you!
Comment #16
raysunil commentedfollowing changes worked for me
file uc_currency.admin.inc line no 110
original was
$currencies_rate[$item] =$input[$item];
I have change to
$currencies_rate[$item] = $item;
and line no 113
original was
variable_set('cuc_currency_convert', serialize($convert_currencies));
change to
variable_set('uc_currency_convert', serialize($convert_currencies));
Comment #17
turter2 commentedThank you Raysunil !
the module finally working. but it seems only can have one currency to switch.
all in all, im appriciate you help.
Comment #18
PA robot commentedClosing due to lack of activity. Feel free to reopen if you are still working on this application.
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #19
raysunil commentedthanks , myself too busy i will look on it.
Comment #20
bappa.sarkar commentedPlease add [D7] in the title. Please fix sniffer issues http://pareview.sh/pareview/httpgitdrupalorgsandboxiqbalnurhakim1576858git
Thanks,
Bappa
Comment #21
bappa.sarkar commentedComment #22
tr commentedRaysunil: You are not the original applicant. This application was closed because the original applicant hadn't addresses any of the issues in a very long time (15 months!). Why are you re-opening this issue?
bappa.sarkar: You can change the title yourself. See, I've just done it ...
Comment #23
den33775 commentedHi Folks. This looks exactly what I was looking for. Is it going to make it as a module (i.e. drupal.org/project/uc_currency)? Anyone know if it's being worked on still? Any status advice welcome. :) Thanks
Comment #24
tr commentedClosing again, as in #18. Original applicant still has not responded, and @Raysunil, who re-opened this issue, has presented no basis for doing so.
@den33775: Apparently the author of this module is not interested in continuing his development effort. As this is open source, you can use the existing code, and even apply to make it a module under your own name if you're willing to address the issues above.
Comment #24.0
tr commentedchange git repo url