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

sjf’s picture

Title: ode_data_field_amz > field_amz_asin doesn't exist! » Views filter error: handler doesn't exist
Version: 6.x-1.0-beta5 »
Category: support » bug

I 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:

Error: handler for node_data_field_project_asin > field_project_asin_asin doesn't exist!
rfay’s picture

Status: Active » Fixed

Fixed in http://drupal.org/cvs?commit=271032

Thanks for the report.

-Randy

netentropy’s picture

I am fairly new to this, how do you I use that version above?

rfay’s picture

Hi - It's in the current dev snapshot from the Amazon module page.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.