Advertisement
Guest User

tt_products_2.10 Basket Clearing when 'finalize'

a guest
Jul 10th, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. ## control/class.tx_ttproduts_activity_finalize.php
  2.  
  3. public function doProcessing($lotOfVariables){
  4. (..)
  5. $orderObj->clearUid();
  6. //inserted to force BasketClearance
  7. $basketObj->clearBasket(TRUE);
  8.  
  9.     return $result;
  10. } // doProcessing
  11. (..)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement