示例#1
0
 public static function setDefaultConfigValues(Package $pkg)
 {
     Installer::setConfigValue('vividstore.productPublishTarget', Page::getByPath('/product-detail')->getCollectionID());
     Installer::setConfigValue('vividstore.symbol', '$');
     Installer::setConfigValue('vividstore.whole', '.');
     Installer::setConfigValue('vividstore.thousand', ',');
     Installer::setConfigValue('vividstore.sizeUnit', 'in');
     Installer::setConfigValue('vividstore.weightUnit', 'lb');
     Installer::setConfigValue('vividstore.taxName', t('Tax'));
     Installer::setConfigValue('vividstore.cartOverlay', false);
     Installer::setConfigValue('vividstore.sizeUnit', 'in');
     Installer::setConfigValue('vividstore.weightUnit', 'lb');
 }