View Single Post
  #4  
Old 09-27-2013, 10:08 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: 2 validation errors on all product pages

Same template, I think you removed the product notifications and left the <tr></tr>
Original code:
Code:
<tr> {if $active_modules.Product_Notifications ne '' and $config.Product_Notifications.prod_notif_enabled_P eq 'Y' and ($product.taxed_price ne 0 or $variant_price_no_empty)} <td> {include file="modules/Product_Notifications/product_notification_request_button.tpl" productid=$product.productid type="P"} </td> {/if} </tr>

I would search for <tr> in the template and look for one that has no <td>.

Look around line 100. I'm really just shooting in the dark though.
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote