View Single Post
  #2  
Old 12-01-2009, 05:26 AM
 
adeturner adeturner is offline
 

Newbie
  
Join Date: Nov 2007
Posts: 5
 

Default Re: Single Product per category, straight to product description with clean URLs

Answered it myself, just needed an extra slash:

Quote:

{if $products|@count eq 1}
{assign var="prodURL" value="product.php?productid=`$products.0.producti d`&cat=$cat&page=1"}
{php}
header( "Location: /" . $GLOBALS[smarty]->_tpl_vars[prodURL] );
{/php}
{/if}
__________________
X-Cart 4.1.9
X-Cart 4.2.x
X-Cart 4.3
PHP 4.4.7
MySQL 4.1.22
Win2K3 / iis6
Redhat Enterprise Server 5.0
MySQL 5
PHP 5
Reply With Quote