Store.php 737 B

1234567891011121314151617181920212223242526272829
  1. <?php
  2. /**
  3. * FecShop file.
  4. * @link http://www.fecshop.com/
  5. * @copyright Copyright (c) 2016 FecShop Software LLC
  6. * @license http://www.fecshop.com/license/
  7. */
  8. return [
  9. 'store' => [
  10. 'class' => 'fecshop\services\Store',
  11. 'stores' => [
  12. /*
  13. 'demo.www.fecshop.com' => [
  14. 'language' => 'en',
  15. 'themePackage' => 'default',
  16. 'theme' => 'default',
  17. 'currency' => 'USD',
  18. ],
  19. 'admin.fancyecommerce.com' => [
  20. 'language' => 'cn',
  21. 'themePackage' => 'default',
  22. 'theme' => 'default',
  23. 'currency' => 'RMB',
  24. ],
  25. */
  26. ],
  27. ],
  28. ];