Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
index.php
1 <?php
2 /**
3  * Gentics Portal.Node PHP
4  * Author & Copyright (c) by Gentics Software GmbH
5  * sales@gentics.com
6  * http://www.gentics.com
7  * Licenses can be found in the LICENSE.txt file in the root-folder of this installation
8  * You must not use this software without a valid license agreement.
9  *
10  */
11 ?>
12 
13 <div class="shoppingcart_page" id="shoppingcart_page">
14 
15  <?php
16 
17  $this->widget('shoppingcart.widgets.ShoppingCartWidget',
18  array_merge(
19  array(
20  'class'=>'shoppingcart',
21  'shipping_info' => 'some shipping info ...',
22  'payment_info' => 'some payment info ...',
23  'layout' => 'ShoppingCartWidget',
24  'link_items_to_page' => true
25  ),$data)
26  );
27  ?>
28 
29 </div><!-- shoppingcart page -->