PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
plugins
/
ecommerce
/
config
<?php return [ /* |-------------------------------------------------------------------------- | Cart database settings |-------------------------------------------------------------------------- | | Here you can set the connection that the cart should use when | storing and restoring a cart. | */ 'database' => [ 'connection' => null, 'table' => 'cart', ], ];
[-] general.php
[edit]
[-] order.php
[edit]
[+]
..
[-] email.php
[edit]
[-] cart.php
[edit]
[-] shipping.php
[edit]
[-] permissions.php
[edit]