View Single Post
  #45  
Old 11-18-2009, 05:52 PM
  JWait's Avatar 
JWait JWait is offline
 

X-Man
  
Join Date: Nov 2005
Location: California
Posts: 2,440
 

Default Re: More Effective Manufacturer view on Product Detail Page

I "fixed" the clean URL issue. I just removed the highlighted text from the code in manufacturerinfo.tpl
Code:
<a href="product.php?productid={$manufacturerinfo.productid}&amp;cat={$cat}&amp;manufacturerinfo">
so that it is
Code:
<a href="product.php?productid={$manufacturerinfo.productid}&amp;cat={$cat}">

There are 2 instances of it. I removed them and the URLs are clean now.
__________________
Two Separate X-Cart Stores
Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux
Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series.
Integrated with Stone Edge Order Manager + POS

Version 4.1.12 Gold (fresh install) - X-AOM - Linux
Mods - XCSEO free
Reply With Quote