The name I give the other stores is the name displayed
However the name we give to the default store is not used instead the word "Default" is used.
I have two stores right now and planning to have more:
Store 1 (Default)
Store 2 The name of my store
How can we change the referring to Store 1 as default and use "Store 1" instead ?
I added the "store" module in my 2 store so the customers/visitors can select which store they would like to visit, so the choice they have is: Default or Store2

They have no idea what Store Default is! How can we change that for they can see Store1 or Store2?
Someone suggest that I change
Code: Select all
$_['text_default'] = ' <b>(default)</b>';
Tks
Cleo