Esempio n. 1
0
 /**
  * Initialize basket
  *
  * @return void
  */
 public function initBasket()
 {
     $this->basket = $this->getFrontendController()->fe_user->tx_commerce_basket;
     $this->basket->setTaxCalculationMethod($this->conf['priceFromNet']);
     $this->basket->loadData();
 }