ACC SHELL
<?php
//NDebugger::dump($jcart);
$polozky = $jcart->get_contents();
//session_destroy();
/*
array(2) [
0 => array(6) {
id => "TRI002" (6)
name => "Tričko černé" (15)
price => "150" (3)
qty => "1"
url => "Trikoern" (8)
subtotal => 150
}
1 => array(6) {
id => "FOT001" (6)
name => "Fotografie Alice Konečné" (26)
price => "10" (2)
qty => 11
url => "FotografieAliceKonen" (20)
subtotal => 110
}
]
*/
?>
<div class="box_cart_obsah" id="jcart1">
<?php //$jcart->display_final_cart(); ?>
</div>
<br />
<?php
if ($polozky) {
include_once (ROOT . '/template/formulare/objednavkovy_formular.php');
}
?><?php
//Ndebugger::dump($_SESSION);?>
ACC SHELL 2018