View Single Post
  #3  
Old 09-27-2013, 09:31 AM
  fordy3's Avatar 
fordy3 fordy3 is offline
 

Advanced Member
  
Join Date: May 2006
Location: Yorkshire, England
Posts: 65
 

Default Re: 2 validation errors on all product pages

Thanks for that. Still 1 error though line 341.
There are 14 pairs of <tr></tr> in product_details.tpl, so its coming from somewhere else methinks??





Quote:
Originally Posted by totaltec
Yes, I see the errors on your product page. The table rows <tr> are started and closed </tr> but there is no columns <td></td> inside.

Take a look at the template that controls this page.customer/main/product_details.tpl

I see in the original templates you may have removed the sku number from the page:
Code:
<tr> <td class="property-name property-name2">{$lng.lbl_sku}</td> <td class="property-value" id="product_code" colspan="2">{$product.productcode|escape}</td> </tr>

You need to also remove the <tr></tr> tags.
__________________
David Ford
http://youroldbooksandmaps.co.uk

X-Cart Gold Version 4.6.0
Reply With Quote