Jump to content

Need Help about GLOBAL.CSS


Recommended Posts

Hi Maymo


Thanks for your Respon.


could you tell me how to open that file " Category.tpl " ?? what is the software, i have trying with dreamweaver cs3 but it seen like an error code??

{include file=$tpl_dir./errors.tpl} {if $category->id AND $category->active} {include file=$tpl_dir./breadcrumb.tpl} {strip} {$category->name|escape:'htmlall':'UTF-8'} {if $nb_products == 0}{l s='There are no products.'} {else} {if $nb_products == 1}{l s='There is'}{else}{l s=' - There are'}{/if} {$nb_products} {if $nb_products == 1}{l s='product.'}{else}{l s='products.'}{/if} {/if} {/strip}



{if $category->description} {$category->description}

{/if}{include file=$tpl_dir./product-sort.tpl}

{if $products} {include file=$tpl_dir./product-list.tpl products=$products} {include file=$tpl_dir./pagination.tpl} {elseif !isset($subcategories)} {l s='There are no products in this category.'}

{/if}

{elseif $category->id} {l s='This category is currently unavailable.'}

{/if}

Link to comment
Share on other sites

hi MAYMO


here the text that i copied from category.tpl
i open with ConTEXT software


{include file=$tpl_dir./errors.tpl}


{if $category->id AND $category->active}


{include file=$tpl_dir./breadcrumb.tpl}


{strip}
{$category->name|escape:'htmlall':'UTF-8'}
{if $nb_products == 0}{l s='There are no products.'}
{else}
{if $nb_products == 1}{l s='There is'}{else}{l s=' - There are'}{/if}
{$nb_products}
{if $nb_products == 1}{l s='product.'}{else}{l s='products.'}{/if}
{/if}

{/strip}



{if $category->description}
{$category->description}

{/if}{include file=$tpl_dir./product-sort.tpl}





{if $products}

{include file=$tpl_dir./product-list.tpl products=$products}
{include file=$tpl_dir./pagination.tpl}
{elseif !isset($subcategories)}

{l s='There are no products in this category.'}


{/if}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...