Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Meta Field boolean Properties showing culture info during product edit screen

Vote:
0

I am using EpiServer.Commernce.dll v 11.2.6 along with CMS 10

I've created some meta properties in my class. My class does inherit from EPiServer.Commerce.Catalog.ContentTypes.ProductContent

If property is marked with [CultureSpecific] then it shows multiple properties for product for each configured language.

My project is not multilingual so I don't need multiple values, so I removed CultureSpecific tag.

Now all string based properties are showing Display name but boolean values are displaying culture-locale tag along with display name. The ununiform behaviour is not being accepted by client and I need to omit culture-locale tag from boolean property display name.

Any help would be greatly appreciated

Code below

public class ProductNode : ProductContent

public class ProductNode : ProductContent
{
         [Display(
          Name = "Specification URL",
          Description = "Specification Url for this product.")]
        public virtual string SpecificationUrl { get; set; }

        [Display(
        Name = "Suitable for Lamb",
        Description = "Suitability of the product to be paired with lamb.")]
        public virtual bool SuitableForLamb { get; set; }
}

Meta Fields Behaviour

Screenshot of behaviour

https://photos.google.com/search/_tra_/photo/AF1QipOVZfwh6lmZXhxoa4QM35vK_-6BgaOgXYbARfwZ 

If you are not able to access it, I've uploaded same to Dropbox- 

https://www.dropbox.com/s/rd1bp5md6agvcdd/globalization.PNG?dl=0 

#189105
Edited, Mar 12, 2018 10:45
Vote:
0

Just a reminder that your screenshot is returning 404, so I'm not sure what the problem is.

#189111
Mar 12, 2018 11:45
Vote:
0

Same here, thus I've posted link to screenshot. Could you please use that link? It contains same thing.

https://photos.google.com/search/_tra_/photo/AF1QipOVZfwh6lmZXhxoa4QM35vK_-6BgaOgXYbARfwZ 

Thanks

#189113
Mar 12, 2018 11:59
Vote:
0

That is returning 404. You need to share it:

https://imgur.com/K3KbtUE

Or simply, upload it to imgur, as I did

#189114
Mar 12, 2018 12:04
Vote:
0

Thanks for highlighting the original issue. I think Google photos does not allow anonymous access. Viewer must be signed in using Google account to see it.

I've problem accessing using imgur due to organizational internal policy. I tried registering on imgur using my personal network, it says I am moving too fast and I need to try later.

I've uploaded same screenshot to dropbox as well. Are you able to access it now?

https://www.dropbox.com/s/rd1bp5md6agvcdd/globalization.PNG?dl=0 

#189117
Mar 12, 2018 12:21
Vote:
0

The real question is why would the editors still use Commerce manager? Catalog UI should be superior in almost every way. 

A workaround for you is to update the view to remove SuitableForLamb from _Localization view, but that would be a bit tricky to get right ... 

#189124
Mar 12, 2018 14:28
Vote:
0

Hi Quan,

Could you please provide me some more details where _Localization view available ?

#189162
Mar 13, 2018 9:04
Vote:
0

It's not like I don't want to help you, but we don't disclose database schemas, at least not publicly.

I'd suggest you to contact developer support service, and we can help you through that channel. 

#189314
Mar 15, 2018 11:24
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.