Unanswered Questions
669 questions with no upvoted or accepted answers
6
votes
0
answers
2k
views
No such entity with cartId = 0 on checkout page
Magento2 - Customer lost session occasionally on checkout page.
After login when I go to checkout page it's shows me below error but after refresh 4 to 5 times customer session restore again but ...
6
votes
1
answer
1k
views
Magento 2 :- How can i add tab in customer group?
I tried to create new tabs as per the customer tab, add in admin side, but I am getting the error so can any one help me. How can i do this thing?
I refer this link for that
1) http://www.dckap.com/...
6
votes
3
answers
4k
views
How to Get Customer data by telephone number in Magento2?
I have a telephone number which is given in Default address..by using this telephone number i need to get Customer Full data.Data like customer id, customer full name..etc
5
votes
0
answers
1k
views
How to add filtering to custom table field column in Customers admin grid in Magento2?
Added custom columns from custom table to Customers grid using JOIN in the following method:
\Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection::_beforeLoad:
protected function ...
4
votes
0
answers
194
views
Custom additional custom address attributes not getting saved
I have created two custom address attribute latitude and longitude in custom address and they are showing fine in backend. However when I am creating a new customer from backend filling some value to ...
4
votes
1
answer
395
views
How get customers that didn't bought in last X months in Magento?
I want to get customers list that didn't bought in last X months in magento 1 or 2?
Like:
Last 12 months
Last 9 months
Last 20 months
Last 36 months
4
votes
0
answers
2k
views
Magento 2.2.1 Bug price by customer group not working after add to cart
Magento 2.2.1 Bug price by customer group not working after add-to-cart
I have set product price based on customer group so if wholesalecustomer is logged in then price will be 20$ and the general ...
4
votes
2
answers
6k
views
Magento 2.2.2 - Display Customer Account header dropdown and remove Sign Out link post login
After successful login, Luma theme shows customer account details in dropdown on header as seen in below image
I need to replicate the same in our custom theme which has Blank as its parent.
Vendor/...
4
votes
0
answers
68
views
Magento 2 : There is Different Class for When User Logs Out Due to Inactivity
I need to redirect customer to a different URL when is logged out automaticly.
I made a prefence for Magento\Customer\Controller\Account\Logout but it looks like, when the customer is logged out due ...
4
votes
0
answers
782
views
Magento2 : how to set per website is_required custom attribute for account creation form
I have Magento2 multiple websites. I already added some custom attributes for the customer entity, and I wonder if it's possible to set the is_required field per website.
For example, I have an ...
4
votes
0
answers
334
views
Magento 2 : Email on customer Import
I have to import customers from Magento import customer feature and at the time of import there should be the email sent to customer and template should be registered_no_password so customer can set ...
4
votes
1
answer
1k
views
Send personalized email (different template) on customer registration on magento2
Is there a way to send a different email template on customer's registration based on some params (for example the customer gender)?
For example: A male customer receive an email (defined in Maketing-...
4
votes
0
answers
1k
views
Default Billing Address not saved when user having no address and do checkout In Magento 2
I need help to save the default shipping address as Default Billing address.
Steps to follow :
Register as a new customer
Now add product into cart
Go to Checkout and fill Shipping Address
Place an ...
4
votes
5
answers
904
views
Magento 2 "All Customers" page does not work
Why doesn't load this page?
What is wrong?
3
votes
1
answer
2k
views
Magento-2 How to show reset password options to first login customer
I have imported customer recently. customer imported by default password which I have set same password for all customer.
Now I need two things to do for customer.
How I can get customer login count, ...