Output Html / Encoded characters using glass html helpers in Sitecore

When a content author enters decoded symbols in single line / multiline sitecore text fields, the symbols don’t get encoded on their own on the site when we output them with @Editable (Glass method – supporting page editor mode). This also applies to links rendered using @RenderLink (Glass method) This would mean text like ®… Read More Output Html / Encoded characters using glass html helpers in Sitecore

Faceting on product specifications with SOLR computed fields in Sitecore

In most product repositories, we come across product specification sets for each product, which usually comprise of a key value pair. We had one such scenario in our project, and we came across the requirement to facet on various specification keys. We have currently added a list of comma separated (key, value) pairs in the… Read More Faceting on product specifications with SOLR computed fields in Sitecore

Storing user profile image using Salesforce Connector with Sitecore

When using the salesforce connector with Sitecore, we came across the need to store user profile images as well in salesforce. Once the connector is set up (which includes setup in Web.config / Domains.config and S4S.config), any user user profile interaction automatically happens with salesforce, and fields which are mapped in web.config with corresponding sitecore… Read More Storing user profile image using Salesforce Connector with Sitecore

Customize Glass.Mapper T4 Templates for Sitecore TDS CodeGen

If you are using glass.mapper with TDS and say Sitecore MVC, and have in the past created your models manually, you know that glass codegen is a godsend! Glass basically provides us with t4 template files and dlls, based on the items included in the TDS project, the code is generated using the t4 templates.… Read More Customize Glass.Mapper T4 Templates for Sitecore TDS CodeGen