Hello, loving this module.

Would it be possible to pull in the cck field prefix and suffix data such as £ or 'nights' ? Currently my slider for a price range is without the pound sign.

Thank you.

CommentFileSizeAuthor
#2 ticket-98.patch1.9 KBqasimzee
#2 ticket-98_1.patch1.14 KBqasimzee

Comments

smartparty’s picture

Update: Have accomplished this using a CSS workaround meanwhile i.e.

#slider-facetapi-facet-apachesolrsolr-block-ftm-field-priceperperson span.facetapi-slider-min:before {
  content: "£";
}
qasimzee’s picture

StatusFileSize
new1.14 KB
new1.9 KB

I have created these two patches for fetching the prefixes and suffixes from the field settings. I am not sure how to merge these patches but apply both to make the prefix and suffix work

nick_vh’s picture

Status: Active » Closed (duplicate)

#1682792: some enhancements allows custom prefixes