Projekt

Allgemein

Profil

Aktionen

GX-Bug #68646

geschlossen

Überladen von checkout_shipping.php für die Kunden registrierung ist nicht möglich / Overloading checkout_shipping.php for customer registration is not possible

Von Till Tepelmann vor fast 3 Jahren hinzugefügt. Vor mehr als 2 Jahren aktualisiert.

Status:
Erledigt
Priorität:
Normal
Zugewiesen an:
Alexandre Ataides
Kategorie:
Checkout
Zielversion:
% erledigt:

0%

Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
4.4.0.1, 4.4.0.2
Release Notes Langtext:

Overloading of checkout_shipping verbessert


Beschreibung

Überladen von checkout_shipping.php für die Kunden registrierung ist nicht möglich

Die Befehle können nicht überladen werden weil sie nicht in einer eignene Funktion sind:


Overloading of checkout_shipping.php for customer registration is not possible

The commands can not be overloaded because they are not in their own function:

 // if the customer is not logged on, redirect them to the login page
        if(isset($_SESSION['customer_id']) === false)
        {
            if(ACCOUNT_OPTIONS == 'guest')
            {
                xtc_redirect(xtc_href_link('shop.php', 'do=CreateGuest&checkout_started=1', 'SSL'));
            }
            else
            {
                xtc_redirect(xtc_href_link(FILENAME_LOGIN, 'checkout_started=1', 'SSL'));
            }
        }

Aktionen

Auch abrufbar als: Atom PDF