/**
  * standard SS method for use in templates
  * we are overriding the code from the Cart Page here.
  * @return String
  */
 function LinkingMode()
 {
     return parent::LinkingMode();
 }