1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507 |
- <?php
- function materio_subscriptions_strongarm() {
- $export = array();
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'date_format_uc_store';
- $strongarm->value = 'm/d/Y';
- $export['date_format_uc_store'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'pathauto_taxonomy_term_catalog_pattern';
- $strongarm->value = '';
- $export['pathauto_taxonomy_term_catalog_pattern'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_address_fields';
- $strongarm->value = array(
- 'first_name' => 1,
- 'last_name' => 1,
- 'company' => 1,
- 'street1' => 1,
- 'street2' => 1,
- 'city' => 1,
- 'zone' => 1,
- 'country' => 1,
- 'postal_code' => 1,
- 'phone' => 1,
- );
- $export['uc_address_fields'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_address_fields_required';
- $strongarm->value = array(
- 'first_name' => 1,
- 'last_name' => 1,
- 'street1' => 1,
- 'city' => 1,
- 'country' => 1,
- 'postal_code' => 1,
- 'phone' => 1,
- );
- $export['uc_address_fields_required'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_address_fields_weight';
- $strongarm->value = array(
- 'first_name' => '-10',
- 'last_name' => '-9',
- 'company' => '-8',
- 'street1' => '-7',
- 'street2' => '-6',
- 'city' => '-4',
- 'zone' => '-3',
- 'country' => '-2',
- 'postal_code' => '-5',
- 'phone' => '-1',
- );
- $export['uc_address_fields_weight'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $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;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_address_format_124';
- $strongarm->value = '!company
- !first_name !last_name
- !street1
- !street2
- !city, !postal_code
- !zone_name, !country_name';
- $export['uc_address_format_124'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $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;
- $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;
- $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;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_address_format_250';
- $strongarm->value = '!company
- !first_name !last_name
- !street1
- !street2
- !postal_code !city
- !country_name_if';
- $export['uc_address_format_250'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $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;
- $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;
- $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;
- $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;
- $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;
- $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;
- $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;
- $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;
- $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;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_address_format_840';
- $strongarm->value = '!company
- !first_name !last_name
- !street1
- !street2
- !city, !zone_code !postal_code
- !country_name_if';
- $export['uc_address_format_840'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $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;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_add_item_redirect';
- $strongarm->value = 'cart/checkout';
- $export['uc_add_item_redirect'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_attribute_option_price_format';
- $strongarm->value = 'total';
- $export['uc_attribute_option_price_format'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_cap_cart_form_enabled';
- $strongarm->value = 1;
- $export['uc_cap_cart_form_enabled'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_cap_cart_form_weight';
- $strongarm->value = '0';
- $export['uc_cap_cart_form_weight'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_cap_coupon_auto_enabled';
- $strongarm->value = 1;
- $export['uc_cap_coupon_auto_enabled'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_cap_coupon_auto_weight';
- $strongarm->value = '1';
- $export['uc_cap_coupon_auto_weight'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_cap_coupon_enabled';
- $strongarm->value = 1;
- $export['uc_cap_coupon_enabled'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_cap_coupon_weight';
- $strongarm->value = '1';
- $export['uc_cap_coupon_weight'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_cap_uc_termsofservice_agreement_cart_enabled';
- $strongarm->value = 1;
- $export['uc_cap_uc_termsofservice_agreement_cart_enabled'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_cap_uc_termsofservice_agreement_cart_weight';
- $strongarm->value = '6';
- $export['uc_cap_uc_termsofservice_agreement_cart_weight'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_cart_add_item_msg';
- $strongarm->value = 1;
- $export['uc_cart_add_item_msg'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_cart_anon_duration';
- $strongarm->value = '4';
- $export['uc_cart_anon_duration'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_cart_anon_unit';
- $strongarm->value = 'hours';
- $export['uc_cart_anon_unit'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_cart_auth_duration';
- $strongarm->value = '2';
- $export['uc_cart_auth_duration'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_cart_auth_unit';
- $strongarm->value = 'weeks';
- $export['uc_cart_auth_unit'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_cart_breadcrumb_text';
- $strongarm->value = '';
- $export['uc_cart_breadcrumb_text'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_cart_breadcrumb_url';
- $strongarm->value = '';
- $export['uc_cart_breadcrumb_url'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_cart_checkout_complete_page';
- $strongarm->value = '';
- $export['uc_cart_checkout_complete_page'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_cart_delivery_not_shippable';
- $strongarm->value = 1;
- $export['uc_cart_delivery_not_shippable'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_cart_email_validation';
- $strongarm->value = 1;
- $export['uc_cart_email_validation'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_cart_mail_existing';
- $strongarm->value = 1;
- $export['uc_cart_mail_existing'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_cart_new_account_details';
- $strongarm->value = '<b>Optional.</b> New customers may supply custom account details.<br />We will create these for you if no values are entered.';
- $export['uc_cart_new_account_details'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_cart_new_account_name';
- $strongarm->value = 0;
- $export['uc_cart_new_account_name'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_cart_new_account_password';
- $strongarm->value = 0;
- $export['uc_cart_new_account_password'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_checkout_anonymous';
- $strongarm->value = 1;
- $export['uc_checkout_anonymous'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_checkout_enabled';
- $strongarm->value = 1;
- $export['uc_checkout_enabled'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_checkout_instructions';
- $strongarm->value = '';
- $export['uc_checkout_instructions'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_checkout_review_instructions';
- $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;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_check_address';
- $strongarm->value = array(
- 'uc_check_mailing_company' => 'materiO\'',
- 'uc_check_mailing_street1' => '74 rue du Faubourg Saint-Anthoine',
- 'uc_check_mailing_street2' => '',
- 'uc_check_mailing_city' => 'Paris',
- 'uc_check_mailing_zone' => 0,
- 'uc_check_mailing_country' => '250',
- 'uc_check_mailing_postal_code' => '75012',
- );
- $export['uc_check_address'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $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;
- $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;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_check_mailing_country';
- $strongarm->value = '250';
- $export['uc_check_mailing_country'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_check_mailing_name';
- $strongarm->value = '';
- $export['uc_check_mailing_name'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_check_mailing_postal_code';
- $strongarm->value = '75009';
- $export['uc_check_mailing_postal_code'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_check_mailing_street1';
- $strongarm->value = '8 rue chaptal';
- $export['uc_check_mailing_street1'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_check_mailing_street2';
- $strongarm->value = '';
- $export['uc_check_mailing_street2'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $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;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_check_policy';
- $strongarm->value = 'Your account will be activated when we recieve your payment.';
- $export['uc_check_policy'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_collapse_current_pane';
- $strongarm->value = 0;
- $export['uc_collapse_current_pane'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_continue_shopping_type';
- $strongarm->value = 'none';
- $export['uc_continue_shopping_type'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_continue_shopping_url';
- $strongarm->value = '';
- $export['uc_continue_shopping_url'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_continue_shopping_use_last_url';
- $strongarm->value = 1;
- $export['uc_continue_shopping_use_last_url'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_coupon_collapse_pane';
- $strongarm->value = 0;
- $export['uc_coupon_collapse_pane'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_coupon_pane_description';
- $strongarm->value = 'Enter a coupon code for this order.';
- $export['uc_coupon_pane_description'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_credit_accepted_types';
- $strongarm->value = 'Visa
- Mastercard
- Discover
- American Express';
- $export['uc_credit_accepted_types'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_credit_amex';
- $strongarm->value = 1;
- $export['uc_credit_amex'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_credit_bank_enabled';
- $strongarm->value = 0;
- $export['uc_credit_bank_enabled'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_credit_cvv_enabled';
- $strongarm->value = 1;
- $export['uc_credit_cvv_enabled'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_credit_discover';
- $strongarm->value = 1;
- $export['uc_credit_discover'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_credit_encryption_path';
- $strongarm->value = '/Users/bachir/Sites/materio/encrypt';
- $export['uc_credit_encryption_path'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_credit_fail_message';
- $strongarm->value = 'We were unable to process your credit card payment. Please verify your details and try again. If the problem persists, contact us to complete your order.';
- $export['uc_credit_fail_message'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_credit_issue_enabled';
- $strongarm->value = 1;
- $export['uc_credit_issue_enabled'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_credit_mastercard';
- $strongarm->value = 1;
- $export['uc_credit_mastercard'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_credit_owner_enabled';
- $strongarm->value = 1;
- $export['uc_credit_owner_enabled'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_credit_policy';
- $strongarm->value = 'Your billing information must match the billing address for the credit card entered below or we will be unable to process your payment.';
- $export['uc_credit_policy'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_credit_start_enabled';
- $strongarm->value = 1;
- $export['uc_credit_start_enabled'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_credit_type_enabled';
- $strongarm->value = 1;
- $export['uc_credit_type_enabled'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_credit_validate_numbers';
- $strongarm->value = 1;
- $export['uc_credit_validate_numbers'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_credit_visa';
- $strongarm->value = 1;
- $export['uc_credit_visa'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_credit__active_tab';
- $strongarm->value = 'edit-test-gateway';
- $export['uc_credit__active_tab'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_currency_code';
- $strongarm->value = 'EUR';
- $export['uc_currency_code'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_currency_dec';
- $strongarm->value = '.';
- $export['uc_currency_dec'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_currency_prec';
- $strongarm->value = '2';
- $export['uc_currency_prec'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_currency_sign';
- $strongarm->value = '€';
- $export['uc_currency_sign'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_currency_thou';
- $strongarm->value = ',';
- $export['uc_currency_thou'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_customer_list_address';
- $strongarm->value = 'billing';
- $export['uc_customer_list_address'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_field_city';
- $strongarm->value = 'City';
- $export['uc_field_city'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_field_company';
- $strongarm->value = 'Company';
- $export['uc_field_company'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_field_country';
- $strongarm->value = 'Pays';
- $export['uc_field_country'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_field_first_name';
- $strongarm->value = 'First name';
- $export['uc_field_first_name'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_field_last_name';
- $strongarm->value = 'Last name';
- $export['uc_field_last_name'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_field_phone';
- $strongarm->value = 'Phone number';
- $export['uc_field_phone'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_field_postal_code';
- $strongarm->value = 'Postal code';
- $export['uc_field_postal_code'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_field_street1';
- $strongarm->value = 'Street address';
- $export['uc_field_street1'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_field_street2';
- $strongarm->value = '';
- $export['uc_field_street2'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_field_zone';
- $strongarm->value = 'State/Province';
- $export['uc_field_zone'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_footer_message';
- $strongarm->value = 'none';
- $export['uc_footer_message'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_image_product';
- $strongarm->value = 'uc_product_image';
- $export['uc_image_product'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_length_format_cm';
- $strongarm->value = '!value cm';
- $export['uc_length_format_cm'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_length_format_ft';
- $strongarm->value = '!value ft';
- $export['uc_length_format_ft'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_length_format_in';
- $strongarm->value = '!value in';
- $export['uc_length_format_in'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_length_format_mm';
- $strongarm->value = '!value mm';
- $export['uc_length_format_mm'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_length_unit';
- $strongarm->value = 'cm';
- $export['uc_length_unit'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_minimum_subtotal';
- $strongarm->value = '1.00';
- $export['uc_minimum_subtotal'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_msg_continue_shopping';
- $strongarm->value = '<a href="[site:url]">Return to the front page.</a>';
- $export['uc_msg_continue_shopping'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_msg_order_existing_user';
- $strongarm->value = 'Thank you for subscribing to [store:name].';
- $export['uc_msg_order_existing_user'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_msg_order_logged_in';
- $strongarm->value = 'Thank you for subscribing to [store:name].';
- $export['uc_msg_order_logged_in'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_msg_order_new_user';
- $strongarm->value = 'Thank you for subscribing to [store:name]. A new account has been created for you here.
- <a href="/fr/user">Login</a> to your new account using the following information:
- <strong>Username:</strong> !new_username
- <strong>Password:</strong> !new_password';
- $export['uc_msg_order_new_user'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_msg_order_new_user_logged_in';
- $strongarm->value = 'Thank you for subscribing to [store:name]. A new account has been created for you here.
- Your password and further instructions have been sent to your e-mail address.
- For your convenience, you are already logged in with your newly created account.
- <a href="[site:url]">Return to the front page.</a>';
- $export['uc_msg_order_new_user_logged_in'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_msg_order_submit';
- $strongarm->value = 'Your order is complete!';
- $export['uc_msg_order_submit'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_new_customer_email';
- $strongarm->value = 1;
- $export['uc_new_customer_email'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_new_customer_login';
- $strongarm->value = 1;
- $export['uc_new_customer_login'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_new_customer_status_active';
- $strongarm->value = 1;
- $export['uc_new_customer_status_active'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_order_capitalize_addresses';
- $strongarm->value = 1;
- $export['uc_order_capitalize_addresses'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_pane_billing_enabled';
- $strongarm->value = 1;
- $export['uc_pane_billing_enabled'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_pane_billing_weight';
- $strongarm->value = '4';
- $export['uc_pane_billing_weight'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_pane_cart_enabled';
- $strongarm->value = 1;
- $export['uc_pane_cart_enabled'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_pane_cart_weight';
- $strongarm->value = '1';
- $export['uc_pane_cart_weight'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_pane_comments_enabled';
- $strongarm->value = 0;
- $export['uc_pane_comments_enabled'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_pane_comments_weight';
- $strongarm->value = '7';
- $export['uc_pane_comments_weight'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_pane_coupon_automatic_enabled';
- $strongarm->value = 1;
- $export['uc_pane_coupon_automatic_enabled'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_pane_coupon_automatic_weight';
- $strongarm->value = '5';
- $export['uc_pane_coupon_automatic_weight'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_pane_coupon_enabled';
- $strongarm->value = 1;
- $export['uc_pane_coupon_enabled'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_pane_coupon_weight';
- $strongarm->value = '5';
- $export['uc_pane_coupon_weight'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_pane_customer_enabled';
- $strongarm->value = 1;
- $export['uc_pane_customer_enabled'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_pane_customer_weight';
- $strongarm->value = '2';
- $export['uc_pane_customer_weight'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_pane_delivery_enabled';
- $strongarm->value = 0;
- $export['uc_pane_delivery_enabled'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_pane_delivery_weight';
- $strongarm->value = '3';
- $export['uc_pane_delivery_weight'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_pane_payment_enabled';
- $strongarm->value = 1;
- $export['uc_pane_payment_enabled'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_pane_payment_weight';
- $strongarm->value = '6';
- $export['uc_pane_payment_weight'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_pane_uc_termsofservice_agreement_checkout_enabled';
- $strongarm->value = 1;
- $export['uc_pane_uc_termsofservice_agreement_checkout_enabled'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_pane_uc_termsofservice_agreement_checkout_weight';
- $strongarm->value = '6';
- $export['uc_pane_uc_termsofservice_agreement_checkout_weight'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_payment_credit_gateway';
- $strongarm->value = 'test_gateway';
- $export['uc_payment_credit_gateway'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $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;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_payment_method_check_weight';
- $strongarm->value = '-9';
- $export['uc_payment_method_check_weight'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $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;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_payment_method_cmcic_weight';
- $strongarm->value = '-10';
- $export['uc_payment_method_cmcic_weight'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $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;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_payment_method_cod_weight';
- $strongarm->value = '-7';
- $export['uc_payment_method_cod_weight'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_payment_method_credit_checkout';
- $strongarm->value = 0;
- $export['uc_payment_method_credit_checkout'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_payment_method_credit_weight';
- $strongarm->value = '-6';
- $export['uc_payment_method_credit_weight'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_payment_method_free_order_checkout';
- $strongarm->value = 0;
- $export['uc_payment_method_free_order_checkout'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_payment_method_free_order_weight';
- $strongarm->value = '-8';
- $export['uc_payment_method_free_order_weight'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_payment_method_other_checkout';
- $strongarm->value = 0;
- $export['uc_payment_method_other_checkout'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_payment_method_other_weight';
- $strongarm->value = '-5';
- $export['uc_payment_method_other_weight'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_payment_show_order_total_preview';
- $strongarm->value = 1;
- $export['uc_payment_show_order_total_preview'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_pg_test_gateway_cc_txn_type';
- $strongarm->value = 'auth_capture';
- $export['uc_pg_test_gateway_cc_txn_type'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_pg_test_gateway_enabled';
- $strongarm->value = 1;
- $export['uc_pg_test_gateway_enabled'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_product_add_to_cart_qty';
- $strongarm->value = 0;
- $export['uc_product_add_to_cart_qty'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_product_image_widget';
- $strongarm->value = '';
- $export['uc_product_image_widget'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_product_update_node_view';
- $strongarm->value = 0;
- $export['uc_product_update_node_view'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_reports_reported_statuses';
- $strongarm->value = array(
- 'abandoned' => 'abandoned',
- 'canceled' => 'canceled',
- 'in_checkout' => 'in_checkout',
- 'pending' => 'pending',
- 'processing' => 'processing',
- 'payment_received' => 'payment_received',
- 'completed' => 'completed',
- );
- $export['uc_reports_reported_statuses'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_reports_table_size';
- $strongarm->value = '30';
- $export['uc_reports_table_size'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_roles_default_by_quantity';
- $strongarm->value = 0;
- $export['uc_roles_default_by_quantity'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_roles_default_end_expiration';
- $strongarm->value = 'rel';
- $export['uc_roles_default_end_expiration'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_roles_default_end_time';
- $strongarm->value = array(
- 'month' => '12',
- 'day' => '5',
- 'year' => '2012',
- );
- $export['uc_roles_default_end_time'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_roles_default_granularity';
- $strongarm->value = 'year';
- $export['uc_roles_default_granularity'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_roles_default_length';
- $strongarm->value = '1';
- $export['uc_roles_default_length'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_roles_default_role';
- $strongarm->value = '6';
- $export['uc_roles_default_role'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_roles_default_role_choices';
- $strongarm->value = array(
- 10 => '10',
- 6 => '6',
- 8 => '8',
- 9 => 0,
- 7 => 0,
- 11 => 0,
- 5 => 0,
- 3 => 0,
- 4 => 0,
- );
- $export['uc_roles_default_role_choices'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_roles_default_show_expiration';
- $strongarm->value = 1;
- $export['uc_roles_default_show_expiration'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_roles_reminder_granularity';
- $strongarm->value = 'month';
- $export['uc_roles_reminder_granularity'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_roles_reminder_length';
- $strongarm->value = '1';
- $export['uc_roles_reminder_length'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_sign_after_amount';
- $strongarm->value = 1;
- $export['uc_sign_after_amount'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_store_city';
- $strongarm->value = 'Paris';
- $export['uc_store_city'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_store_country';
- $strongarm->value = '250';
- $export['uc_store_country'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_store_email';
- $strongarm->value = 'info@materio.com';
- $export['uc_store_email'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_store_email_include_name';
- $strongarm->value = 1;
- $export['uc_store_email_include_name'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_store_fax';
- $strongarm->value = '';
- $export['uc_store_fax'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_store_help_page';
- $strongarm->value = '';
- $export['uc_store_help_page'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_store_name';
- $strongarm->value = 'materiO’';
- $export['uc_store_name'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_store_owner';
- $strongarm->value = '';
- $export['uc_store_owner'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_store_phone';
- $strongarm->value = '';
- $export['uc_store_phone'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_store_postal_code';
- $strongarm->value = '75012';
- $export['uc_store_postal_code'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_store_street1';
- $strongarm->value = '74 rue du faubourg saint antoine';
- $export['uc_store_street1'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_store_street2';
- $strongarm->value = '';
- $export['uc_store_street2'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_store_zone';
- $strongarm->value = 0;
- $export['uc_store_zone'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_termsofservice_checkout_display';
- $strongarm->value = 'teaser';
- $export['uc_termsofservice_checkout_display'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_termsofservice_checkout_node';
- $strongarm->value = '';
- $export['uc_termsofservice_checkout_node'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_termsofservice_checkout_required';
- $strongarm->value = 0;
- $export['uc_termsofservice_checkout_required'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_termsofservice_checkout_rules';
- $strongarm->value = 0;
- $export['uc_termsofservice_checkout_rules'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_termsofservice_checkout_title';
- $strongarm->value = '1';
- $export['uc_termsofservice_checkout_title'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_use_next_buttons';
- $strongarm->value = 0;
- $export['uc_use_next_buttons'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_weight_format_g';
- $strongarm->value = '!value g';
- $export['uc_weight_format_g'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_weight_format_kg';
- $strongarm->value = '!value kg';
- $export['uc_weight_format_kg'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_weight_format_lb';
- $strongarm->value = '!value lb';
- $export['uc_weight_format_lb'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_weight_format_oz';
- $strongarm->value = '!value oz';
- $export['uc_weight_format_oz'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE;
- $strongarm->api_version = 1;
- $strongarm->name = 'uc_weight_unit';
- $strongarm->value = 'kg';
- $export['uc_weight_unit'] = $strongarm;
- return $export;
- }
|