Skip to main content

Questions tagged [customer]

denotes questions related to the customers module

0 votes
0 answers
7 views

i am using magento 2.4.1 admin->customer->edit customer-> delete customer first is working fine; after deleting successfully, it will redirect customer grid page next. The same process is ...
Pavan kumarMG's user avatar
0 votes
0 answers
33 views

I'm new to Magento 2 and trying to add a customer attribute using a Data Patch. I created the following patch class: <?php namespace Vendor\Module\Setup\Patch\Data; use Magento\Framework\Setup\...
Sumit's user avatar
  • 1
0 votes
1 answer
50 views

I have created a custom module to validate street fields during checkout process. I used this tutorial from Victor Tikhonchuk - How to apply custom validation on checkout shipping form field?. Itworks ...
iskander's user avatar
  • 349
0 votes
0 answers
55 views

I have upgraded my Magento website from version 2.3.6 to 2.4.7-p2. After the upgrade, I am unable to place orders from the Admin panel. Specifically, Magento does not allow me to add products to the ...
IntraPersonalLearner's user avatar
1 vote
1 answer
95 views

I am working on a function used in a observer where I need to have retrieve 4 values from customer custom attributes. Because the function is called when a customer is logged in, I can populate the ...
Rene Donkers's user avatar
0 votes
0 answers
33 views

I am storing the customer custom attribute image in custom path rather than customer/ path in media folder. Its saving and loading in frontend. But when I try to edit that customer from admin , the ...
Sreepriya's user avatar
0 votes
2 answers
52 views

Hi everyone — in the Magento order data, is there a way to add a column showing which customers received a voucher within a given month? That column should display the voucher name, and another column ...
Opeyemi Olalekan's user avatar
1 vote
2 answers
123 views

I have created a customer custom grid with custom collection on customer edit form in magento 2 admin using ui_component method. Used the following steps in order to create this. Page 1 Page 2 Issue ...
Mujahidh's user avatar
  • 2,782
0 votes
1 answer
31 views

Is there an extension or way to give the same invoice address to all users that register in a certain store view? Did not find anything useful... Thanks!
user4095519's user avatar
0 votes
0 answers
142 views

I am rendering customer grid collection in the admin panel with custom collection with some join fields. The grid is not loading. I have used the below code. Vendor/Module/etc/adminhtml/di.xml <?...
Jafar Pinjar's user avatar
  • 1,911
0 votes
0 answers
34 views

I am experiencing a problem with Magento 2.4.4: I have created two customer groups: Bronze and Bronze_Vies (for European customers with valid VAT number). The Bronze_Vies group should be tax-free, but:...
Jackom's user avatar
  • 513
0 votes
1 answer
54 views

I am trying to update the "customer_entity" table "custom_column" value upon customer confirmation. For that I used a plugin as follow. This is my di.xml content for this pluging &...
shankar boss's user avatar
  • 1,473
0 votes
1 answer
72 views

I am looking for a solution for customer registration on Magento version 2.4.7-p2, specifically for my wholesale store site. I need to display the following additional fields on the registration form: ...
IntraPersonalLearner's user avatar
0 votes
1 answer
40 views

I have faced an issue with the below code. I have removed the below code, and then the working filter is fine, but the page reloads. protected function _construct() { parent::_construct(); $...
Minal Thakkar's user avatar
0 votes
1 answer
88 views

I have created setup patch data using the attribute please check the below code and block using add custom tab <?php namespace Bliss\PricePerCustomer\Setup\Patch\Data; use Magento\Customer\Model\...
Minal Thakkar's user avatar

15 30 50 per page
1
2 3 4 5
141