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?