I can't seem to get the price to show up, no matter what settings I have in the CCK field. I've tried using Contemplate to print out the variables and I can't get anything to print with that method.
Even though I can see the $listpriceformattedprice variable in the amazon-item-details.tpl.php file, it looks like I'm stuck with the title, author, publisher and binding.
Any ideas on how to get the list price to show up?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | amazon_views_node_view_demo-0.1.tgz | 2.11 KB | rfay |
Comments
Comment #1
rfay1. Create a node-type view.
2. Create a relationship to the ASIN content in the node.
3. Add whatever fields you want.
The attached feature implements a demo CCK node and view that you can populate and experiment with. Download and enable the features module in order to import it into your test environment to play with.
Comment #2
rfay