As seen in the "views" example you can access a lot of fields including "Amazon: Amazon price (formatted)" and much more.

I use Display Suite (http://drupal.org/project/ds) and would love to be able to access these fields under "manage display" on a given "content type".

Is this possible? Can't seem to find a way to access this, only the predefined formats.

Comments

rfay’s picture

Sorry - I don't know much about DS.

madeby’s picture

Is it possible in general? Or? How does views access all those fields?

rfay’s picture

Title: Access to the many fields in MANAGE DISPLAY » Access to the many fields in MANAGE DISPLAY (displaysuite)

The data is there. The amazon_item table (and a couple others) have all the info. The views handlers access it.

madeby’s picture

Okay, if you want access to those on the "manage display" would the best way be to overwrite ex. the "amazon-item--dvd--details.tpl.php" file using a template? Is this possible?

rfay’s picture

Obviously you can theme things. Not sure what else you want. Please post back your results.

madeby’s picture

What I'm really going for is the Amazon price vs. the suggested retail price. Want to show people that they save money buying trough the links.

willvincent’s picture

Status: Active » Closed (works as designed)