|
@@ -61,6 +61,19 @@ function materio_subscriptions_strongarm() {
|
|
|
);
|
|
|
$export['uc_address_fields_weight'] = $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_address_format_12';
|
|
|
+ $strongarm->value = '!company
|
|
|
+!first_name !last_name
|
|
|
+!street1
|
|
|
+!street2
|
|
|
+!city
|
|
|
+!postal_code !zone_code
|
|
|
+!country_name_if';
|
|
|
+ $export['uc_address_format_12'] = $strongarm;
|
|
|
+
|
|
|
$strongarm = new stdClass();
|
|
|
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
$strongarm->api_version = 1;
|
|
@@ -73,6 +86,42 @@ function materio_subscriptions_strongarm() {
|
|
|
!zone_name, !country_name';
|
|
|
$export['uc_address_format_124'] = $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_address_format_16';
|
|
|
+ $strongarm->value = '!company
|
|
|
+!first_name !last_name
|
|
|
+!street1
|
|
|
+!street2
|
|
|
+!city, !postal_code
|
|
|
+!country_name_if';
|
|
|
+ $export['uc_address_format_16'] = $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_address_format_20';
|
|
|
+ $strongarm->value = '!company
|
|
|
+!first_name !last_name
|
|
|
+!street1
|
|
|
+!street2
|
|
|
+!city, !postal_code
|
|
|
+!country_name_if';
|
|
|
+ $export['uc_address_format_20'] = $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_address_format_24';
|
|
|
+ $strongarm->value = '!company
|
|
|
+!first_name !last_name
|
|
|
+!street1
|
|
|
+!street2
|
|
|
+!city, !zone_name !postal_code
|
|
|
+!country_name_if';
|
|
|
+ $export['uc_address_format_24'] = $strongarm;
|
|
|
+
|
|
|
$strongarm = new stdClass();
|
|
|
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
$strongarm->api_version = 1;
|
|
@@ -85,6 +134,117 @@ function materio_subscriptions_strongarm() {
|
|
|
!country_name_if';
|
|
|
$export['uc_address_format_250'] = $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_address_format_4';
|
|
|
+ $strongarm->value = '!company
|
|
|
+!first_name !last_name
|
|
|
+!street1
|
|
|
+!street2
|
|
|
+!city, !zone_code !postal_code
|
|
|
+!country_name_if';
|
|
|
+ $export['uc_address_format_4'] = $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_address_format_784';
|
|
|
+ $strongarm->value = '!company
|
|
|
+!first_name !last_name
|
|
|
+!street1
|
|
|
+!street2
|
|
|
+!city, !zone_code
|
|
|
+!country_name_if';
|
|
|
+ $export['uc_address_format_784'] = $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_address_format_795';
|
|
|
+ $strongarm->value = '!company
|
|
|
+!first_name !last_name
|
|
|
+!street1
|
|
|
+!street2
|
|
|
+!city, !zone_name !postal_code
|
|
|
+!country_name_if';
|
|
|
+ $export['uc_address_format_795'] = $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_address_format_796';
|
|
|
+ $strongarm->value = '!company
|
|
|
+!first_name !last_name
|
|
|
+!street1
|
|
|
+!street2
|
|
|
+!city !postal_code
|
|
|
+!country_name_if';
|
|
|
+ $export['uc_address_format_796'] = $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_address_format_798';
|
|
|
+ $strongarm->value = '!company
|
|
|
+!first_name !last_name
|
|
|
+!street1
|
|
|
+!street2
|
|
|
+!city, !zone_name !postal_code
|
|
|
+!country_name_if';
|
|
|
+ $export['uc_address_format_798'] = $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_address_format_8';
|
|
|
+ $strongarm->value = '!company
|
|
|
+!first_name !last_name
|
|
|
+!street1
|
|
|
+!street2
|
|
|
+!city, !zone_name !postal_code
|
|
|
+!country_name_if';
|
|
|
+ $export['uc_address_format_8'] = $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_address_format_800';
|
|
|
+ $strongarm->value = '!company
|
|
|
+!first_name !last_name
|
|
|
+!street1
|
|
|
+!street2
|
|
|
+!city, !zone_name !postal_code
|
|
|
+!country_name_if';
|
|
|
+ $export['uc_address_format_800'] = $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_address_format_804';
|
|
|
+ $strongarm->value = '!country_name
|
|
|
+!zone_name
|
|
|
+!city
|
|
|
+!postal_code
|
|
|
+!street1
|
|
|
+!street2
|
|
|
+!company
|
|
|
+!first_name !last_name';
|
|
|
+ $export['uc_address_format_804'] = $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_address_format_826';
|
|
|
+ $strongarm->value = '!first_name !last_name
|
|
|
+!company
|
|
|
+!street1
|
|
|
+!street2
|
|
|
+!city
|
|
|
+!postal_code
|
|
|
+!country_name_if';
|
|
|
+ $export['uc_address_format_826'] = $strongarm;
|
|
|
+
|
|
|
$strongarm = new stdClass();
|
|
|
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
$strongarm->api_version = 1;
|
|
@@ -97,6 +257,18 @@ function materio_subscriptions_strongarm() {
|
|
|
!country_name_if';
|
|
|
$export['uc_address_format_840'] = $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_address_format_894';
|
|
|
+ $strongarm->value = '!company
|
|
|
+!first_name !last_name
|
|
|
+!street1
|
|
|
+!street2
|
|
|
+!city, !zone_name !postal_code
|
|
|
+!country_name_if';
|
|
|
+ $export['uc_address_format_894'] = $strongarm;
|
|
|
+
|
|
|
$strongarm = new stdClass();
|
|
|
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
$strongarm->api_version = 1;
|
|
@@ -293,6 +465,84 @@ function materio_subscriptions_strongarm() {
|
|
|
$strongarm->value = 'Your order is almost complete. Please review the details below and click \'Submit order\' if all the information is correct. You may use the \'Back\' button to make changes to your order if necessary.';
|
|
|
$export['uc_checkout_review_instructions'] = $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_check_address';
|
|
|
+ $strongarm->value = array(
|
|
|
+ 'uc_check_mailing_company' => '',
|
|
|
+ 'uc_check_mailing_street1' => '',
|
|
|
+ 'uc_check_mailing_street2' => '',
|
|
|
+ 'uc_check_mailing_city' => '',
|
|
|
+ 'uc_check_mailing_zone' => '',
|
|
|
+ 'uc_check_mailing_country' => '124',
|
|
|
+ 'uc_check_mailing_postal_code' => '',
|
|
|
+ );
|
|
|
+ $export['uc_check_address'] = $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_check_mailing_city';
|
|
|
+ $strongarm->value = 'Paris';
|
|
|
+ $export['uc_check_mailing_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_check_mailing_company';
|
|
|
+ $strongarm->value = 'materiO\'';
|
|
|
+ $export['uc_check_mailing_company'] = $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_check_mailing_country';
|
|
|
+ $strongarm->value = '124';
|
|
|
+ $export['uc_check_mailing_country'] = $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_check_mailing_name';
|
|
|
+ $strongarm->value = 'Quentin Hirsinger';
|
|
|
+ $export['uc_check_mailing_name'] = $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_check_mailing_postal_code';
|
|
|
+ $strongarm->value = '75012';
|
|
|
+ $export['uc_check_mailing_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_check_mailing_street1';
|
|
|
+ $strongarm->value = '4 rue du faubourg saint antoine';
|
|
|
+ $export['uc_check_mailing_street1'] = $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_check_mailing_street2';
|
|
|
+ $strongarm->value = '';
|
|
|
+ $export['uc_check_mailing_street2'] = $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_check_mailing_zone';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['uc_check_mailing_zone'] = $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_check_policy';
|
|
|
+ $strongarm->value = 'Les chèques personnels et professionnels sont soumis à un délai d\'acceptation de 10 jours ouvrés avant validation et envoi de la commande.';
|
|
|
+ $export['uc_check_policy'] = $strongarm;
|
|
|
+
|
|
|
$strongarm = new stdClass();
|
|
|
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
$strongarm->api_version = 1;
|
|
@@ -832,6 +1082,90 @@ For your convenience, you are already logged in with your newly created account.
|
|
|
$strongarm->value = 'test_gateway';
|
|
|
$export['uc_payment_credit_gateway'] = $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_payment_method_check_checkout';
|
|
|
+ $strongarm->value = 1;
|
|
|
+ $export['uc_payment_method_check_checkout'] = $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_payment_method_check_weight';
|
|
|
+ $strongarm->value = '1';
|
|
|
+ $export['uc_payment_method_check_weight'] = $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_payment_method_cmcic_checkout';
|
|
|
+ $strongarm->value = 1;
|
|
|
+ $export['uc_payment_method_cmcic_checkout'] = $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_payment_method_cmcic_weight';
|
|
|
+ $strongarm->value = '3';
|
|
|
+ $export['uc_payment_method_cmcic_weight'] = $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_payment_method_cod_checkout';
|
|
|
+ $strongarm->value = 0;
|
|
|
+ $export['uc_payment_method_cod_checkout'] = $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_payment_method_cod_weight';
|
|
|
+ $strongarm->value = '1';
|
|
|
+ $export['uc_payment_method_cod_weight'] = $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_payment_method_credit_checkout';
|
|
|
+ $strongarm->value = 1;
|
|
|
+ $export['uc_payment_method_credit_checkout'] = $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_payment_method_credit_weight';
|
|
|
+ $strongarm->value = '2';
|
|
|
+ $export['uc_payment_method_credit_weight'] = $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_payment_method_free_order_checkout';
|
|
|
+ $strongarm->value = 1;
|
|
|
+ $export['uc_payment_method_free_order_checkout'] = $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_payment_method_free_order_weight';
|
|
|
+ $strongarm->value = '0';
|
|
|
+ $export['uc_payment_method_free_order_weight'] = $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_payment_method_other_checkout';
|
|
|
+ $strongarm->value = 1;
|
|
|
+ $export['uc_payment_method_other_checkout'] = $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_payment_method_other_weight';
|
|
|
+ $strongarm->value = '10';
|
|
|
+ $export['uc_payment_method_other_weight'] = $strongarm;
|
|
|
+
|
|
|
$strongarm = new stdClass();
|
|
|
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
|
$strongarm->api_version = 1;
|