Skip to content

Instantly share code, notes, and snippets.

@jordy7
Created March 23, 2012 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jordy7/2169101 to your computer and use it in GitHub Desktop.
Save jordy7/2169101 to your computer and use it in GitHub Desktop.
HTML: starting template
$data = array(
'id' => 'sku_123ABC',
'qty' => 1,
'price' => '19.56',
'name' => 'T-abcShirt',
'options' => array('Size' => 'L', 'Color' => 'Red)'
);
$this->cart->insert();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment