updated subscription : removed coupons

This commit is contained in:
Bachir Soussi Chiadmi
2014-09-04 14:31:37 +02:00
parent 9f3444676a
commit 7d410e8393
3 changed files with 11 additions and 33 deletions
@@ -308,7 +308,7 @@ function materio_subscriptions_strongarm() {
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'uc_cap_coupon_auto_enabled';
$strongarm->value = 1;
$strongarm->value = 0;
$export['uc_cap_coupon_auto_enabled'] = $strongarm;
$strongarm = new stdClass();
@@ -322,7 +322,7 @@ function materio_subscriptions_strongarm() {
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'uc_cap_coupon_enabled';
$strongarm->value = 1;
$strongarm->value = 0;
$export['uc_cap_coupon_enabled'] = $strongarm;
$strongarm = new stdClass();
@@ -482,7 +482,7 @@ function materio_subscriptions_strongarm() {
'uc_check_mailing_street2' => '',
'uc_check_mailing_city' => 'Paris',
'uc_check_mailing_zone' => 0,
'uc_check_mailing_country' => '124',
'uc_check_mailing_country' => '250',
'uc_check_mailing_postal_code' => '75012',
);
$export['uc_check_address'] = $strongarm;
@@ -505,7 +505,7 @@ function materio_subscriptions_strongarm() {
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'uc_check_mailing_country';
$strongarm->value = '124';
$strongarm->value = '250';
$export['uc_check_mailing_country'] = $strongarm;
$strongarm = new stdClass();
@@ -1163,7 +1163,7 @@ 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_payment_method_other_checkout';
$strongarm->value = 1;
$strongarm->value = 0;
$export['uc_payment_method_other_checkout'] = $strongarm;
$strongarm = new stdClass();
@@ -1331,14 +1331,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_city';
$strongarm->value = '';
$strongarm->value = 'Paris';
$export['uc_store_city'] = $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_country';
$strongarm->value = '840';
$strongarm->value = '250';
$export['uc_store_country'] = $strongarm;
$strongarm = new stdClass();
@@ -1387,21 +1387,21 @@ 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_phone';
$strongarm->value = '';
$strongarm->value = '+33 (0)1 40 41 51 15';
$export['uc_store_phone'] = $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_postal_code';
$strongarm->value = '';
$strongarm->value = '75012';
$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 = '';
$strongarm->value = '4 rue du faubourg Saint Martin';
$export['uc_store_street1'] = $strongarm;
$strongarm = new stdClass();