updated features

This commit is contained in:
Bachir Soussi Chiadmi
2016-10-25 16:05:27 +02:00
parent 54399b169a
commit 610760bedf
24 changed files with 2428 additions and 598 deletions

View File

@@ -1402,14 +1402,14 @@ For your convenience, you are already logged in with your newly created account.
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'uc_store_postal_code';
$strongarm->value = '75012';
$strongarm->value = '75009';
$export['uc_store_postal_code'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'uc_store_street1';
$strongarm->value = '74 rue du faubourg saint antoine';
$strongarm->value = '8, rue Chaptal';
$export['uc_store_street1'] = $strongarm;
$strongarm = new stdClass();