Warenkorb anzeigen
items);
$items=array_slice($items,0,3);
if ($basket->get_quantity() == 0) {
echo 'Der Warenkorb ist leer.';
} else {
foreach ($items as $item) {
echo ($item->quantity);
echo (' x ');
$caption=$item->caption;
if (strlen($caption)>27) {
$caption=htmlentities(substr($caption,0,25)).'…';
} else {
$caption=htmlentities($caption);
}
echo ($caption);
echo ('
');
}
}
?>
Zur Kasse gehen
Kontakt / Impressum
The Berlin Rock Photo Gallery
c/o
Schwarzkopf & Schwarzkopf Verlag GmbH
Kastanienallee 32, D- 10435 Berlin
Tel. +49 - 030 - 44 33 63 00
Fax: +49 030 - 44 33 63 044
E-Mail: info@rockphotogallery.com
UID 176649479; HRB 53141;
Geschäftsführer und v.i.S.d.P.:
Oliver Schwarzkopf, Anschrift wie oben.