Skip to content

Instantly share code, notes, and snippets.

View kevando's full-sized avatar

Kevin Habich kevando

View GitHub Profile
// this is a comment
// is chicago truly windy?
public function ajaxOnboardCheckoutAction(){
$quote = Mage::getSingleton('checkout/session')->getQuote();
// first clear cart (I may not want to do this anymore)
$cart = $this->_getCart();
$cart->truncate(); // remove all active items in cart page
$cart->init();
$params = $this->getRequest()->getParams();
if(isset($params['frames'])):