Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

How do you get the category href url?

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 03-12-2007, 07:22 PM
 
pdheady pdheady is offline
 

Advanced Member
  
Join Date: Mar 2007
Location: West Palm Beach, FL
Posts: 36
 

Default How do you get the category href url?

I am customizing my menu and need to setup the links for each category id that it loops through what is the code to create the links?

Here's my code so far:

{if $cat eq $categories[cat_num].categoryid || $current_category.parentid eq $categories[cat_num].categoryid}

<img src="{$ImagesDir}/menutitle/{$cat}.jpg" align="absbottom" style="border-bottom: 1px solid white">

{section name=subcat loop=$allcategories}
{if $allcategories[subcat].parentid eq $categories[cat_num].categoryid}
<div style="background-color: #D8ECED; border-bottom: 1px solid white; font-color: #271E3D; font-family: tahoma font-size: 11px">
<div style="padding-top: 6px; padding-bottom: 6px">&nbsp;&nbsp;&nbsp;<img src="{$ImagesDir}/left-arrow2.jpg" width="3" height="5" alt=">">&nbsp;&nbsp;&nbsp;
<a href="home.php?cat={$somethinghere}" class="menulink1">{$allcategories[subcat].category}</a>
</div></div>
{/if}
{/section}

{/if}
__________________
Xcart 4.0.19
Reply With Quote
  #2  
Old 03-12-2007, 09:26 PM
 
inebriate inebriate is offline
 

eXpert
  
Join Date: May 2006
Posts: 301
 

Default Re: How do you get the category href url?

using your code, it should be

{$allcategories[subcat].categoryid}
__________________
x-cart pro 4.0.18
linux
www.fabric8d.com (currently undergoing construction)
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 11:19 AM.

   

 
X-Cart forums © 2001-2020