a3388dd3d91dc0e5023cfbda12e249d419f3e960 braney Sun Nov 22 07:10:28 2020 -0800 add ability to have a default cart other than the empty one. diff --git src/hg/lib/defaultCart.as src/hg/lib/defaultCart.as new file mode 100644 index 0000000..332b035 --- /dev/null +++ src/hg/lib/defaultCart.as @@ -0,0 +1,5 @@ +table defaultCart +"The default cart" + ( + lstring contents; "cart contents" + )