Posted by Chad_Dupuis on April 11, 2007 at 9:48pm
2 followers
Jump to:
| Project: | Amazon associate tools |
| Version: | 5.x-1.3 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I am curious how difficult it would be to allow the amazon item import section to allow you to select all valid taxonomy categories when you are importing. For example taxonomy category artists (bill, chuck, etc.) and taxonomy category media (books, music, etc.)
Now when you import you can only select "bill" from artists and then you have to go to admin/content edit the node and then choose other taxonomy objects "books" for example.
What would have to be done to allow you to choose multiple objects at the import screen?
Comments
#1
I've been wanting this too. I'm guessing the area in question lies around line 1165 in amazon.module, within the function _amazon_taxonomy_term_control(). Right now the code sorts the results by weight, and returns one row of results.
I tried changing the mysql query to a limit higher than 1, which didn't change the results (although in theory I think it should return multiple rows of results this way.) Then I messed around with some loops to see if I could get it to work, but to no avail. I'm not a coder so I can't take it any further than this.
Perhaps someone else more familiar with coding can help out.
Brad