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: Restposten Modul

    Tele09

    • Neu im Forum
    • Beiträge: 26
    Restposten Modul
    am: 04. Dezember 2009, 14:53:05
    Hat jemand von euch eine korrigierte Version dieses Moduls, unter modified eCommerce Shopsoftwareodfied funzt es nicht. :-(

    Restposten-Modul für xt:Commerce

    [EDIT Tomcraft 15.09.2010: Überarbeitetes Modul hier: MODUL: Restposten-Modul für modified eCommerce Shopsoftware]



    Linkback: https://www.modified-shop.org/forum/index.php?topic=2899.0
    Marktplatz - Eine große Auswahl an neuen und hilfreichen Modulen sowie modernen Templates für die modified eCommerce Shopsoftware

    DokuMan

    • modified Team
    • Beiträge: 6.669
    • Geschlecht:
    Restposten Modul
    Antwort #1 am: 04. Dezember 2009, 15:39:13
    Was funktioniert denn nicht?
    Beim Einbau was falsch bemacht?

    floh

    • Viel Schreiber
    • Beiträge: 881
    • Geschlecht:
    Restposten Modul
    Antwort #2 am: 04. Dezember 2009, 16:09:17
    Hat jemand von euche eine korrigierte Version dieses Moduls, unter xtc modfied funzt es nicht :-(

    Beispiel: "hhhhmmmmmmm Mein Shop funktioniert nicht, habe 2 Module eingebaut! Woran hängts?" Kannst Du mir jetzt sagen was ich falsch gemacht habe? Wahrscheinlich Nein. Hab ja auch nicht die relevanten Daten geschrieben.

    Also:
    1. Was funktioniert denn nicht?
    2. Evtl. mal 'ne Fehlermeldung?
    3. Welche Shopversion?
    4. Link zum Shop (wo das Modul eingebaut ist) wäre auch nicht schlecht!

    Nur so kann man Dein Problem angehen! Wäre ungemein hilfreich für alle wenn Du das noch posten würdest!  :wink:

    Aber:
    Hast Du das Modul nach beiliegender Anleitung eingebaut (Step by Step)? Lach nicht, ist mir auch schon öfters passiert. Manchmal sieht man halt den Wald vor lauter Bäumen nicht....

    Gruß

    Volker

    spectrum

    • Frisch an Board
    • Beiträge: 71
    Restposten Modul
    Antwort #3 am: 16. Dezember 2009, 17:33:40
    Tach zusammen,
    ich habe auch mal das Restpostenmodul in der 1.02 eingetickert.
    Aufgefallen ist mir hierbei:
    Im Warenkorb also in der "cart_actions.php" wird folgendes eingetragen

    Code: PHP  [Auswählen]
    // restposten addon
                                            $max_qty_query = xtc_db_query('SELECT * FROM '.TABLE_PRODUCTS.' p, '.TABLE_PRODUCTS_TO_CATEGORIES.' pc,
                                                                                                      '
    .TABLE_CATEGORIES.' c
                                                                                                       WHERE p.products_id = "'
    .$_POST['products_id'][$i].'"
                                                                                                       AND p.products_id = pc.products_id
                                                                                                       AND pc.categories_id = c.categories_id
                                                                                                       AND c.restposten_status = 1'
    );
                                            $max_qty = xtc_db_fetch_array($max_qty_query);
                                            if($max_qty['products_quantity'] != 0){
                                                    if($_POST['cart_quantity'][$i]> $max_qty['products_quantity']) {
                                                            $_POST['cart_quantity'][$i] = $max_qty['products_quantity'];
                                                            $_GET['info_message'] = 'Das Produkt ist nicht mehr ausreichend auf Lager.';
                                                    }
                                            }
                                            // restposten addon eof
    da kommt im Warenkorb wenn ich nur noch 1 Artikel verfügbar habe aber 3 Bestell 2x "Das Produkt ist nicht mehr ausreichend auf Lager."
    Danach habe ich den Text geändert und jetzt kommt nix mehr! ????

    Habe auch alles 3x kontrolliert und nochmal überprüft, dass es auch der Anleitung konform ist.
    Sonst funzt es meiner Meinung nach.

    Gruß
    Thomas

    Tomcraft

    • modified Team
    • Gravatar
    • Beiträge: 46.199
    • Geschlecht:
    Restposten Modul
    Antwort #4 am: 16. Dezember 2009, 17:43:18
    [...]
    Danach habe ich den Text geändert und jetzt kommt nix mehr! ????
    [...]

    Welche Text hast du wo geändert?

    Grüße

    Torsten

    spectrum

    • Frisch an Board
    • Beiträge: 71
    Restposten Modul
    Antwort #5 am: 16. Dezember 2009, 17:51:07
    Hallo Torsten,
    arg... hatte ich ganz vergessen...

    Ich schrieb:
    Danach habe ich den Text geändert und jetzt kommt nix mehr! ????
    Den Text "Das Produkt ist nicht mehr ausreichend auf Lager." in "cart_actions.php".

    Jetzt erscheint nur noch "Ihr Warenkorb enthält :" und die Anzahl ist aber geändert.

    Grüße
    Thomas

    Tomcraft

    • modified Team
    • Gravatar
    • Beiträge: 46.199
    • Geschlecht:
    Restposten Modul
    Antwort #6 am: 16. Dezember 2009, 23:20:11
    Sorry Thomas, ich verstehe es wirklich nicht.

    Wenn schon kein Link zum Shop, dann bitte wenigstens einen Screenshot hier einfügen.

    Grüße

    Torsten

    spectrum

    • Frisch an Board
    • Beiträge: 71
    Restposten Modul
    Antwort #7 am: 17. Dezember 2009, 11:46:41
    Sodele,
    warscheinlich habe ich in meinem Tamplate vorher schon einen Bock geschossen.
    Jetzt habe ich im jungfräulichen xtc5 Template die zwei Dateien product info und product listing angepasst und schon sieht die Welt ganz anders aus.

    Nur das da: "Versucht ein Kunde mehr zu bestellen, als vorhanden ist, wird die Menge automatisch auf die Höchstmenge gesetzt und dem Kunden wird ein entsprechender Hinweis angezeigt."

    Funzt so nicht, zwar wird die Menge automatisch auf die Höchstmenge gesetzt, nur mit dem Hinweis wirds nix.
    Der kommt nur wenn ich die Menge erneut im Warenkorb abändere und auf Aktualisieren gehe.

    Jetzt mach ich mich erst einmal auf die suche in meinem geänderten Temlpate wo der Hund begraben ist weil die Meldung ganz und gar eine andere Darstellung hat wie sonst.

    Gruß
    Thomas

    edit:
    Soweit ich es jetzt herausgefunden habe, beißt sich die Restposten Geschichte mit Paypal Express in der shopping cart vom Template

    lolly

    • Mitglied
    • Beiträge: 169
    Restposten Modul
    Antwort #8 am: 23. Dezember 2009, 18:31:15
    ich habe hiermit so meine Probleme. Evtl. kann mir da jemand bei helfen.

    ----------------------------------------------------------------------------
    /includes/cart_actions.php
    ----------------------------------------------------------------------------

    Folgenden Code suchen:

    [code=php]
    $_POST['cart_quantity'][$i] = MAX_PRODUCTS_QTY;
    Danach einfügen:

    Code: PHP  [Auswählen]
    // restposten addon
                                            $max_qty_query = xtc_db_query('SELECT * FROM '.TABLE_PRODUCTS.' p, '.TABLE_PRODUCTS_TO_CATEGORIES.' pc,
                                                                                                      '
    .TABLE_CATEGORIES.' c
                                                                                                       WHERE p.products_id = "'
    .$_POST['products_id'][$i].'"
                                                                                                       AND p.products_id = pc.products_id
                                                                                                       AND pc.categories_id = c.categories_id
                                                                                                       AND c.restposten_status = 1'
    );
                                            $max_qty = xtc_db_fetch_array($max_qty_query);
                                            if($max_qty['products_quantity'] != 0){
                                                    if($_POST['cart_quantity'][$i]> $max_qty['products_quantity']) {
                                                            $_POST['cart_quantity'][$i] = $max_qty['products_quantity'];
                                                            $_GET['info_message'] = 'Das Produkt ist nicht mehr ausreichend auf Lager.';
                                                    }
                                            }
                                            // restposten addon eof
     
    ----------------------------------------------------------------------------

    Folgenden Code suchen:

    Code: PHP  [Auswählen]
    $_POST['products_qty'] = MAX_PRODUCTS_QTY;
     
    Danach einfügen:

    Code: PHP  [Auswählen]
    // restposten addon
                                            $max_qty_query = xtc_db_query('SELECT * FROM '.TABLE_PRODUCTS.' p, '.TABLE_PRODUCTS_TO_CATEGORIES.' pc,
                                                                                                      '
    .TABLE_CATEGORIES.' c
                                                                                                       WHERE p.products_id = "'
    .$_POST['products_id'].'"
                                                                                                       AND p.products_id = pc.products_id
                                                                                                       AND pc.categories_id = c.categories_id
                                                                                                       AND c.restposten_status = 1'
    );
                                            $max_qty = xtc_db_fetch_array($max_qty_query);
                                            if($max_qty['products_quantity'] != 0){
                                                    if($_POST['products_qty']> $max_qty['products_quantity'])
                                                            $_POST['products_qty'] = $max_qty['products_quantity'];
                                            }
                                            // restposten addon eof
     
    [/code]
    Inhalt der cart_actions.php

    Code: PHP  [Auswählen]
    <?php

    /* -----------------------------------------------------------------------------------------
       $Id: cart_actions.php 168 2007-02-06 14:11:42Z mzanier $

       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(application_top.php,v 1.273 2003/05/19); www.oscommerce.com
       (c) 2003         nextcommerce (application_top.php,v 1.54 2003/08/25); www.nextcommerce.org

       Released under the GNU General Public License
       -----------------------------------------------------------------------------------------
       Third Party contribution:
       Add A Quickie v1.0 Autor  Harald Ponce de Leon

       Credit Class/Gift Vouchers/Discount Coupons (Version 5.10)
       http://www.oscommerce.com/community/contributions,282
       Copyright (c) Strider | Strider@oscworks.com
       Copyright (c  Nick Stanko of UkiDev.com, nick@ukidev.com
       Copyright (c) Andre ambidex@gmx.net
       Copyright (c) 2001,2002 Ian C Wilson http://www.phesis.org

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


    // Shopping cart actions
    if (isset ($_GET['action'])) {
            // redirect the customer to a friendly cookie-must-be-enabled page if cookies are disabled
            if ($session_started == false) {
                    xtc_redirect(xtc_href_link(FILENAME_COOKIE_USAGE));
            }

            if (DISPLAY_CART == 'true') {
                    $goto = FILENAME_SHOPPING_CART;
                    $parameters = array (
                            'action',
                            'cPath',
                            'products_id',
                            'pid'
                    );
            } else {
                    $goto = basename($PHP_SELF);
                    if ($_GET['action'] == 'buy_now') {
                            $parameters = array (
                                    'action',
                                    'pid',
                                    'products_id',
                                    'BUYproducts_id'
                            );
                    } else {
                            $parameters = array (
                                    'action',
                                    'pid',
                                    'BUYproducts_id',
                                    'info'
                            );
                    }
            }

            switch ($_GET['action']) {

        //BOF - Dokuman - 15.08.2009 - show 'delete button' in shopping cart
                    case 'remove_product':
                            $prd_id = preg_replace('/[^0-9\{\}]/', '', $_GET['prd_id']);
                            $_SESSION['cart'] -> remove($prd_id);
                            xtc_redirect(xtc_href_link($goto, xtc_get_all_get_params($parameters), 'SSL'));
                            break;
        //EOF - Dokuman - 15.08.2009 - show 'delete button' in shopping cart

                    // customer wants to update the product quantity in their shopping cart
                    case 'update_product' :

                            if (is_object($econda))
                                    $econda->_emptyCart();
                    //BOF - Hetfield - 2009.08.18 - Bugfix for numeric quantitys
                            for ($i = 0, $n = sizeof($_POST['products_id']); $i <$n; $i++) {

                                            $cart_quantity = xtc_remove_non_numeric($_POST['cart_quantity'][$i]);

                                            if (in_array($_POST['products_id'][$i], (is_array($_POST['cart_delete']) ? $_POST['cart_delete'] : array ()))) {
                                            $_SESSION['cart']->remove($_POST['products_id'][$i]);

                                            if (is_object($econda))
                                                    $econda->_delArticle($_POST['products_id'][$i], $_POST['cart_quantity'][$i], $_POST['old_qty'][$i]);

                                    } else {
                                            if ($cart_quantity> MAX_PRODUCTS_QTY)
                                                    $cart_quantity = MAX_PRODUCTS_QTY;
                                            $attributes = ($_POST['id'][$_POST['products_id'][$i]]) ? $_POST['id'][$_POST['products_id'][$i]] : '';

                                            if (is_object($econda)) {
                                                    $old_quantity = $_SESSION['cart']->get_quantity(xtc_get_uprid($_POST['products_id'][$i], $_POST['id'][$i]));
                                                    $econda->_updateProduct($_POST['products_id'][$i], $cart_quantity, $old_quantity);
                                            }

                                            $_SESSION['cart']->add_cart($_POST['products_id'][$i], $cart_quantity, $attributes, false);
                                            unset($cart_quantity);
                                    }
                            }
                            xtc_redirect(xtc_href_link($goto, xtc_get_all_get_params($parameters), 'SSL'));
                            break;
                            // customer adds a product from the products page
                    case 'add_product' :
                            if (isset ($_POST['products_id']) && is_numeric($_POST['products_id'])) {

                                    $cart_quantity = xtc_remove_non_numeric($_POST['products_qty']);

                                    if ($cart_quantity> MAX_PRODUCTS_QTY)
                                            $cart_quantity = MAX_PRODUCTS_QTY;

                                    if (is_object($econda)) {
                                            $econda->_emptyCart();
                                            $old_quantity = $_SESSION['cart']->get_quantity(xtc_get_uprid($_POST['products_id'], $_POST['id']));
                                            $econda->_addProduct($_POST['products_id'], $cart_quantity, $old_quantity);
                                    }

                                    $_SESSION['cart']->add_cart((int) $_POST['products_id'], $_SESSION['cart']->get_quantity(xtc_get_uprid($_POST['products_id'], $_POST['id'])) + $cart_quantity, $_POST['id']);
                            }
                            xtc_redirect(xtc_href_link($goto, 'products_id=' . (int) $_POST['products_id'] . '&' . xtc_get_all_get_params($parameters)));
                            break;
                    //EOF - Hetfield - 2009.08.18 - Bugfix for numeric quantitys
                    case 'check_gift' :
                            require_once (DIR_FS_INC . 'xtc_collect_posts.inc.php');
                            xtc_collect_posts();
                            break;

                            // customer wants to add a quickie to the cart (called from a box)
                    case 'add_a_quickie' :
                            $quicky = addslashes($_POST['quickie']);
                            if (GROUP_CHECK == 'true') {
                                    $group_check = "and group_permission_" . $_SESSION['customers_status']['customers_status_id'] . "=1 ";
                            }

                            $quickie_query = xtc_db_query("select
                                                                                            products_fsk18,
                                                                                            products_id from "
    . TABLE_PRODUCTS . "
                                                                                            where products_model = '"
    . $quicky . "' " . "AND products_status = '1' " . $group_check);

                            if (!xtc_db_num_rows($quickie_query)) {
                                    if (GROUP_CHECK == 'true') {
                                            $group_check = "and group_permission_" . $_SESSION['customers_status']['customers_status_id'] . "=1 ";
                                    }
                                    $quickie_query = xtc_db_query("select
                                                                                                                     products_fsk18,
                                                                                                                     products_id from "
    . TABLE_PRODUCTS . "
                                                                                                                     where products_model LIKE '%"
    . $quicky . "%' " . "AND products_status = '1' " . $group_check);
                            }
                            if (xtc_db_num_rows($quickie_query) != 1) {
                                    xtc_redirect(xtc_href_link(FILENAME_ADVANCED_SEARCH_RESULT, 'keywords=' . $quicky, 'NONSSL'));
                            }
                            $quickie = xtc_db_fetch_array($quickie_query);
                            if (xtc_has_product_attributes($quickie['products_id'])) {
                                    xtc_redirect(xtc_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $quickie['products_id'], 'NONSSL'));
                            } else {
                                    if ($quickie['products_fsk18'] == '1' && $_SESSION['customers_status']['customers_fsk18'] == '1') {
                                            xtc_redirect(xtc_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $quickie['products_id'], 'NONSSL'));
                                    }
                                    if ($_SESSION['customers_status']['customers_fsk18_display'] == '0' && $quickie['products_fsk18'] == '1') {
                                            xtc_redirect(xtc_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $quickie['products_id'], 'NONSSL'));
                                    }
                                    if ($_POST['quickie'] != '') {
                                            $act_qty = $_SESSION['cart']->get_quantity(xtc_get_uprid($quickie['products_id'], 1));
                                            if ($act_qty> MAX_PRODUCTS_QTY)
                                                    $act_qty = MAX_PRODUCTS_QTY - 1;
                                                    // restposten addon
                                            $qty = 1;
                                            $max_qty_query = xtc_db_query('SELECT * FROM '.TABLE_PRODUCTS.' p, '.TABLE_PRODUCTS_TO_CATEGORIES.' pc,
                                                                                                      '
    .TABLE_CATEGORIES.' c
                                                                                                       WHERE p.products_id = "'
    .$quickie['products_id'].'"
                                                                                                       AND p.products_id = pc.products_id
                                                                                                       AND pc.categories_id = c.categories_id
                                                                                                       AND c.restposten_status = 1'
    );
                                            $max_qty = xtc_db_fetch_array($max_qty_query);
                                            if($max_qty['products_quantity'] != 0){
                                                    $qty = $max_qty['products_quantity'];
                                            }
                                            // (( Wir dulden keine kommerziellen Werbelinks - Bitte <a href="index.php?topic=3013.0">Forenregeln</a> beachten! )) restposten addon eof
                                            $_SESSION['cart']->add_cart($quickie['products_id'], $act_qty +1, 1);
                                            xtc_redirect(xtc_href_link($goto, xtc_get_all_get_params(array (
                                                    'action'
                                            )), 'NONSSL'));
                                    } else {
                                            xtc_redirect(xtc_href_link(FILENAME_ADVANCED_SEARCH_RESULT, 'keywords=' . $quicky, 'NONSSL'));
                                    }
                            }
                            break;

                            // performed by the 'buy now' button in product listings and review page
                    case 'buy_now' :
                            if (isset ($_GET['BUYproducts_id'])) {
                                    // check permission to view product

                                    $permission_query = xtc_db_query("SELECT group_permission_" . $_SESSION['customers_status']['customers_status_id'] . " as customer_group, products_fsk18 from " . TABLE_PRODUCTS . " where products_id='" . (int) $_GET['BUYproducts_id'] . "'");
                                    $permission = xtc_db_fetch_array($permission_query);

                                    // check for FSK18
                                    if ($permission['products_fsk18'] == '1' && $_SESSION['customers_status']['customers_fsk18'] == '1') {
                                            xtc_redirect(xtc_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . (int) $_GET['BUYproducts_id'], 'NONSSL'));
                                    }
                                    if ($_SESSION['customers_status']['customers_fsk18_display'] == '0' && $permission['products_fsk18'] == '1') {
                                            xtc_redirect(xtc_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . (int) $_GET['BUYproducts_id'], 'NONSSL'));
                                    }

                                    if (GROUP_CHECK == 'true') {

                                            if ($permission['customer_group'] != '1') {
                                                    xtc_redirect(xtc_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . (int) $_GET['BUYproducts_id']));
                                            }
                                    }
                                    if (xtc_has_product_attributes($_GET['BUYproducts_id'])) {
                                            xtc_redirect(xtc_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . (int) $_GET['BUYproducts_id']));
                                    } else {
                                            if (isset ($_SESSION['cart'])) {
                                            // restposten addon
                                                    $qty = 1;
                                                    $max_qty_query = xtc_db_query('SELECT * FROM '.TABLE_PRODUCTS.' p, '.TABLE_PRODUCTS_TO_CATEGORIES.' pc,
                                                                                                      '
    .TABLE_CATEGORIES.' c
                                                                                                       WHERE p.products_id = "'
    .(int)$_GET['BUYproducts_id'].'"
                                                                                                       AND p.products_id = pc.products_id
                                                                                                       AND pc.categories_id = c.categories_id
                                                                                                       AND c.restposten_status = 1'
    );
                                                    $max_qty = xtc_db_fetch_array($max_qty_query);
                                                    if($max_qty['products_quantity'] != 0){
                                                            $qty = $max_qty['products_quantity'];
                                                    }
                                                    // restposten addon eof

                                                    if (is_object($econda)) {
                                                            $econda->_emptyCart();
                                                            $old_quantity = $_SESSION['cart']->get_quantity((int) $_GET['BUYproducts_id']);
                                                            $econda->_addProduct($_GET['BUYproducts_id'], $old_quantity +1, $old_quantity);
                                                    }

                                                    $_SESSION['cart']->add_cart((int) $_GET['BUYproducts_id'], $_SESSION['cart']->get_quantity((int) $_GET['BUYproducts_id']) + 1);
                                            } else {
                                                    xtc_redirect(xtc_href_link(FILENAME_DEFAULT));
                                            }
                                    }
                            }
                            xtc_redirect(xtc_href_link($goto, xtc_get_all_get_params(array (
                                    'action',
                                    'BUYproducts_id'
                            ))));
                            break;
                    case 'cust_order' :
                            if (isset ($_SESSION['customer_id']) && isset ($_GET['pid'])) {
                                    if (xtc_has_product_attributes((int) $_GET['pid'])) {
                                            xtc_redirect(xtc_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . (int) $_GET['pid']));
                                    } else {
                                            $_SESSION['cart']->add_cart((int) $_GET['pid'], $_SESSION['cart']->get_quantity((int) $_GET['pid']) + 1);
                                    }
                            }
                            xtc_redirect(xtc_href_link($goto, xtc_get_all_get_params($parameters), 'SSL'));
                            break;
    // BOF - Tomcraft - 2009-10-03 - Paypal Express Modul
                    case 'paypal_express_checkout' :
                            $o_paypal->paypal_express_auth_call();
                            xtc_redirect($o_paypal->payPalURL);
                            break;
    // EOF - Tomcraft - 2009-10-03 - Paypal Express Modul
            }
    }
    ?>

    web28

    • modified Team
    • Beiträge: 9.404
    Restposten Modul
    Antwort #9 am: 24. Dezember 2009, 13:23:06
    Code: PHP  [Auswählen]
    $_POST['cart_quantity'][$i] = MAX_PRODUCTS_QTY;
    wurde ersetzt durch (BUGFIX):

    Code: PHP  [Auswählen]
    $cart_quantity = MAX_PRODUCTS_QTY;

    lolly

    • Mitglied
    • Beiträge: 169
    Restposten Modul
    Antwort #10 am: 25. Dezember 2009, 09:56:40

    Code: PHP  [Auswählen]
    $_POST['cart_quantity'][$i] = MAX_PRODUCTS_QTY;
    wurde ersetzt durch (BUGFIX):

    Code: PHP  [Auswählen]
    $cart_quantity = MAX_PRODUCTS_QTY;
    THX.

    Werde mir das heute abend mal anschauen und weitermachen.

    spectrum

    • Frisch an Board
    • Beiträge: 71
    Restposten Modul
    Antwort #11 am: 06. Juli 2010, 19:09:28
    Gibt es zum Restposten Modul schon eine angepasste Version für die modified eCommerce Shopsoftware 1.04 ?
    Da es in der 1.04 Version doch schon einige gänderte Dateien gibt, läuft das einstige Restposten Modul - was noch ohne Probleme in der 1.02 funktionierte - in der neuen Version nicht mehr.

    mikel123

    • Fördermitglied
    • Beiträge: 90
    Restposten Modul
    Antwort #12 am: 14. September 2010, 21:17:01
    Hi, Habe mal das Restpostenmodul renoviert:
    Bilder beigefügt, Anleitung überarbeitet, kleineren Fehler in cart_action.php beseitigt

    gruß

    Michael

    [EDIT Tomcraft 15.09.2010: Überarbeitetes Modul hier: MODUL: Restposten-Modul für modified eCommerce Shopsoftware]

    Tomcraft

    • modified Team
    • Gravatar
    • Beiträge: 46.199
    • Geschlecht:
    Restposten Modul
    Antwort #13 am: 14. September 2010, 23:04:21
    Sei doch so lieb und stelle das nochmal als neues Thema bereit, damit das hier nicht untergeht. ;-)

    Erinnern mich bitte nach Erstellung des neuen Themas daran, dass ich das hier in deinem Beitrag entsprechend verlinke und den Anhang hier entferne. :thx:

    Grüße

    Torsten

    baustelle

    • Fördermitglied
    • Beiträge: 1.624
    Restposten Modul
    Antwort #14 am: 15. September 2010, 04:42:37
    Sei doch so lieb und stelle das nochmal als neues Thema bereit, damit das hier nicht untergeht. ;-)

    Und bitte-bitte möglichst mit 2 Screenshots (Frontend/Backend).

     :worship:
    Chris

    Trade Republic - Provisionsfrei Aktien handeln
    0 Antworten
    1409 Aufrufe
    06. Dezember 2010, 21:53:37 von Shorty
    59 Antworten
    25348 Aufrufe
    07. August 2017, 00:09:46 von web28
    106 Antworten
    52074 Aufrufe
    06. März 2021, 19:27:04 von awids