Product detail display findings

Archived from the Web Auction Discussion forum.

jnewman67 — Mon Nov 26, 2007 10:45 pm

Want to modify the way the product detail information is displayed? you need to edit this file:

templates/view_product.html

tired of having your image automatically resized?

remove

Code: Select all
width="200px"

from the IMG line at the beginning of the file

want to display the “entered by” info:

Code: Select all
`Donated by:
{$product->htmlValue(‘entered_by’)}`

(wrapped incode of course)

want to add a disclaimer at the bottom of the detail listing?

change (at the bottom of the file)

Code: Select all
{/if}