-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Newsletter subscription in Excel export #7409
Comments
Hi @AndreiMaz, @AHoxha19 |
Hi @aniket-sainii, i think that it should have the same structure as the XML file, each store as a column. |
Hi @AHoxha19 Key changes include:
For further details, you can review the pull request linked above. |
Please review |
Let's wait until the following work item is completed - #6874 (considering that it'll has a lot of related changes) |
nopCommerce version: 4.50.1
Steps to reproduce the problem: Export all customers to excel in the admin area.
I need to have the clients subscribed to a store in the excel exported file. It is strange that this is present in the xml version but on the excel one.
I changed the source code by adding this function in ExportManager.cs (inside Nop.Services library):
And the new property:
new PropertyByName<Customer>("NewsletterSubscription", getNewsLetterSubscription)
All stores are represented with a True False on one column instead of a separate column for each store. This is a temp fix but we should have the same behavior as the xml file. Is it possible ?
The text was updated successfully, but these errors were encountered: