Trees for Life has created modules integrating Ubercart, Location and Salesforce, and we want to make these available to the open source community.
uc_location integrates Ubercart and Location, and is ready to be released publicly.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | uc_location.zip | 6.13 KB | mearnest |
| #6 | uc_location.zip | 6.14 KB | mearnest |
| #4 | uc_location.zip | 6.24 KB | mearnest |
| #1 | uc_location.zip | 5.41 KB | mearnest |
Comments
Comment #1
mearnest commentedThis is integration between Ubercart and the Location module.
Same code as in #590472: bibeksahu [bibeksahu]
Comment #2
avpadernoAs I have already written, first one application is approved, and then the other user may ask to get a CVS account to become co-maintainer of the module (in the case the first application is approved).
Having two different applications for the same module is only confusing.
Comment #3
avpadernoThat code would cause an error , in the case
$user->locationsis undefined.The code should use a different method to attach a JavaScript function to a form field event (it could use Drupal behaviors, in example).
Comment #4
mearnest commentedApplied the four suggestions mentioned above in #3. Attached is the resubmission.
Comment #5
avpadernodrupal_strlen(), which should be used instead ofstrlen().The indentation should be changed (it suddenly passes from two spaces to 36 spaces). Concatenating two literal strings to build a SQL query is useless.
Comment #6
mearnest commentedAttached is another resubmission addressing #5. In addition, the is_primary location field is set based on the billing address when there is no primary location and locations are being added.
Comment #7
mearnest commentedChanged readme to include drupal links to this project.
Comment #8
avpadernoThank you for the updates! I have already approved your CVS account.
Comment #10
avpaderno