started adding cart UI

This commit is contained in:
JT Smith 2008-02-27 22:47:33 +00:00
parent 152e96f695
commit 3cb0ccd0e2
5 changed files with 165 additions and 4 deletions

View file

@ -105,6 +105,7 @@ sub migrateToNewCart {
index cartId_assetId (cartId,assetId)
)");
$session->db->write("drop table shoppingCart");
$session->db->write("insert into settings values ('shopCartTemplateId','HKwB9Y7jKKfpL4bkQEmX0w')");
}
#-------------------------------------------------