-1

We are using Broadleaf Commerce 3.0.5 version. As we know that , the community version is not having the source code. and Admin is present in jar level. I have a requirement to do a Masking in Admin User Information. Can anybody respose this post , so that I can resolve my issue?

Thanks and Regards
--Sitakant
SKC...
  • 223
  • 3
  • 7
  • 15
  • Sitakant, I'm not exactly sure what you are referring to by "Masking". Perhaps you can provide more context of what you are trying to do. Also, the source for Broadleaf Community is available on Maven central and through Github. Brian Disclaimer: I work for Broadleaf Commerce – polster Jun 09 '14 at 21:28
  • @polster: Thanks for Reply. We just wanna to access the Admin Customer Details Data to manipulate it. Can you plz tell me how can we do that ? – SKC... Jun 10 '14 at 07:09
  • did you checked in database. for tables having details about this admin user? – Vishnudev K Jun 13 '14 at 14:58
  • @VishnudevK Data are there in Database. How can I handle the same to manipulate as I cann't use its Code for Controller and Service ? – SKC... Jun 14 '14 at 14:00
  • @SKC... not getting you. – Vishnudev K Jun 16 '14 at 08:53
  • @VishnudevK : How can I do manipulation on Data in Admin as I don't have access to Service as Well Controller ? – SKC... Jun 16 '14 at 12:28
  • @SKC...what kind of manipulation are you targeting? From your questions it is not clear what are you exactly looking for. Also, if you want to manually do any change in customer data you can use admin login and see both customer and order details. – Prabhat Jul 01 '14 at 03:50
  • In order Tab of Admin, we are showing the data like Customer Name : SKC Address : Bangalore,Bangalore,India PIN : 560034 Insead of displaying data in above format, we need to display Customer Name : S*C Address : B******e,B******e,I***a PIN : 5****4 – SKC... Jul 01 '14 at 05:58

1 Answers1

1

By the way, all of the source code for the CE version of the Broadleaf Framework is open source and on GitHub at https://github.com/BroadleafCommerce/BroadleafCommerce.

phillipuniverse
  • 2,025
  • 1
  • 14
  • 15