Closed (fixed)
Project:
Ubercart
Version:
5.x-1.5
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2008 at 02:20 UTC
Updated:
25 Jun 2012 at 07:46 UTC
This is an issue that has been raised on and off for a while: It's a pain to import .cif files one at a time, especially when you are trying to import a lot of them.
The solution is a tiny patch to allow multiple selects on the country select box (1 line) then a foreach statement to loop over the selections (1 line). Then a bunch of spaces to indent things inside the loop properly.
| Comment | File | Size | Author |
|---|---|---|---|
| uc_store.patch | 1.81 KB | tr |
Comments
Comment #1
alanburke commentedGreat Work.
Thanks.
Discovered bug in some import files while uing this patch
See #310303: Function austria_update delcared in dominican_republic_214_1.cif
Comment #2
rszrama commentedCommitted this patch with some additional code and reworking of the removal confirm form to actually use confirm_form().
Thanks for the patch, TR!
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
holeepassion commentedhow do I actually use this patch for ubercart ???
thanks
Comment #5
rszrama commentedYou don't need to. Just make sure you're running the latest version of Ubercart.
Comment #6
jurerickporras commentedfrom Home » Administration » Store » Configuration -> countries tab
select the countries you want to import from the multi select field
thanks