Page 1 of 1

Store Settings question

Posted: Tue May 06, 2008 8:25 pm
by lasujah
Hello everyone,

I have a newbie question. Is there a variable in 'StoreSettingCollection" (Token.Instance.Store.Settings) that returns the Store Name that you set in Admin->Configure->Store->Store Name?

Your reply is greatly appreciated. Thanks.

Re: Store Settings question

Posted: Tue May 06, 2008 11:39 pm
by Naveed
You can always access the store name using:

Code: Select all

Token.Instance.Store.Name 
You can get / set the store name using this variable.

Re: Store Settings question

Posted: Thu May 08, 2008 7:22 pm
by lasujah
gee thanks Naveed.