|
41 | 41 | </depends>
|
42 | 42 | <comment>Automatically subscribe buyers to the Adobe Commerce newsletter. Note: only works if the buyer agreed to use their email for marketing purposes on Meta</comment>
|
43 | 43 | </field>
|
44 |
| - <field id="default_fulfillment_location" translate="label comment" type="select" sortOrder="50" showInDefault="1" showInWebsite="0" showInStore="1"> |
| 44 | + <field id="default_fulfillment_location" translate="label comment" type="select" sortOrder="50" showInDefault="0" showInWebsite="0" showInStore="0"> |
45 | 45 | <label>Use Default Fulfillment Location</label>
|
46 | 46 | <config_path>facebook/orders_sync/default_fulfillment_location</config_path>
|
47 | 47 | <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
|
|
50 | 50 | </depends>
|
51 | 51 | <comment>Store address is the default fulfillment location</comment>
|
52 | 52 | </field>
|
53 |
| - <group id="fulfillment_information" translate="label" type="text" sortOrder="100" showInDefault="1" showInWebsite="0" showInStore="1"> |
| 53 | + <group id="fulfillment_information" translate="label" type="text" sortOrder="100" showInDefault="0" showInWebsite="0" showInStore="0"> |
54 | 54 | <label>Fulfillment Address</label>
|
55 | 55 | <depends>
|
56 | 56 | <field id="facebook_business_extension/orders_sync/default_fulfillment_location">0</field>
|
57 | 57 | </depends>
|
58 |
| - <field id="street_line1" translate="label" type="text" sortOrder="55" showInDefault="1" showInWebsite="0" showInStore="1"> |
| 58 | + <field id="street_line1" translate="label" type="text" sortOrder="55" showInDefault="0" showInWebsite="0" showInStore="0"> |
59 | 59 | <config_path>facebook/orders_sync/street_line1</config_path>
|
60 | 60 | <label>Street Address</label>
|
61 | 61 | </field>
|
62 |
| - <field id="street_line2" translate="label" type="text" sortOrder="55" showInDefault="1" showInWebsite="0" showInStore="1"> |
| 62 | + <field id="street_line2" translate="label" type="text" sortOrder="55" showInDefault="0" showInWebsite="0" showInStore="0"> |
63 | 63 | <config_path>facebook/orders_sync/street_line2</config_path>
|
64 | 64 | <label>Street Address 2</label>
|
65 | 65 | </field>
|
66 |
| - <field id="country_id" translate="label" type="select" sortOrder="25" showInDefault="1" showInWebsite="0" showInStore="1"> |
| 66 | + <field id="country_id" translate="label" type="select" sortOrder="25" showInDefault="0" showInWebsite="0" showInStore="0"> |
67 | 67 | <config_path>facebook/orders_sync/country_id</config_path>
|
68 | 68 | <label>Country</label>
|
69 | 69 | <source_model>Magento\Directory\Model\Config\Source\Country</source_model>
|
70 | 70 | <frontend_class>countries</frontend_class>
|
71 | 71 | <can_be_empty>1</can_be_empty>
|
72 | 72 | </field>
|
73 |
| - <field id="region_id" translate="label" type="text" sortOrder="27" showInDefault="1" showInWebsite="0" showInStore="1"> |
| 73 | + <field id="region_id" translate="label" type="text" sortOrder="27" showInDefault="0" showInWebsite="0" showInStore="0"> |
74 | 74 | <config_path>facebook/orders_sync/region_id</config_path>
|
75 | 75 | <label>Region/State</label>
|
76 | 76 | </field>
|
77 |
| - <field id="city" translate="label" type="text" sortOrder="45" showInDefault="1" showInWebsite="0" showInStore="1"> |
| 77 | + <field id="city" translate="label" type="text" sortOrder="45" showInDefault="0" showInWebsite="0" showInStore="0"> |
78 | 78 | <config_path>facebook/orders_sync/city</config_path>
|
79 | 79 | <label>City</label>
|
80 | 80 | </field>
|
81 |
| - <field id="postcode" translate="label" type="text" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="1"> |
| 81 | + <field id="postcode" translate="label" type="text" sortOrder="30" showInDefault="0" showInWebsite="0" showInStore="0"> |
82 | 82 | <config_path>facebook/orders_sync/postcode</config_path>
|
83 | 83 | <label>ZIP/Postal Code</label>
|
84 | 84 | </field>
|
|
0 commit comments