View Single Post
  #6  
Old 08-25-2005, 07:12 AM
 
alohacomputer alohacomputer is offline
 

Advanced Member
  
Join Date: Aug 2005
Location: Aloha, Oregon - Not Hawaii
Posts: 95
 

Default put it under "Manufactures" menu

I want it under the list of manufactures in the left side Manufactures box.


I tried it under customer_manufacturers_list.tpl and menu_manufacturers.tpl

neither worked....


Does it need to be inserted into te script at a specific place?

Thanks, Don

{* $Id: menu_manufacturers.tpl,v 1.4 2004/06/22 05:38:52 max Exp $ *}
{if $manufacturers_menu ne ''}
{capture name=menu}
{section name=mid loop=$manufacturers_menu}
{$manufacturers_menu[mid].manufacturer}

{/section}
{if $show_other_manufacturers}


{$lng.lbl_other_manufacturers}

{/if}
{/capture}
{include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title=$lng.lbl_manufacturers menu_content=$smarty.capture.menu}


{/if}
__________________
X-cart 4.3 fresh
PHP 5.2.8
MySQL server 5.0.85-community-log
MySQL client 5.0.85
Web server Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.7a Phusion_Passenger/2.2.7 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Operation system Linux
Perl 5.008008

Low cost SSL Certs for X-Cart Google approved www.wbservr.com/ssl.html
Reply With Quote