Hopefully a tech zencart savvy person can help me with this.

I am trying to figure out why the Storepickup module is not utilizing more than 1 option added to the methods array correctly. I see in the session variable for shipping:

[shipping] => Array
(
[id] => storepickup_redding
[title] => Store Pickup (random shipping title)
[cost] => 0.00
)

id is correct, title and cost are wrong and not what i selected.

Can a professional around here tell me what page the Session variables are being set here? I have looked everywhere and i cannot find this, i am going crazy!