PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
plugins
/
ecommerce
/
config
<?php use Botble\Ecommerce\Notifications\ConfirmEmailNotification; return [ 'prefix' => 'ecommerce_', 'display_big_money_in_million_billion' => env('DISPLAY_BIG_MONEY_IN_MILLION_BILLION', false), 'customer' => [ /* |-------------------------------------------------------------------------- | Notification |-------------------------------------------------------------------------- | | This is the notification class that will be sent to users when they receive | a confirmation code. | */ 'notification' => ConfirmEmailNotification::class, ], 'bulk-import' => [ 'mime_types' => [ 'application/vnd.ms-excel', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'text/csv', 'application/csv', 'text/plain', ], 'mimes' => [ 'xls', 'xlsx', 'csv', ], ] ];
[-] general.php
[edit]
[-] order.php
[edit]
[+]
..
[-] email.php
[edit]
[-] cart.php
[edit]
[-] shipping.php
[edit]
[-] permissions.php
[edit]