Ritzi2000 Posted September 6, 2007 Report Share Posted September 6, 2007 Hallo Wenn man sich in unserem XTC-Shop neu registriert, dann wird man danach auf den leeren Warenkorb geleitet. Es wäre besser wenn Diese zur Produktauswahl geleitet würden. In der Datei create_account.php ist mir folgende Code-Sequenz am Schluss aufgefallen: if (!isset ($mail_error)) { xtc_redirect(xtc_href_link(FILENAME_SHOPPING_CART, '', 'SSL')); } else { echo $mail_error; } Leider weiss ich jetzt nun nicht was ich anstatt FILENAME_SHOPPING_CART dort soll eintragen? Vielen Dank für eure Tipps! Link to comment Share on other sites More sharing options...
Ritzi2000 Posted September 6, 2007 Author Report Share Posted September 6, 2007 ok, ich habs selber rausgefunden. :-) if (!isset ($mail_error)) { xtc_redirect(xtc_href_link(FILENAME_DEFAULT, '', 'SSL')); } else { echo $mail_error; } Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.