View Single Post
  #36  
Old 11-20-2009, 04:15 PM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Redirect to Product Page when only One product in category

CONFIRMED to work with 4.3.0 PRO

INSERT the following to the top of /skin1/customer/main/subcategories.tpl

Code:
{* BEGIN MOD to Redirect to Product Page when only One product in category *} {if $products|@count eq 1} {assign var="prodURL" value="`$http_location`/`$products.0.page_url`"} {php} header( "Location: " . $GLOBALS[smarty]->_tpl_vars[prodURL] ); {/php} {/if} {* END MOD to Redirect to Product Page when only One product in category *}
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote