scith / boxbilling-bootstrap

Bootstrap theme for BoxBilling
GNU General Public License v3.0
14 stars 29 forks source link

mod_cart_index.phtml error #12

Open Lucerno opened 6 years ago

Lucerno commented 6 years ago

Hello,

i have an error with index.php?_url=/cart "An exception has been thrown during the rendering of a template ("Model not found") in "mod_cart_index.phtml" at line 7."

the problem is {% set cart = guest.cart_get %}, i try {% set cart = guest.cart_get() %} but i get the same error.

Can you help me ? Thanks !