You are here

function uc_quote_add_to_cart in Ubercart 6.2

Same name and namespace in other branches
  1. 5 shipping/uc_quote/uc_quote.module \uc_quote_add_to_cart()

Implements hook_add_to_cart().

File

shipping/uc_quote/uc_quote.module, line 518
The controller module for fulfillment modules that process physical goods.

Code

function uc_quote_add_to_cart() {
  unset($_SESSION['quote']);
}