Tuesday 26 June 2007 3:58:42 pm
Hi !! How can I make a fetch content filtering by Multi-price attribute : For example : Fetch all products with prices between 100 and 1000.
fetch('content', 'tree', hash('parent_node_id', 114,
'attribute_filter', array( array( 'product/price', 'between', array( 100, 1000 ) ) ) ))
Is there something I'm forgetting?
|