rechtstexte für onlineshop
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: MODUL: Shopbewertung für modified eCommerce Shopsoftware

    Thomas

    • Fördermitglied
    • Beiträge: 1.587
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #75 am: 27. April 2010, 11:46:08
    Code: PHP  [Auswählen]
    <?php
    /* --------------------------------------------------------------
       $Id: column_left.php 1231 2005-09-21 13:05:36Z mz $

       XT-Commerce - community made shopping
       http://www.(( Wir dulden keine kommerziellen Werbelinks - Bitte <a href="index.php?topic=3013.0">Forenregeln</a> beachten! ))

       Copyright (c) 2003 XT-Commerce
       --------------------------------------------------------------
       based on:
       (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
       (c) 2002-2003 osCommerce(column_left.php,v 1.15 2002/01/11); www.oscommerce.com
       (c) 2003      nextcommerce (column_left.php,v 1.25 2003/08/19); www.nextcommerce.org

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

     //#############################
     // HINWEIS FÜR MODULE EINBAU
     // Das muss beim Hinzufügen neuer Menüpunkte beachtet werden:
     // Die Menüpunkte wurden auf "LISTE" geändert: <li>...</li>
     // Die Reihenfolge weicht von einem xtc Standard ab
     // Rubrik Konfiguration wurde in 2 Teile aufgeteilt
     // Durch die neuen Kommentare ist alles übersichtlicher
     //#############################

      $admin_access_query = xtc_db_query("select * from " . TABLE_ADMIN_ACCESS . " where customers_id = '" . $_SESSION['customer_id'] . "'");
      $admin_access = xtc_db_fetch_array($admin_access_query);

    // BOF - Tomcraft - 2009-11-02 - NEW LISTSTYLE MENU
    echo '<div class="suckertreemenu">';
    echo '<ul id="treemenu1">';

    //---------------------------Ausgewählte Admin Sprache als Flagge
    echo ('<div id="lang_flag">' . xtc_image('../lang/' .  $_SESSION['language'] .'/admin/images/' . 'icon.gif', $_SESSION['language']). '</div>');

    //---------------------------STARTSEITE
    echo ('<li><a href="start.php" id="current"><b>' . TEXT_ADMIN_START . '</b></a></li>');

    //---------------------------KUNDEN
    echo ('<li>');
      echo ('<div class="dataTableHeadingContent"><strong>'.BOX_HEADING_CUSTOMERS.'</strong></div>');
    echo ('<ul>');
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['customers'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_CUSTOMERS, '', 'NONSSL') . '" class="menuBoxContentLink1"> -' . BOX_CUSTOMERS . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['customers_status'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_CUSTOMERS_STATUS, '', 'NONSSL') . '" class="menuBoxContentLink1"> -' . BOX_CUSTOMERS_STATUS . '</a></li>';
    // BOF - Tomcraft - 2009-11-02 - set global customers-group-permissions
      if (GROUP_CHECK=='true') {
        if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['customers_group'] == '1')) echo '<li><a href="' . xtc_href_link('customers_group.php', '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CUSTOMERS_GROUP . '</a></li>';
      }
    // EOF - Tomcraft - 2009-11-02 - set global customers-group-permissions
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['orders'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_ORDERS, '', 'NONSSL') . '" class="menuBoxContentLink1"> -' . BOX_ORDERS . '</a></li>';
    echo ('</ul>');
    echo ('</li>');

    //---------------------------ARTIKELKATALOG
    echo ('<li>');
      echo ('<div class="dataTableHeadingContent"><strong>'.BOX_HEADING_PRODUCTS.'</strong></div>');
    echo ('<ul>');
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['categories'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_CATEGORIES, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CATEGORIES . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['new_attributes'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_NEW_ATTRIBUTES, '', 'NONSSL') . '" class="menuBoxContentLink"> -'.BOX_ATTRIBUTES_MANAGER.'</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['products_attributes'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_PRODUCTS_ATTRIBUTES, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_PRODUCTS_ATTRIBUTES . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['manufacturers'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_MANUFACTURERS, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_MANUFACTURERS . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['reviews'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_REVIEWS, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_REVIEWS . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && admin_access['bewertungen_verwalten'] == '1')) echo '<a href="' .xtc_href_link('bewertungen_verwalten.php', '', 'NONSSL') . '" class="menuBoxContentLink"> -Shopbewertungen</a><br>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['specials'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_SPECIALS, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_SPECIALS . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['products_expected'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_PRODUCTS_EXPECTED, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_PRODUCTS_EXPECTED . '</a></li>';
    echo ('</ul>');
    echo ('</li>');

    // BOF - Tomcraft - 2009-11-28 - Included xs:booster
    //---------------------------XSBOOSTER
      if (MODULE_XTBOOSTER_STATUS=='True') {
    echo ('<li>');
      echo ('<div class="dataTableHeadingContent"><strong>'.BOX_HEADING_XSBOOSTER.'</strong></div>');
    echo ('<ul>');
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_XTBOOSTER."?xtb_module=list", '', 'NONSSL') . '" class="menuBoxContentLink"> - '.BOX_XSBOOSTER_LISTAUCTIONS.'</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_XTBOOSTER."?xtb_module=add", '', 'NONSSL') . '" class="menuBoxContentLink"> - '.BOX_XSBOOSTER_ADDAUCTIONS.'</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_XTBOOSTER."?xtb_module=conf", '', 'NONSSL') . '" class="menuBoxContentLink"> - '.BOX_XSBOOSTER_CONFIG.'</a></li>';
    echo ('</ul>');
    echo ('</li>');
    }
    // EOF - Tomcraft - 2009-11-28 - Included xs:booster

    //---------------------------MODULE
    echo ('<li>');
      echo ('<div class="dataTableHeadingContent"><strong>'.BOX_HEADING_MODULES.'</strong></div>');
    echo ('<ul>');
      // GOOGLE SITEMAP JUNG GESTALTEN - 07.10.2008
      if (($_SESSION['customers_status']['customers_status_id'] == '0')) echo '<li><a href="' . xtc_href_link(FILENAME_GOOGLE_SITEMAP, 'auto=true&ping=true') . '" class="menuBoxContentLink"> -' . BOX_GOOGLE_SITEMAP . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['modules'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_MODULES, 'set=payment', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_PAYMENT . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['modules'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_MODULES, 'set=shipping', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_SHIPPING . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['modules'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_MODULES, 'set=ordertotal', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_ORDER_TOTAL . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['module_export'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_MODULE_EXPORT) . '" class="menuBoxContentLink"> -' . BOX_MODULE_EXPORT . '</a></li>';
    echo ('</ul>');
    echo ('</li>');

    //---------------------------STATISTIKEN
    echo ('<li>');
      echo ('<div class="dataTableHeadingContent"><strong>'.BOX_HEADING_STATISTICS.'</strong></div>');
    echo ('<ul>');
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['stats_products_viewed'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_STATS_PRODUCTS_VIEWED, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_PRODUCTS_VIEWED . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['stats_products_purchased'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_STATS_PRODUCTS_PURCHASED, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_PRODUCTS_PURCHASED . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['stats_customers'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_STATS_CUSTOMERS, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_STATS_CUSTOMERS . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['stats_sales_report'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_SALES_REPORT, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_SALES_REPORT . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['stats_campaigns'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_CAMPAIGNS_REPORT, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CAMPAIGNS_REPORT . '</a></li>';
    echo ('</ul>');
    echo ('</li>');

    //---------------------------PARTNER

    //BOF - Dokuman - 2009-11-03 - Remove "partner" links
    /*
    echo ('<li>');
      echo ('<div class="dataTableHeadingContent"><strong>Partner</strong></div>');
    echo ('<ul>');
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['econda'] == '1')) echo '<li><a href="' . xtc_href_link('econda.php') . '" class="menuBoxContentLink"> -ECONDA Shop Monitor' . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['cleverreach'] == '1')) echo '<li><a href="' . xtc_href_link('cleverreach.php') . '" class="menuBoxContentLink"> -CleverReach Newsletter' . '</a></li>';
    echo ('</ul>');
    echo ('</li>');
    */

    //EOF - Dokuman - 2009-11-03 - Remove "partner" links

    //---------------------------HILFSPROGRAMME
    echo ('<li>');
      echo ('<div class="dataTableHeadingContent"><strong>'.BOX_HEADING_TOOLS.'</strong></div>');
    echo ('<ul>');
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['module_newsletter'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_MODULE_NEWSLETTER) . '" class="menuBoxContentLink"> -' . BOX_MODULE_NEWSLETTER . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') &&admin_access['bewertungen_verwalten'] == '1')) echo '<li><a href="'. xtc_href_link('bewertungen_verwalten.php', '', 'NONSSL') . '" class="menuBoxContentLink"> -Shopbewertungen</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['content_manager'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_CONTENT_MANAGER) . '" class="menuBoxContentLink"> -' . BOX_CONTENT . '</a></li>';
      // Imageslider (c)2008 by Hetfield - Begin
            if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['imagesliders'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_IMAGESLIDERS, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_IMAGESLIDERS . '</a></li>';
            // Imageslider (c)2008 by Hetfield - End
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['blacklist'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_BLACKLIST, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_TOOLS_BLACKLIST . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['backup'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_BACKUP) . '" class="menuBoxContentLink"> -' . BOX_BACKUP . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['banner_manager'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_BANNER_MANAGER) . '" class="menuBoxContentLink"> -' . BOX_BANNER_MANAGER . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['server_info'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_SERVER_INFO) . '" class="menuBoxContentLink"> -' . BOX_SERVER_INFO . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['whos_online'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_WHOS_ONLINE) . '" class="menuBoxContentLink"> -' . BOX_WHOS_ONLINE . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['csv_backend'] == '1')) echo '<li><a href="' . xtc_href_link('csv_backend.php') . '" class="menuBoxContentLink"> -' . BOX_IMPORT . '</a></li>';
    // BOF - Tomcraft - 2009-10-03 - Paypal Express Modul
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['paypal'] == '1')) echo '<li><a href="' . xtc_href_link('paypal.php') . '" class="menuBoxContentLink"> -' . BOX_PAYPAL . '</a></li>';
    // EOF - Tomcraft - 2009-10-03 - Paypal Express Modul
    echo ('</ul>');
    echo ('</li>');

    //---------------------------GUTSCHEINE
      if (ACTIVATE_GIFT_SYSTEM=='true') {
    echo ('<li>');
        echo ('<div class="dataTableHeadingContent"><strong>'.BOX_HEADING_GV_ADMIN.'</strong></div>');
      echo ('<ul>');
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['coupon_admin'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_COUPON_ADMIN, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_COUPON_ADMIN . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['gv_queue'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_GV_QUEUE, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_GV_ADMIN_QUEUE . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['gv_mail'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_GV_MAIL, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_GV_ADMIN_MAIL . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['gv_sent'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_GV_SENT, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_GV_ADMIN_SENT . '</a></li>';
    echo ('</ul>');
    echo ('</li>');
      }

    //---------------------------LAND / STEUER
    echo ('<li>');
      echo ('<div class="dataTableHeadingContent"><strong>'.BOX_HEADING_ZONE.'</strong></div>');
    echo ('<ul>');
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['languages'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_LANGUAGES, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_LANGUAGES . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['countries'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_COUNTRIES, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_COUNTRIES . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['currencies'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_CURRENCIES, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CURRENCIES. '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['zones'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_ZONES, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_ZONES . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['geo_zones'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_GEO_ZONES, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_GEO_ZONES . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['tax_classes'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_TAX_CLASSES, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_TAX_CLASSES . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['tax_rates'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_TAX_RATES, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_TAX_RATES . '</a></li>';
    echo ('</ul>');
    echo ('</li>');

    //---------------------------KONFIGURATION
    echo ('<li>');
      echo ('<div class="dataTableHeadingContent"><strong>'.BOX_HEADING_CONFIGURATION.'</strong></div>');
    echo ('<ul>');
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=1', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_1 . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=2', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_2 . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=3', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_3 . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=4', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_4 . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=5', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_5 . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=7', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_7 . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=8', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_8 . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=9', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_9 . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=12', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_12 . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=13', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_13 . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['orders_status'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_ORDERS_STATUS, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_ORDERS_STATUS . '</a></li>';
      if (ACTIVATE_SHIPPING_STATUS=='true') {
        if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['shipping_status'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_SHIPPING_STATUS, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_SHIPPING_STATUS . '</a></li>';
      }
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['products_vpe'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_PRODUCTS_VPE, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_PRODUCTS_VPE . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['campaigns'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_CAMPAIGNS, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CAMPAIGNS . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['cross_sell_groups'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_XSELL_GROUPS, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_ORDERS_XSELL_GROUP . '</a></li>';
    echo ('</ul>');
    echo ('</li>');

    //---------------------------KONFIGURATION2
    echo ('<li>');
      echo ('<div class="dataTableHeadingContent"><strong>'.BOX_HEADING_CONFIGURATION2.'</strong></div>');
    echo ('<ul>');
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=10', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_10 . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=11', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_11 . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=14', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_14 . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=15', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_15 . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=16', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_16 . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=17', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_17 . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=18', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_18 . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=19', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_19 . '</a></li>';
      if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<li><a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=22', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_22 . '</a></li>';
      echo ('</ul>');
    echo ('</li>');

    echo ('</ul>');
    echo ('</div>');
    // EOF - Tomcraft - 2009-11-02 - NEW LISTSTYLE MENU
    ?>
     
    Werbung / Banner buchen

    Thomas

    • Fördermitglied
    • Beiträge: 1.587
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #76 am: 27. April 2010, 11:47:05
    Hi,

    sorry Torsten, da ist sie, immer ich  :oh-no:

    Tomcraft

    • modified Team
    • Gravatar
    • Beiträge: 46.370
    • Geschlecht:
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #77 am: 27. April 2010, 11:51:06
    Das hätte dir aber auffallen können, dass es nicht passt. ;-)

    Stichwort Umbau der column_left.php auf Listen-Elemente. Eine Klammer und ein Dollarzeichen hattest du auch noch vergessen.

    Nimm die Datei aus dem Anhang.

    Grüße

    Torsten

    Thomas

    • Fördermitglied
    • Beiträge: 1.587
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #78 am: 27. April 2010, 11:53:23
    Hi Torsten,

    hab die Datei eingefügt, Problem besteht weiter, keine Änderung. Was du meinst ist mir auch nen Rätsel, hab grad wieder nen hänger :(

    Grüße

    Tomcraft

    • modified Team
    • Gravatar
    • Beiträge: 46.370
    • Geschlecht:
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #79 am: 27. April 2010, 12:00:42
    Bei dir stand in der column_left.php folgendes:

    Code: PHP  [Auswählen]
              if (($_SESSION['customers_status']['customers_status_id'] == '0') && admin_access['bewertungen_verwalten'] == '1')) echo '<a href="' .xtc_href_link('bewertungen_verwalten.php', '', 'NONSSL') . '" class="menuBoxContentLink"> -Shopbewertungen</a><br>';
     
    richtig ist aber:

    Code: PHP  [Auswählen]
              if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['bewertungen_verwalten'] == '1')) echo '<li><a href="' .xtc_href_link('bewertungen_verwalten.php', '', 'NONSSL') . '" class="menuBoxContentLink"> -Shopbewertungen</a></li>';
     
    Grüße

    Torsten

    Thomas

    • Fördermitglied
    • Beiträge: 1.587
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #80 am: 27. April 2010, 12:05:03
    Hi Torsten,

    danke für die Info, trotzdem gehts ned, argh... werd noch nen 3mal die anleitung durchgehen sonst muss ich backup einspielen, muss weiter arbeiten...  ... :o

    Grüße Tom

    Thomas

    • Fördermitglied
    • Beiträge: 1.587
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #81 am: 27. April 2010, 12:08:23
    in der anleitung steht auch br

    EDIT: argh bin total durchn wind, falsche zeile, raucherpause... sorry

      [ Für Gäste sind keine Dateianhänge sichtbar ]

    Tomcraft

    • modified Team
    • Gravatar
    • Beiträge: 46.370
    • Geschlecht:
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #82 am: 27. April 2010, 12:08:27
    Ja, da hast du vermutlich noch an anderer Stelle einen Fehler beim Einbau gemacht. ;-)

    Viel Erfolg!

    Grüße

    Torsten

    web4design

    • Experte
    • Beiträge: 1.122
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #83 am: 27. April 2010, 14:46:40
    in der anleitung steht auch br

    EDIT: argh bin total durchn wind, falsche zeile, raucherpause... sorry

      (Dateianhang Link)

    Jojojo,

    wenn du in die Anleitung schaust siehst du, dass du da 2 x Schritt 4 drin hast und siehe da, einmal heißt es:

    Schritt 4 (modified):

    und einmal

    Schritt 4 (xtc):

    Das was du auf dem Screen gezeigt hast, hat in deinem Shop nix zu suchen ;-). Hast du eventuell noch nen Umbruch drin, der da nicht rein gehört (kann mal durch die PDF-Datei beim kopieren passieren).

    Gruß

    Thomas

    • Fördermitglied
    • Beiträge: 1.587
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #84 am: 27. April 2010, 15:10:46
    Jojojo,

    wenn du in die Anleitung schaust siehst du, dass du da 2 x Schritt 4 drin hast und siehe da, einmal heißt es:

    Schritt 4 (modified):

    und einmal

    Schritt 4 (xtc):

    Das was du auf dem Screen gezeigt hast, hat in deinem Shop nix zu suchen ;-). Hast du eventuell noch nen Umbruch drin, der da nicht rein gehört (kann mal durch die PDF-Datei beim kopieren passieren).

    Gruß

    Hi speed,

    genau so ist es, ich hab immer beide Schritte gemacht und das 4mal, wer lesen kann ist klar im Vorteil :D Naja so bin ich halt *g* Die Umbrüche hab ich auch rausgemacht, alles bestens, danke sehr.

    web4design

    • Experte
    • Beiträge: 1.122
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #85 am: 27. April 2010, 15:12:13
    Hehe, da denkt man schon alles mal erlebt zu haben und dann kommt doch wieder was Neues :-D

    Ach ich liebe es, hehe.

    Gruß
    Hape

    Tomcraft

    • modified Team
    • Gravatar
    • Beiträge: 46.370
    • Geschlecht:
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #86 am: 27. April 2010, 15:23:03
    Hi speed,

    genau so ist es, ich hab immer beide Schritte gemacht und das 4mal, wer lesen kann ist klar im Vorteil :D Naja so bin ich halt *g* Die Umbrüche hab ich auch rausgemacht, alles bestens, danke sehr.

    Ach Tom... darauf trinken wir aber einen im September beim Community-Treffen 2010! :lol2:

    Grüße

    Torsten

    Thomas

    • Fördermitglied
    • Beiträge: 1.587
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #87 am: 27. April 2010, 15:45:54
    Hi Torsten,

    dann mach ich ja noch mehr Fehler :D Noch hab ich mich nicht angemeldet, muss erst noch schauen ob es klappt ./ Zwecks Messen, Urlaub vom Vater usw. Aber wäre schon nett, ansonsten schreib ich natürlich meine Kommentare unter die Fotos und mach mich nächstes Jahr zum Apfel *g*

    Grüße Tom

    Tomcraft

    • modified Team
    • Gravatar
    • Beiträge: 46.370
    • Geschlecht:
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #88 am: 27. April 2010, 18:26:58
    Wieso zum Apfel? Ach Quatsch... wird schon nicht sooo schlimm werden. *gg*

    :lol2:

    Grüße

    Torsten

    inspiration

    • Neu im Forum
    • Beiträge: 34
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #89 am: 01. Mai 2010, 16:33:05
    Ich habe das Modul auch nach Anleitung installiert (wahrscheinlich irgendwo nen Fehler beim kopieren) und habe keine Ahnung wies weiter gehen soll. Wenn ich die Domain aufrufe erhalte ich nur den Text wie im Bild zu sehen.

    Bitte um Hilfe.

    Danke

      [ Für Gäste sind keine Dateianhänge sichtbar ]

    14 Antworten
    7438 Aufrufe
    27. Januar 2023, 14:25:43 von MoJo
    42 Antworten
    32428 Aufrufe
    25. Dezember 2013, 00:07:23 von rayban
    497 Antworten
    186937 Aufrufe
    04. August 2024, 16:59:42 von yorgey