Add a prefix before the price I need to add a prefix to the prices but I can't find how to do that. Any help appreciated. Log in or register to post a comment. MarioBrus Posted: Nov 18, 2013 Comments You could try and do it with Andy @ BlueFusion on November 18, 2013 You could try and do it with CSS, but there are a lot of class variations to capture and in some cases you may find that a wrapper has the same class as a contained element eg: .field-commerce-price:before { content: "this is my prefix"; } A better solution is probably to create a small module along the lines of https://drupal.org/comment/4936912#comment-4936912 That will affect every formatted price listing on the site. Log in or register to post a comment. Solved, thanx a lot! MarioBrus on November 18, 2013 Solved, thanx a lot! Log in or register to post a comment.
You could try and do it with Andy @ BlueFusion on November 18, 2013 You could try and do it with CSS, but there are a lot of class variations to capture and in some cases you may find that a wrapper has the same class as a contained element eg: .field-commerce-price:before { content: "this is my prefix"; } A better solution is probably to create a small module along the lines of https://drupal.org/comment/4936912#comment-4936912 That will affect every formatted price listing on the site. Log in or register to post a comment.
Solved, thanx a lot! MarioBrus on November 18, 2013 Solved, thanx a lot! Log in or register to post a comment.
Comments
You could try and do it with
You could try and do it with CSS, but there are a lot of class variations to capture and in some cases you may find that a wrapper has the same class as a contained element eg:
.field-commerce-price:before {
content: "this is my prefix";
}
A better solution is probably to create a small module along the lines of https://drupal.org/comment/4936912#comment-4936912
That will affect every formatted price listing on the site.
Solved, thanx a lot!
Solved, thanx a lot!