View Single Post
  #9  
Old 08-12-2008, 07:50 AM
 
justy justy is offline
 

Advanced Member
  
Join Date: Feb 2008
Posts: 39
 

Default Re: Display Membership Levels on all Pages

I think you're just missing an {else} and a closing {/if}:

{if $cart.coupon_discount eq 0 and $products ne "" and $membership_levels ne "Wholesale"}
{if $active_modules.Discount_Coupons ne "" }
{include file="modules/Discount_Coupons/add_coupon.tpl"}
{/if}
{else} # You need to provide an alternative if the conditions fail.
{/if}
__________________
---
x-cart 4.1.9
XC SEO 1.4

x-cart 4.2
Reply With Quote