I am trying to edit the product.tpl.
I can not find the source code for the product title that displays below the location.tpl, where do you edit this?
Also I am having difficulty locating the overall content table for the product page, i.e:
Code:
{capture name=dialog}
<form name="orderform" method="post" action="cart.php?mode=add" onsubmit="javascript: return FormValidation();">
<table width="100%" border="1" align="center">
<tr>
<td class="PImgBox" align="center">
this code is allowing me to only edit this table, and not the containing table which is causing it hard to control the placement. Does anyone know which file I have to look to be able to control the parent table cells?