Neuigkeiten
  • Die modified eCommerce Shopsoftware ist kostenlos, aber nicht umsonst.
    Spenden
  • Damit wir die modified eCommerce Shopsoftware auch zukünftig kostenlos anbieten können:
    Spenden
  • Thema: Kategorien als Pulldown bzw dropdownliste anzeigen lassen.

    23nsur

    • Neu im Forum
    • Beiträge: 1
    Hallo,

    ich versuche die Kategorien als pulldown Liste anzeigen zu lassen, weiss jemand wie das bei Gambio shop geht? ich vermute es muss in dieser Datei abgeändert werden.

    templates/gambio/source/boxes

    Code: PHP  [Auswählen]
    <?php
    /* --------------------------------------------------------------
       categories.php 2008-08-10 gambio
       Gambio OHG
       http://www.(( Wir dulden keine kommerziellen Werbelinks - Bitte <a href="index.php?topic=3013.0">Forenregeln</a> beachten! ))
       Copyright (c) 2008 Gambio OHG
       Released under the GNU General Public License (Version 2)
       [http://www.gnu.org/licenses/gpl-2.0.html]
       --------------------------------------------------------------


       based on:
       (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
       (c) 2002-2003 osCommerce(categories.php,v 1.23 2002/11/12); www.oscommerce.com
       (c) 2003      nextcommerce (categories.php,v 1.10 2003/08/17); www.nextcommerce.org
       (c) 2003 XT-Commerce - community made shopping http://www.(( Wir dulden keine kommerziellen Werbelinks - Bitte <a href="index.php?topic=3013.0">Forenregeln</a> beachten! )) ($Id: categories.php 1302 2005-10-12 16:21:29Z mz $)

       Released under the GNU General Public License
       -----------------------------------------------------------------------------------------
       Third Party contributions:
       Enable_Disable_Categories 1.3                Autor: Mikel Williams | mikel@ladykatcostumes.com

       Released under the GNU General Public License
       ---------------------------------------------------------------------------------------*/

    // reset var
    $start = microtime();
    $box_smarty = new smarty;
    $box_content = '';
    $box_smarty->assign('language', $_SESSION['language']);
    // set cache ID
    if (!CacheCheck()) {
            $cache=false;
            $box_smarty->caching = 0;
    } else {
            $cache=true;
            $box_smarty->caching = 1;
            $box_smarty->cache_lifetime = CACHE_LIFETIME;
            $box_smarty->cache_modified_check = CACHE_CHECK;
            $cache_id = $_SESSION['language'].$_SESSION['customers_status']['customers_status_id'].$cPath;
    }

    if(!$box_smarty->is_cached(CURRENT_TEMPLATE.'/boxes/box_categories.html', $cache_id) || !$cache){

    $box_smarty->assign('tpl_path', 'templates/'.CURRENT_TEMPLATE.'/');


    $gm_cat = MainFactory::create_object('GMCat', array($cPath));
    $box_smarty->assign('BOX_CONTENT', $gm_cat->get());

    }

    // set cache ID
    if (!$cache) {
            $box_categories = $box_smarty->fetch(CURRENT_TEMPLATE.'/boxes/box_categories.html');
    } else {
            $box_categories = $box_smarty->fetch(CURRENT_TEMPLATE.'/boxes/box_categories.html', $cache_id);
    }

                            $gm_box_pos = $coo_template_control->get_menubox_position('categories');
                           
            $smarty->assign($gm_box_pos, $box_categories);
    ?>
     

    Ich weiss leider nicht mehr weiter .

    Vielen Dank.

    Linkback: https://www.modified-shop.org/forum/index.php?topic=28238.0

    jannemann

    • modified Team
    • Beiträge: 6.275
    • Geschlecht:
    Re: Kategorien als Pulldown bzw dropdownliste anzeigen lassen.
    Antwort #1 am: 03. November 2013, 13:27:40
    Hallo 23nsur,

    hier gibt es ausschließlich Support für den modified Shop.
    Für deine Anfrage solltest du dich an das Supportforum von Gambio wenden.

    Schöne Grüße,
    Jan
               
    anything