Closed (fixed)
Project:
Amazon Store
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2011 at 18:13 UTC
Updated:
3 Nov 2012 at 10:13 UTC
Jump to comment: Most recent file
Comments
Comment #1
rfayAre you talking about theming? Please mention which .tpl.php you're talking about.
I would love the tpl.php to have a good header block that explained what was available. You'll need to look in hook_preprocess to see what's available (or dsm() it)
Comment #2
krymp commentedThis is the page I am wanting to change around: amazon_store_search_results.tpl.php
Comment #3
rfayYeah, you can figure it out using the preprocess functions.
Comment #4
krymp commentedYa I have devel installed and can't figure it out. All I want to do is remove the merchant section and display the price. I am attaching a snap of the area I am talking about. This seem easy enough if there was a set of variables to call from but my lack of knowledge of how it works is limiting me. :(
Comment #5
willvincent commentedYou can get a list of all available variables at any point in php by calling get_defined_vars().
Add the following in your template, for use with devel:
dpm(get_defined_vars());