View Single Post
  #3  
Old 10-12-2010, 01:29 PM
 
hermoine hermoine is offline
 

Advanced Member
  
Join Date: Oct 2010
Posts: 46
 

Default Re: fast-lane-checkout left bar is missing

hey x-cart community,

i made up a hack, that for the moment seems to be working. in /common_files/customer/home.tpl i placed this code inside <div id="content-container2">
{if $cart ne "" and $active_modules.Product_Options}
<div id="left-bar">
{include file="customer/left_bar.tpl"}
</div>
{/if}
If anyone finds a less hacky way, let me know! Thanks
__________________
4.4
no add-on modules
Reply With Quote