Skip to content

Instantly share code, notes, and snippets.

@tvpmb
Created December 15, 2014 18:42
Show Gist options
  • Save tvpmb/249a5888a3e118ec6232 to your computer and use it in GitHub Desktop.
Save tvpmb/249a5888a3e118ec6232 to your computer and use it in GitHub Desktop.
3D Cart - Part 3
<script>
$Cnt++;
$SKUArr[$Cnt]="[id]";
$PriceArr[$Cnt]="[unitprice]";
$PriceArr[$Cnt] = $PriceArr[$Cnt].replace("$","");
$QtyArr[$Cnt]= [numitems];
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment