- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2020
11:08 AM
03-19-2020
11:08 AM
Re: How to remove "Address: Line 1" and Country on the form of the purchase tunnel ?
Hey Thomas,
please, did you found any solution for this Line1 label thing in the end?
Thanks a lot
Zbynek
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2020
01:23 PM
03-19-2020
01:23 PM
Re: How to remove "Address: Line 1" and Country on the form of the purchase tunnel ?
No, I couldn't find it.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2020
02:57 PM
03-19-2020
02:57 PM
Re: How to remove "Address: Line 1" and Country on the form of the purchase tunnel ?
Thanks for letting me know, Thomas
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2020
12:43 AM
09-21-2020
12:43 AM
Re: How to remove "Address: Line 1" and Country on the form of the purchase tunnel ?
Just add following lines
<item name="street" xsi:type="array">
<item name="visible" xsi:type="boolean">false</item>
</item>
@thomas_rolland wrote:I just found the solution to remove the country. I modified the file /vendor/magento/module-checkout/view/frontend/layout/checkout_index_index.xml
Insert :
<item name="config" xsi:type="array"> <item name="visible" xsi:type="boolean">false</item>Line 226 :
...
<item name="country_id" xsi:type="array">
<item name="config" xsi:type="array">
<item name="visible" xsi:type="boolean">false</item>
</item>
</item>
...Now I have to find how to remove "Address: Line 1"
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2021
05:27 AM
05-10-2021
05:27 AM
Re: How to remove "Address: Line 1" and Country on the form of the purchase tunnel ?
Hello,
I'm using Magento 2.3.5 ans the theme fastest of Codazon
How to remove or translate "Address: Line 1" in checkout page
You can see in screenshot below
Thanks
- « Previous
-
- 1
- 2
- Next »