Quote:
Originally Posted by sparrowdog
I actually want to exclude something from the homepage, and also need to change the name of the shop in the first part of the breadcrumb. I couldn't find anything in that post to help me. Thanks for the pointer though. That may come in handy elsewhere.
|
The if statement for the homepage is:
{if $main eq "catalog" and $current_category.category eq ""}
make sure you put a closing {/if}
You can also use an {else} or {elseif}
Read all about if/then statements here:
http://forum.x-cart.com/showthread.php?t=8881