Thread: Smarty error
View Single Post
  #4  
Old 05-22-2009, 02:26 AM
  Victor D's Avatar 
Victor D Victor D is offline
 

X-Adept
  
Join Date: Aug 2008
Posts: 643
 

Default Re: Smarty error

4.2.1 is mostly a bugfix release so upgrade is possible. But I recommend to make a test upgrade of your live store CLONE and try to upgrade this clone first.

check this http://forum.x-cart.com/showthread.php?t=46853

PS
To fix this particular bug only
replace in your skin1/customer/main/subcategories.tpl
Code:
{math equation="x+15" assign="standoff" x=$current_category.image_x}

with
Code:
{math equation="x+15" assign="standoff" x=$current_category.image_x|default:0}
__________________
Regards,
Victor Dubiniuk

X-Cart Skins Store
- twenty two different skins for 4.1.x and 4.2.x;
- 4.3.x compatible versions are available;
- refresh you store now!

Smart menu X-Cart add-on for 4.1.8 - 4.3.x
Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x
Reply With Quote