View Single Post
  #80  
Old 07-06-2008, 06:58 AM
  JWait's Avatar 
JWait JWait is offline
 

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

Default Re: Pictures in recommends.tpl for 3 column format

Quote:
Originally Posted by aimeea
Is there a way to make relatedproducts and recommended products both show at the same time?

If I have a related product entered it wil not show recommends.

Thank you for any help.

Are you sure you have the modules configured correctly? I don't see anything in customer/product.tpl that would cause that to happen.

Code:
{if $active_modules.Upselling_Products ne ""} <br /> {include file="modules/Upselling_Products/related_products.tpl" } {/if} {if $config.Appearance.send_to_friend_enabled eq 'Y'} <br /> {include file="customer/main/send_to_friend.tpl" } {/if} {if $active_modules.Recommended_Products ne ""} <br /> {include file="modules/Recommended_Products/recommends.tpl" } {/if}

Note - this is from a 4.1.8 version of x-cart but I don't think there is a difference between recent versions.
__________________
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