Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions simpleCart.js
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,12 @@
}


// add custom pass-through variable
if (opts.custom) {
data.custom = opts.custom;
}


// add all the items to the form data
simpleCart.each(function (item,x) {
var counter = x+1,
Expand Down
Loading