Thread: More Items link
View Single Post
  #4  
Old 04-30-2010, 01:31 AM
 
Shamun Shamun is offline
 

X-Adept
  
Join Date: Jun 2009
Location: North Carolina
Posts: 841
 

Default Re: More Items link

The variable {$cat} contains the category number of a product when viewing single products. So you could do something such as this link (note: havent tested this myself. Its a guess):

{$http_location}/{$xcartdir}/home.php?cat={$cat}

If you're website isnt installed to root. If it is..
{$http_location}/home.php?cat={$cat}
__________________
- Shane Munroe
Reply With Quote