Subversion-Projekte lars-tiefland.ci

Revision

Revision 1998 | Revision 2000 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 1998 Revision 1999
Zeile 11... Zeile 11...
11
 * erstellt die Startseite für den Shop
11
 * erstellt die Startseite für den Shop
12
 * 
12
 * 
13
 * @package WebanOS CI
13
 * @package WebanOS CI
14
 * @author Lars Tiefland
14
 * @author Lars Tiefland
15
 * @copyright 2016
15
 * @copyright 2016
16
 * @version $Id: Shop.php 1998 2017-02-01 19:43:46Z lars $
16
 * @version $Id: Shop.php 1999 2017-02-01 19:45:54Z lars $
17
 * @access public
17
 * @access public
18
 */
18
 */
19
class Shop extends CI_Controller
19
class Shop extends CI_Controller
20
{
20
{
Zeile 64... Zeile 64...
64
		elseif (isset($GLOBALS["INI"]["steuern"]["default_countryID"]))
64
		elseif (isset($GLOBALS["INI"]["steuern"]["default_countryID"]))
65
		{
65
		{
66
			$landID = $GLOBALS["INI"]["steuern"]["default_countryID"];
66
			$landID = $GLOBALS["INI"]["steuern"]["default_countryID"];
67
		}
67
		}
68
		$versandOptionen = get_versandkosten();
68
		$versandOptionen = get_versandkosten();
69
		var_dump($_POST);
69
		file_put_contents("ppplus.txt", var_export($_POST, true));
70
		if ($_POST["thirdPartyPaymentMethod"])
70
		if ($_POST["thirdPartyPaymentMethod"])
71
		{
71
		{
72
			$method = $_POST["thirdPartyPaymentMethod"];
72
			$method = $_POST["thirdPartyPaymentMethod"];
73
			foreach ($versandOptionen as $opt)
73
			foreach ($versandOptionen as $opt)
74
			{
74
			{