View Single Post
  #1  
Old 07-23-2005, 11:11 AM
 
bobbyftk bobbyftk is offline
 

Senior Member
  
Join Date: Jun 2005
Posts: 167
 

Default showing something in cart totals, but only when logged in.

i dont know much about template editing and writing code.
but ive learned a little here and there by just reading the forums and trying things out.

what i need to do is have a shipping notice. that shows underneath the shipping totals.

what i did i created a customer/main/shipping_notice.tpl and then referenced it in the cart_totals.tpl


Code:
{include file="customer/main/shipping_notice.tpl"}

but it shows all the time when someone is looking at their cart, even if they are not logged in.

ideally i would like it to show only when a person is logged in (and showing real shipping totals)

how would i do that?
__________________
4.2.2
Reply With Quote