/**
  * standard SS method for use in templates
  * @return String
  */
 function LinkOrSection()
 {
     return parent::LinkOrSection() . " cartlink";
 }