![]() |
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? |
Code:
{if $login ne ""} |
beautiful.
thanks! |
All times are GMT -8. The time now is 12:14 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.