X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   showing something in cart totals, but only when logged in. (https://forum.x-cart.com/showthread.php?t=15412)

bobbyftk 07-23-2005 11:11 AM

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?

balinor 07-23-2005 11:39 AM

Code:

{if $login ne ""}
{include file="customer/main/shipping_notice.tpl"}
{/if}


bobbyftk 07-23-2005 12:36 PM

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.