Linked Questions

8 votes
6 answers
30k views

I have created custom attribute for customer using below code. setup/installData.php class InstallData implements InstallDataInterface { const LEGALITY_DOCUMENT_1 = 'user_legality_document_1'; ...
Developer Webile's user avatar
12 votes
1 answer
29k views

I followed this tutorial to add a custom attribute to Customer. Then in Controller LoginPost.php, I want to get the value of that attribute of a particular customer to do some checking. But I found ...
Ricky.C's user avatar
  • 2,182
1 vote
2 answers
6k views

How to create a customer custom attribute in magento2?
user avatar
0 votes
1 answer
2k views

My UpgradeData.php to add customer attribute which will be reflected under customer account in admin section. <?php /** * Copyright © 2015 Magento. All rights reserved. * See COPYING.txt for ...
DEEP JOSHI's user avatar
0 votes
1 answer
280 views

How to Add Customer Attribute in magento 2 and then showing the Attribute in Account Information? thank you!!
niceonelee's user avatar
0 votes
0 answers
77 views

I want to create address attribute and convert that attribute to order address. I want to add address attribute in billing and shipping address of customer. Also want to display this attribute ...
Ashish Jagnani's user avatar
0 votes
0 answers
36 views

How to Add Customer Attribute in magento 2.2.2 and display it in the front end ? beacuse i saw mamy post but not working in 2.2.2 thank you!!
niceonelee's user avatar
16 votes
4 answers
17k views

I have added the drop-down custom field on the checkout page with custom values. It's working fine also save attribute values in the database but not display in the order shipping address. Any idea ...
Magento2 Devloper's user avatar
2 votes
2 answers
14k views

How to save customer attribute value in custom script in Magento 2. The prerequisite is to add first your new attribute programatically. To do add a customer attribute please review these: Magento2 ...
Daniel Ifrim's user avatar
  • 3,474
3 votes
2 answers
16k views

Can someone point me in the right direction here? For a new magento 2 install I want to be able to add some custom attributes for the customer in the backend. One of the attributes must be only ...
Anton de Goede's user avatar
3 votes
3 answers
4k views

Anyone Can help me, I want to add customer Attribute and i have put my code as below.I have installed it, not getting any error but noting happened. Customer/Attrib/Setup/InstallData.php <?php ...
Naim Malek's user avatar
1 vote
1 answer
3k views

I'm able to add custom customer attribute called "passport". It's working fine on Admin Side. So no issues. For the frontend however it's not displaying on Registration page. Below code already ...
Jackson's user avatar
  • 9,989
0 votes
1 answer
1k views

How to add following below fields to the fronted customer registration form. 1.company 2.Address 3.street 4.city 5.state 6.country 7.zip code 8.phone no 9.federal tax id
Devidas's user avatar
  • 3,383
0 votes
2 answers
248 views

below is the cron job code that suppose to delete customer if they have value of 1 in deleteOrders field but it not doing that, what am i missing? <?php namespace Vendor\ThreeYearOrders\Cron; use ...
Bayzel's user avatar
  • 187
0 votes
2 answers
228 views

I have a Adobe commerce cloud platform and created one customer address attribute from the admin that is default feature of the Commerce cloud. Now it works fine. It works well on the customer account ...
Sunny Rahevar's user avatar

15 30 50 per page