changed the name of getCartBySession to newBySession
created the CartItemCount and MiniCart macros added help for MinCart, Cart, Address Book, and Edit Address templates
This commit is contained in:
parent
e3061a1606
commit
57c85fde5a
18 changed files with 895 additions and 43 deletions
Binary file not shown.
|
|
@ -686,6 +686,8 @@ sub migrateToNewCart {
|
|||
$session->db->write("drop table shoppingCart");
|
||||
$session->setting->add('shopCartTemplateId','aIpCmr9Hi__vgdZnDTz1jw');
|
||||
$session->config->addToHash("macros","ViewCart","ViewCart");
|
||||
$session->config->addToHash("macros","CartItemCount","CartItemCount");
|
||||
$session->config->addToHash("macros","MiniCart","MiniCart");
|
||||
}
|
||||
|
||||
#-------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue