2.1 TO 1.9 DOWNGRADE!

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 年 前


i will install 1.9 BECAUSE there is no LOCALIZATION page in 2.1 for LANGUAGE

i can easly find and change any words with localization.

AND THERE IS NO LANGUAGE PACK FOR TURKISH.
12 年 前
Configuration> Languages then you can choose your language and make any changes by pressing "View string resources".

This is pretty simple and improved since 1.9
12 年 前
Ok i ignored that but I already used this extension but it translates like BLABLABLA no meaning or generally wrong translate.

And i have a another problem

there are alot of things liek : "ShoppingCart.Mini.NoItems" i checked LocaleStringResource table and view strings in admin there is a VALUE but it shows RecourceName.

What can i do?
12 年 前
Can't understand what type of extension you have used? you don't need any extension just go to your admin panel under Configuration click Languages you will be able to edit your store Localization values!
12 年 前
ok i did this i can translate any values but

for example ShoppingCart.Mini.NoItems has a value "No item"

and i see in right-top of my website "ShoppingCart.Mini.NoItems" normally i should see "No item" value.

this is the problem?


and thank you for your quick reply.
12 年 前
haitpoglu79 wrote:
ok i did this i can translate any values but

for example ShoppingCart.Mini.NoItems has a value "No item"

and i see in right-top of my website "ShoppingCart.Mini.NoItems" normally i should see "No item" value.

this is the problem?


and thank you for your quick reply.


THIS MEAN THAT "ShoppingCart.Mini.NoItems" doesn't have any value and you need to add it.
12 年 前
this is sql query :

SELECT     Id, LanguageId, ResourceName, ResourceValue
FROM         dbo.LocaleStringResource
WHERE     (ResourceName = N'ShoppingCart.Mini.NoItems')

this is the result :

Id  LanguageId  ResourceName  ResourceValue
3194  1  ShoppingCart.Mini.NoItems  You have no items in your shopping cart.
6445  2  ShoppingCart.Mini.NoItems  Boş

When you add a new language you see buttons like this :

Admin.Address.Fields.Address1
Admin.Address.Fields.Address1.Hint
Admin.Address.Fields.Address1.Required

i unpublished english and im using only turkish. i cleared cache, closed all browsers, and its same result.

i think some how it doesnt belong to any languages?
12 年 前
I found a topic its the exact problem with mine

https://www.nopcommerce.com/boards/t/11347/20-bug-for-multil-language.aspx

here is the bug fix link 1 mounth ago:

http://nopcommerce.codeplex.com/SourceControl/changeset/view/b0385b75b9c8#src%2fPresentation%2fNop.Web.Framework%2fNopResourceDisplayName.cs

i downloaded 2.1 with no source yesterday...
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.