Store Settings question

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
User avatar
lasujah
Ensign (ENS)
Ensign (ENS)
Posts: 5
Joined: Sun Mar 23, 2008 10:31 pm

Store Settings question

Post by lasujah » Tue May 06, 2008 8:25 pm

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.

User avatar
Naveed
Rear Admiral (RADM)
Rear Admiral (RADM)
Posts: 611
Joined: Thu Apr 03, 2008 4:48 am

Re: Store Settings question

Post by Naveed » Tue May 06, 2008 11:39 pm

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.

User avatar
lasujah
Ensign (ENS)
Ensign (ENS)
Posts: 5
Joined: Sun Mar 23, 2008 10:31 pm

Re: Store Settings question

Post by lasujah » Thu May 08, 2008 7:22 pm

gee thanks Naveed.

Post Reply