Re: BCSE Mod Installation + Some Questions
Also.. On the Mod.. When installing the mods a lot of them require you add additional tags to skin1/customer/home.tpl under <title> and other tags before </title> does it matter the order? Is there any preperation/changes I need to consider? I have installed the STATIC Meta MOD and Category Meta Title so far and here is the <title></Title> in home.tpl
<title>
{*BCSE Begin*}
{if $cat and $current_category.meta_title and not $smarty.get.productid}
{$current_category.meta_title}
{else}
{*BCSE End*}
{*BCSE Begin*}
{if $page_data.metatitle}
{$page_data.metatitle}
{else}
{*BCSE End*}
{if $config.SEO.page_title_format eq "A"}
{section name=position loop=$location}
{$location[position].0|strip_tags|escape}
{if not %position.last%} :: {/if}
{/section}
{else}
{section name=position loop=$location step=-1}
{$location[position].0|strip_tags|escape}
{if not %position.last%} :: {/if}
{/section}
{/if}
{/if} {*BCSE Added*}
{/if}{*BCSE Added*}
</title>
__________________
x-Cart Gold 4.5.0
X-Payments 1.0.4
|