Product detail display findings

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
from the IMG line at the beginning of the file
want to display the "entered by" info:
(wrapped in
want to add a disclaimer at the bottom of the detail listing?
change (at the bottom of the 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 in
want to add a disclaimer at the bottom of the detail listing?
change (at the bottom of the file)
- Code: Select all
{/if}
to
- Code: Select all
{/if}
DISCLAIMER:
Your disclaimer here.