I am hopefully trying to get views to list the products only if they actually appear with a vendor in amazon.
I thought this might work:
Content: Amazon Product (field_amz)
Amazon item - Appears in: Amazon
However I am getting this error.
Error: handler for node_data_field_amz > field_amz_asin doesn't exist!
Overall my problem is that I handpick items from Amazon but if they are not available in Amazon they are still showing on my site.
Can this module handle not displaying (unpublishing?) Amazon items that have been removed?
Comments
Comment #1
sjf commentedI also have this error. I create a View of type:node and only want to display nodes that have a populated CCK ASIN field (field_project_asin). I should be able to set a filter for Content:Amazon ASIN to "Not NULL", but I get the following error message when I try to add the filter:
Comment #2
rfayFixed in http://drupal.org/cvs?commit=271032
Thanks for the report.
-Randy
Comment #3
netentropy commentedI am fairly new to this, how do you I use that version above?
Comment #4
rfayHi - It's in the current dev snapshot from the Amazon module page.