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.
Store Settings question
Re: Store Settings question
You can always access the store name using:
You can get / set the store name using this variable.
Code: Select all
Token.Instance.Store.Name
Thanks for your support
Naveed Ashraf
.com
AbleCommerce Help Center
AbleCommerce Developer WIKI
Follow us on Twitter
Naveed Ashraf

AbleCommerce Help Center
AbleCommerce Developer WIKI
Follow us on Twitter
Re: Store Settings question
gee thanks Naveed.