View Single Post
  #2  
Old 07-18-2010, 02:23 PM
  Vacman's Avatar 
Vacman Vacman is offline
 

X-Adept
  
Join Date: Sep 2005
Location: Torrance, CA
Posts: 792
 

Default Re: Improved Related Products for 4.3.2

Looks promising... Am running 4.3.2 as well, but my \Upselling_Products\related_products.tpl looks different:

Code:
{* $Id: related_products.tpl,v 1.25 2009/05/01 13:55:35 vvs Exp $ vim: set ts=2 sw=2 sts=2 et: *} {if $product_links ne "" && $printable ne "Y"} {capture name=dialog} <ul class="uproducts"> {foreach from=$product_links item=p name=related} <li{interline name=related}><a href="product.php?productid={$p.productid}"{if $config.Upselling_Products.upselling_new_window eq 'Y'} target="_blank"{/if}>{$p.product|amp}</a></li> {/foreach} </ul> {/capture} {include file="customer/dialog.tpl" title=$lng.lbl_related_products content=$smarty.capture.dialog additional_class="uproducts"} {/if}

Not sure where your mod what plug in.
__________________
Carl Tice

X-Cart 4.6.6
X-Payments 3.0
ReBOOT 3.4.1

PHP 5.6.30
MySQL 5.6.35
Linux 2.6.32-042stab120.18
ionCube PHP Loader v4.7.3
Perl 5.10.1
Reply With Quote