started adding cart UI
This commit is contained in:
parent
152e96f695
commit
3cb0ccd0e2
5 changed files with 165 additions and 4 deletions
|
|
@ -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')");
|
||||
}
|
||||
|
||||
#-------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue