Jump to content

convict

Member
  • Posts

    1,302
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by convict

  1. Uff, you are right, hint about search form is missing :)

    Just open skins/Killer/styleTemplates/global/index.tpl and delete {SEARCH_FORM}.

    Session box {SESSION} (Welcome and Login, Logout, Register) will be here, but with a gray background. This depends on style class sessionBox (<div id="sessionBox">).

    You have many possibilites where will be session box placed, remaining on place but with different class or........right, left side with additional definitions (send me a msg if you want any help about) :rolleyes:.

    Milos

  2. At first, backup any file below :rolleyes:

    1. Open skins/Killer/styleTemplates/global/index.tpl

    Delete:

    {SEARCH_FORM}

    {RANDOM_PROD}

    {POPULAR_PRODUCTS}

    {SALE_ITEMS}

    2. Cut {MAIL_LIST} and paste after {LANGUAGE}

    save file.

    ------------

    Open skins/Killer/styleTemplates/boxes/mailList.tpl

    Replace every Right to Left in class name in 2. anf 3. row:

    <div class="boxTitleRight"> change to <div class="boxTitleLeft">

    <div class="boxContentRight txtCopy"> change to <div class="boxContentLeft txtCopy">

    save file.

    3. Open skins/Killer/styleTemplates/boxes/categories.tpl

    remove this code:

        <!-- BEGIN: sale -->
    
        	<td class="topCatsTabLeft">&nbsp;</td>
    
            <td class="topCatsTabMid"><a href="index.php?act=viewCat&amp;catId=saleItems" class="txtCat">{LANG_SALE_ITEMS}</a></td>
    
            <td class="topCatsTabRight">&nbsp;</td>
    
        <!-- END: sale -->

    save file.

    Hope this is usefull :)

    Regards Milos

  3. Easy way, if you are familiar with frames, use page frames. One frame for shop, second for your links. But it depends on priority of index files. Index.php can't be first one. At most the first should have be a index.phtml, try it.

  4. I have made language support for categories for CC 3.0.1. As you wish, try it on Convict's Demo CC Store.

    This site shows doc site names in other languages, this time slovak only.

    Permisions and time limited admin access:

    Login: demo

    Pass: demo

    Work:

    - new table

    - new file admin/categories/languages.php

    - some edits:

    admin/categories/index.php

    includes/functions.inc.php (+ new function)

    includes/boxes/categories.inc.php

    includes/content/viewCat.inc.php

    - finaly 4 new rows in lang.inc for every language

    Brooky, this is for test ONLY ;)

×
×
  • Create New...