cristian_sp
Explorer
Member since ‎2022 Jul 04

User Statistics

  • 10 Posts
  • 0 Solutions
  • 7 Kudos given
  • 1 Kudos received

User Activity

Hi.I'm trying to do an advanced integration with PapPal, and I use a fetch() with a POST request. This request returns a '405 Method Not Allowed' error.If I use the same request with Ajax, it works fine, but I have to do it with fetch() because Ajax ...
Hello guys. Is there any way to get the language in which the user is logged in SmartEdit? We have to show some error messages to the user. The user logs using the French language, but the 'Localization.getLocalizedString(...)' returns the entrie...
In SmartEdit, for each catalogue version, we have the possibility to perform a synchronisation, as shown in the picture below. Is there a way to restrict access to the 'Sync button' for certain users or user groups? We want the user to be able...
Hi guys. Is there any way to get the request that triggers an interceptor? I have this code: public void onValidate(final MediaModel mediaModel, final InterceptorContext ctx){ //our code } But, this is achieved every time each media is save...
Hi, is there a way to mark an attribute from an editor area as readonly from java, depending on model attribute condition? I have this code where the attribute 'discountString' can be modified. What I want to do is to mark it as readonly ...